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.

{
    "warnings": {
        "query": {
            "*": "Formatting of continuation data will be changing soon. To continue using the current formatting, use the 'rawcontinue' parameter. To begin using the new format, pass an empty string for 'continue' in the initial query."
        }
    },
    "query-continue": {
        "allpages": {
            "gapcontinue": "Release_notes"
        }
    },
    "query": {
        "pages": {
            "1558": {
                "pageid": 1558,
                "ns": 0,
                "title": "ReadIniEntry",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{dafunction\n|name=ReadIniEntry\n|brief=Returns a specified value from DragonAge.ini\n|param1type=string\n|param1name=sHeadingLabel\n|param1desc=the ini Section of the value\n|param2type=string\n|param2name=sValueLabel\n|param2desc=The label for the ini value\n|returntype=string\n|returndesc=the content of the specified ini entry\n|sourcefile=script.ldf\n|sourcemodule=\n}}\n\n== Description ==\n<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->\nReturns a specified value from DragonAge.ini\n\n<!-- == Remarks == -->\n<!-- This section contains additional comments, observations and known issues. -->\n\n<!-- == Examples == -->\n<!-- This section contains examples transcluded from the snippet library. -->\n\n<!-- == See also == -->\n<!-- This section contains links to articles, functions or constant groups. -->\n\n[[Category: Uncategorised function]]"
                    }
                ]
            },
            "1559": {
                "pageid": 1559,
                "ns": 0,
                "title": "RegisterEventListener",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{dafunction\n|name=RegisterEventListener\n|brief=Registers an object to listen to the specified event type on the target object.\n|param1type=object\n|param1name=oTarget\n|param1desc=The object to listen to\n|param2type=object\n|param2name=oListener\n|param2desc=The object to register as a listener\n|param3type=int\n|param3name=nEventType\n|param3desc=The type of event to listen for\n|returntype=void\n|returndesc=\n|sourcefile=script.ldf\n|sourcemodule=\n}}\n\n== Description ==\n<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->\nRegisters an object to listen to the specified event type on the target object.\nWhen an object is registered as a listener for an event type, whenever the target\nobject receives an event of that type a listener event will be fired to the\nlistening object with the event data that the listening object can then process.\n\n== Remarks ==\n<!-- This section contains additional comments, observations and known issues. -->\nIt is not possible to listen for other listener events, or for event types other than the ones defined in the scripting language.\n\n<!-- == Examples == -->\n<!-- This section contains examples transcluded from the snippet library. -->\n\n== See also ==\n<!-- This section contains links to articles, functions or constant groups. -->\n[[UnregisterEventListener]], [[GetEventTarget]]\n[[Category: Event functions]]"
                    }
                ]
            }
        }
    }
}