MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Team",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "3305": {
                "pageid": 3305,
                "ns": 0,
                "title": "Sandbox",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "This \"sandbox\" page is to allow you to carry out experiments. Please feel free to try your skills at formatting here.\n\n= Pretty boxes =\n\n{| class=\"messagebox\"  style=\"width: 80%; margin-left: auto; margin-right: auto; padding: 4px; border: 2px solid #FF0000; background-color: #FFDDDD; text-align: center;\"\n|-\n| ''Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.''\n|-\n| '''This is a pretty box.''' '''[[User:KHiddemann|khiddemann]]''' | [[User_talk:KHiddemann|talk]] 06:14, 8 November 2006 (UTC)\n|-\n|}\n\n\n{| class=\"messagebox\"  style=\"width: auto; text-align: center; background-color:#ccffcc;\"\n|-\n| Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\n|-\n|}\n\n\n= MediaWiki.org [http://www.mediawiki.org/wiki/Template:SettingSummary SettingSummary Template] =\n\n<includeonly>[[Category:MediaWiki_configuration_settings|{{{name}}}]]</includeonly>\n<includeonly>[[Category:MediaWiki_configuration_settings_{{{version_min|version unknown}}}|{{{name}}}]]</includeonly>\n<center>\n{| style=\"text-align: left; border: 1px solid black; border-collapse: collapse;\" cellpadding=\"5\" \n|- \n! colspan=\"2\" style=\"font-size: 120%; padding: 0.5em; text-align: center; background-color: #ccccff;\" | [[Manual:Configuration settings#{{{section|top}}}|{{{section|MediaWiki Setting}}}]]: {{PAGENAME}}\n|-\n| colspan=\"2\" style=\"text-align: center; margin: 0.3em;\" |{{{summary|Please edit this page to enter a summary.}}}<br>\n|-\n| style=\"padding: 0.3em;\" |'''Introduced in version:''' || [[:Category:MediaWiki_configuration_settings_{{{version_min|version unknown}}}|{{{version|}}}{{{version_min|}}}]]\n|-\n| style=\"padding: 0.3em;\" |'''Deprecated in version:''' || {{{version_max|''still in use''}}}\n|-\n| style=\"padding: 0.3em;\" |'''Allowed Values:''' || {{{range|Unspecified}}}\n|-\n| style=\"padding: 0.3em;\" |'''Default Value:''' || {{{default|Unspecified}}}\n|}\n<small>''Other settings: [[Manual:Configuration settings (alphabetical)|Alphabetical]] | [[Manual:Configuration settings|By Function]]''</small>\n</center>\n<noinclude>\n\n\n== Copy and paste template ==\n<pre>\n{{SettingSummary\n|name = \n|summary = \n|type = \n|version_min = \n|version_max = \n|range = \n|default = \n}}\n</pre>\n\n== Usage notes ==\n* '''name'''\n: The name of the setting without the initial '''$wg''' prefix. This is primarily used to sort the settings correctly in [[:Category:MediaWiki_configuration_settings|the category index]].\n* '''nowgprefix'''\n: Declare this blank variable (using <code>|nowgprefix=|</code> to indicate that a setting does not use the prefix '''$wg''', and to use just '''$''' on it's own instead.  Currently this only applies to the [[Manual:$IP|$IP]] setting, and is unused in the template.  It will become useful if the pages are moved so that the PAGENAME is not the name of the setting (e.g. moved to a sub-page).\n* '''summary'''\n: A short description of the setting's purpose.  \n: More detailed descriptions are desirable, and should be added to the main page content.\n: If you update the short description, please also update the two tables at [[Manual:Configuration settings]] and [[Manual:Configuration settings (alphabetical)]].\n* '''type'''\n: The category that this setting comes under.  This is automatically made into a link to the correct section in [[Manual:Configuration settings]], so make sure you use an existing heading (or a new heading that you may add).\n* '''version_min''', '''version_max'''\n: The minimum and maximum versions of MediaWiki that the setting applies to.  Leave out version_max if the setting is still in use.\n: ''Note: Previously, this template used a free-text 'version' parameter.  The min/max versions have been introduced to allow categorising by version in a slightly crude way.  'version' still works but should be replaced with min/max as soon as possible.  It should still be used for new pages if the minimum version is unknown, so that it is listed in the right category.  (i.e. use 'version_min' if it is known, otherwise use 'version=??') \n* '''obsolete'''\n: Declare this blank variable (using <code>|obsolete=|</code> to indicate that a setting has been deprecated.  This will automatically move it into the deprecated category. ''(Update - no it won't, this is broken so I removed it! --[[User:HappyDog|HappyDog]] 01:23, 18 April 2006 (UTC))''. You still need to add the <nowiki>{{obsolete}}</nowiki> category tag manually, however.\n* '''range'''\n: The range of allowable values, e.g. \"''0 - 255''\", \"''boolean''\", \"''string containing a URL or \"\"''\".\n* '''default'''\n: The default value in a clean MediaWiki installation.\n\n</noinclude>\n\n__NOTOC__\n__NOEDITSECTION__"
                    }
                ]
            },
            "1007": {
                "pageid": 1007,
                "ns": 0,
                "title": "Stub",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{stub}}"
                    }
                ]
            }
        }
    }
}