Wiki report/development: Difference between revisions

m fix link
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 71: Line 71:


Extensions is an array of items.  An extension item will look '''similar''' to this (the data fields for each extension will differ according to the author) :
Extensions is an array of items.  An extension item will look '''similar''' to this (the data fields for each extension will differ according to the author) :
<source lang=javascript>
<syntaxhighlight lang=javascript>
{
{
     "query": {
     "query": {
Line 96: Line 96:
}
}


</source>
</syntaxhighlight>


   
   
Line 103: Line 103:
== Other Siprops ==
== Other Siprops ==
siprop=statistics is included in the report
siprop=statistics is included in the report
<source lang="javascript">
<syntaxhighlight lang="javascript">
  {
  {
     "query": {
     "query": {
Line 118: Line 118:
     }
     }
}
}
</source>
</syntaxhighlight>


<code>siprop=usergroups</code> is interesting if a wiki is doing anything with groups
<code>siprop=usergroups</code> is interesting if a wiki is doing anything with groups