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": "RemoveChars",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "292": {
                "pageid": 292,
                "ns": 0,
                "title": "RealTokenize MEL",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "''Just a note, the MEL tokenize will split up a string, but it will '''not''' remember empty strings.  Empty strings are ignored.  My \"RealTokenize\" subroutine will split any string with a one-character delimiter and remember empty strings.\n\n\n\n global proc string[] RealTokenize(string $CurStr, string $Delim) {\n \t//Author: Nick Pisca 2010 0001d\n \t//string $CurStr = \"d,s,d,s,,,,e\"; string $Delim = \",\";\n \t//RealTokenize \"d,s,d,,,e,e\" \",\";\n \tstring $PartString;\n \tstring $TempArr[];\n \tint $t = 0;\n \tfor ($x=1;$x<size($CurStr)+1;$x++) {\n \t\tstring $CurLetter = `substring $CurStr $x $x`;\n \t\tif ($CurLetter == $Delim) {\n \t\t\t$TempArr[$t] = $PartString;\n \t\t\t$t++;\n \t\t\t$PartString = \"\";\n \t\t} else {\n \t\t\t$PartString = $PartString + $CurLetter;\n \t\t}\n \t}\n        $TempArr[$t] = $PartString;\n \treturn $TempArr;\n }\n\n\n\n\n''More information on strings and arrays, read pages 28-37 in [http://stores.lulu.com/nickpisca YSYT].  \n\n[[Category:MEL]]"
                    }
                ]
            },
            "293": {
                "pageid": 293,
                "ns": 0,
                "title": "Recursion",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "\n<div align=\"right\">Back to [[Academic_Archives]].</div>\n__TOC__\n\n===In Progress===\n\n\n\n===Important Links===\n\n[http://www.idi.ntnu.no/~fredrior/files/Catmull-Clark%201978%20Recursively%20generated%20surfaces.pdf E. Catmull and J. Clark: Recursively generated B-spline surfaces on arbitrary topological surfaces, Computer-Aided Design 10(6):350-355 (November 1978)] (proto-subdivision surfaces).\n\n===Posted Projects===\n\n'''MEL Scripts:'''\n\n\n\n\n\n\n\n\n<div align=\"right\">Back to [[Academic_Archives]].</div>"
                    }
                ]
            }
        }
    }
}