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": "Realistic",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "99": {
                "pageid": 99,
                "ns": 0,
                "title": "ReadFile",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Note that ReadFile ends when it reaches a substitute character (Chr(26)).\n\n===From the Scripting Manual===\n ''function ReadFile(FileName: string): string;''\n \n '''Parameter Info:'''\n  FileName (String): File located in your Soldat Server folder.\n \n '''Description:'''\n  This function will read a text file (FileName) located in your Soldat Server folder and return it in a String value\n\n==Examples==\n    <source lang=\"pascal\">WriteLn(ReadFile('mapslist.txt')); //Outputs all current lines in mapslist.txt</source>\n\n\n==See also==\n* [[WriteLn]]\n* [[WriteFile]]\n* [[ReadINI]]\n\n[[Category:Server Scripting]][[Category:Server Scripting Functions]]"
                    }
                ]
            },
            "135": {
                "pageid": 135,
                "ns": 0,
                "title": "ReadINI",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "===From the Scripting Manual===\n ''function ReadINI(FileName, Section, Key, DefaultValue: string): string;''\n \n '''Parameter Info:'''\n  FileName (String): File located in your Soldat Server folder.\n  Section (String): Section to be read from the INI.\n  Key (String): Key to be read from the INI.\n  DefaultValue (String): Default value to return if an error occurs.\n \n '''Description:'''\n  This function will read a INI (FileName) located in your Soldat Server folder and return Key.\n  Section is the text in between the [square brackets]\n  Key is the text to the left of \"=\". Example \"MyKey=omfg\", MyKey will be the Key and omfg will be the   returned value.\n\n==Examples==\n    <source lang=\"pascal\"> WriteLn('Your server name is '+ReadINI('soldat.ini','NETWORK','Server_Name','*ERROR*'));</source>\n\n\n==External Links==\n* [http://enesce.com/help/index.html?Functions/ReadINI.html Scripting Manual page for ReadINI]\n\n[[Category:Server Scripting]][[Category:Server Scripting Functions]]"
                    }
                ]
            }
        }
    }
}