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.

{
    "paraminfo": {
        "helpformat": "none",
        "modules": [
            {
                "name": "allcategories",
                "classname": "ApiQueryAllCategories",
                "path": "query+allcategories",
                "group": "list",
                "prefix": "ac",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allcategories"
                ],
                "parameters": [
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "min",
                        "type": "integer"
                    },
                    {
                        "name": "max",
                        "type": "integer"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "size",
                            "hidden"
                        ]
                    }
                ]
            },
            {
                "name": "alldeletedrevisions",
                "classname": "ApiQueryAllDeletedRevisions",
                "path": "query+alldeletedrevisions",
                "group": "list",
                "prefix": "adr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Alldeletedrevisions"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "flags",
                            "timestamp",
                            "user",
                            "userid",
                            "size",
                            "sha1",
                            "contentmodel",
                            "comment",
                            "parsedcomment",
                            "content",
                            "tags",
                            "parsetree"
                        ]
                    },
                    {
                        "name": "limit",
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "expandtemplates",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "generatexml",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "parse",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "name": "diffto",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotext",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotextpst",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "contentformat",
                        "type": [
                            "text/x-wiki",
                            "text/javascript",
                            "application/json",
                            "text/css",
                            "text/plain"
                        ]
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "start",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "useronly"
                            }
                        ]
                    },
                    {
                        "name": "end",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "useronly"
                            }
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "from",
                        "type": "string",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "name": "to",
                        "type": "string",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "name": "prefix",
                        "type": "string",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "name": "excludeuser",
                        "type": "user",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "generatetitles",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "allfileusages",
                "classname": "ApiQueryAllLinks",
                "path": "query+allfileusages",
                "group": "list",
                "prefix": "af",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allfileusages"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "name": "prop",
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "allimages",
                "classname": "ApiQueryAllImages",
                "path": "query+allimages",
                "group": "list",
                "prefix": "ai",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allimages"
                ],
                "parameters": [
                    {
                        "name": "sort",
                        "default": "name",
                        "type": [
                            "name",
                            "timestamp"
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending",
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "prop",
                        "default": "timestamp|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "timestamp",
                            "user",
                            "userid",
                            "comment",
                            "parsedcomment",
                            "canonicaltitle",
                            "url",
                            "size",
                            "dimensions",
                            "sha1",
                            "mime",
                            "mediatype",
                            "metadata",
                            "commonmetadata",
                            "extmetadata",
                            "bitdepth",
                            "badfile"
                        ]
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "minsize",
                        "type": "integer"
                    },
                    {
                        "name": "maxsize",
                        "type": "integer"
                    },
                    {
                        "name": "sha1",
                        "type": "string"
                    },
                    {
                        "name": "sha1base36",
                        "type": "string"
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "filterbots",
                        "default": "all",
                        "type": [
                            "all",
                            "bots",
                            "nobots"
                        ]
                    },
                    {
                        "name": "mime",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    }
                ]
            },
            {
                "name": "alllinks",
                "classname": "ApiQueryAllLinks",
                "path": "query+alllinks",
                "group": "list",
                "prefix": "al",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Alllinks"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "name": "prop",
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title"
                        ]
                    },
                    {
                        "name": "namespace",
                        "default": 0,
                        "type": "namespace",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "allmessages",
                "classname": "ApiQueryAllMessages",
                "path": "query+allmessages",
                "group": "meta",
                "prefix": "am",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allmessages"
                ],
                "parameters": [
                    {
                        "name": "messages",
                        "default": "*",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "default"
                        ]
                    },
                    {
                        "name": "enableparser",
                        "type": "boolean"
                    },
                    {
                        "name": "nocontent",
                        "type": "boolean"
                    },
                    {
                        "name": "includelocal",
                        "type": "boolean"
                    },
                    {
                        "name": "args",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allowsduplicates": "",
                        "type": "string"
                    },
                    {
                        "name": "filter",
                        "type": "string"
                    },
                    {
                        "name": "customised",
                        "default": "all",
                        "type": [
                            "all",
                            "modified",
                            "unmodified"
                        ]
                    },
                    {
                        "name": "lang",
                        "type": "string"
                    },
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "allpages",
                "classname": "ApiQueryAllPages",
                "path": "query+allpages",
                "group": "list",
                "prefix": "ap",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allpages"
                ],
                "parameters": [
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "default": 0,
                        "type": "namespace"
                    },
                    {
                        "name": "filterredir",
                        "default": "all",
                        "type": [
                            "all",
                            "redirects",
                            "nonredirects"
                        ]
                    },
                    {
                        "name": "minsize",
                        "type": "integer"
                    },
                    {
                        "name": "maxsize",
                        "type": "integer"
                    },
                    {
                        "name": "prtype",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "edit",
                            "move",
                            "upload"
                        ]
                    },
                    {
                        "name": "prlevel",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "",
                            "autoconfirmed",
                            "sysop"
                        ]
                    },
                    {
                        "name": "prfiltercascade",
                        "default": "all",
                        "type": [
                            "cascading",
                            "noncascading",
                            "all"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "filterlanglinks",
                        "default": "all",
                        "type": [
                            "withlanglinks",
                            "withoutlanglinks",
                            "all"
                        ]
                    },
                    {
                        "name": "prexpiry",
                        "default": "all",
                        "type": [
                            "indefinite",
                            "definite",
                            "all"
                        ]
                    }
                ]
            },
            {
                "name": "allredirects",
                "classname": "ApiQueryAllLinks",
                "path": "query+allredirects",
                "group": "list",
                "prefix": "ar",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allredirects"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "name": "prop",
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "fragment",
                            "interwiki"
                        ]
                    },
                    {
                        "name": "namespace",
                        "default": 0,
                        "type": "namespace",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "allrevisions",
                "classname": "ApiQueryAllRevisions",
                "path": "query+allrevisions",
                "group": "list",
                "prefix": "arv",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allrevisions"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "flags",
                            "timestamp",
                            "user",
                            "userid",
                            "size",
                            "sha1",
                            "contentmodel",
                            "comment",
                            "parsedcomment",
                            "content",
                            "tags",
                            "parsetree"
                        ]
                    },
                    {
                        "name": "limit",
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "expandtemplates",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "generatexml",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "parse",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "name": "diffto",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotext",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotextpst",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "contentformat",
                        "type": [
                            "text/x-wiki",
                            "text/javascript",
                            "application/json",
                            "text/css",
                            "text/plain"
                        ]
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "excludeuser",
                        "type": "user"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "generatetitles",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "alltransclusions",
                "classname": "ApiQueryAllLinks",
                "path": "query+alltransclusions",
                "group": "list",
                "prefix": "at",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Alltransclusions"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "name": "prop",
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title"
                        ]
                    },
                    {
                        "name": "namespace",
                        "default": 10,
                        "type": "namespace",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "allusers",
                "classname": "ApiQueryAllUsers",
                "path": "query+allusers",
                "group": "list",
                "prefix": "au",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allusers"
                ],
                "parameters": [
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "group",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "bot",
                            "sysop",
                            "bureaucrat"
                        ]
                    },
                    {
                        "name": "excludegroup",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "bot",
                            "sysop",
                            "bureaucrat"
                        ]
                    },
                    {
                        "name": "rights",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "apihighlimits",
                            "applychangetags",
                            "autoconfirmed",
                            "autocreateaccount",
                            "autopatrol",
                            "bigdelete",
                            "block",
                            "blockemail",
                            "bot",
                            "browsearchive",
                            "changetags",
                            "createaccount",
                            "createpage",
                            "createtalk",
                            "delete",
                            "deletechangetags",
                            "deletedhistory",
                            "deletedtext",
                            "deletelogentry",
                            "deleterevision",
                            "edit",
                            "editcontentmodel",
                            "editinterface",
                            "editprotected",
                            "editmyoptions",
                            "editmyprivateinfo",
                            "editmyusercss",
                            "editmyuserjson",
                            "editmyuserjs",
                            "editmywatchlist",
                            "editsemiprotected",
                            "editusercss",
                            "edituserjson",
                            "edituserjs",
                            "hideuser",
                            "import",
                            "importupload",
                            "ipblock-exempt",
                            "managechangetags",
                            "markbotedits",
                            "mergehistory",
                            "minoredit",
                            "move",
                            "movefile",
                            "move-categorypages",
                            "move-rootuserpages",
                            "move-subpages",
                            "nominornewtalk",
                            "noratelimit",
                            "override-export-depth",
                            "pagelang",
                            "patrol",
                            "patrolmarks",
                            "protect",
                            "purge",
                            "read",
                            "reupload",
                            "reupload-own",
                            "reupload-shared",
                            "rollback",
                            "sendemail",
                            "siteadmin",
                            "suppressionlog",
                            "suppressredirect",
                            "suppressrevision",
                            "unblockself",
                            "undelete",
                            "unwatchedpages",
                            "upload",
                            "upload_by_url",
                            "userrights",
                            "userrights-interwiki",
                            "viewmyprivateinfo",
                            "viewmywatchlist",
                            "viewsuppressed",
                            "writeapi",
                            "skipcaptcha",
                            "nuke",
                            "renameuser",
                            "tboverride",
                            "tboverride-account",
                            "titleblacklistlog"
                        ]
                    },
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "blockinfo",
                            "groups",
                            "implicitgroups",
                            "rights",
                            "editcount",
                            "registration",
                            "centralids"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "witheditsonly",
                        "type": "boolean"
                    },
                    {
                        "name": "activeusers",
                        "type": "boolean"
                    },
                    {
                        "name": "attachedwiki",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "authmanagerinfo",
                "classname": "ApiQueryAuthManagerInfo",
                "path": "query+authmanagerinfo",
                "group": "meta",
                "prefix": "ami",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Authmanagerinfo"
                ],
                "parameters": [
                    {
                        "name": "securitysensitiveoperation",
                        "type": "string"
                    },
                    {
                        "name": "requestsfor",
                        "type": [
                            "login",
                            "login-continue",
                            "create",
                            "create-continue",
                            "link",
                            "link-continue",
                            "change",
                            "remove",
                            "unlink"
                        ]
                    },
                    {
                        "name": "mergerequestfields",
                        "type": "boolean"
                    },
                    {
                        "name": "messageformat",
                        "default": "wikitext",
                        "type": [
                            "html",
                            "wikitext",
                            "raw",
                            "none"
                        ]
                    }
                ]
            },
            {
                "name": "backlinks",
                "classname": "ApiQueryBacklinks",
                "path": "query+backlinks",
                "group": "list",
                "prefix": "bl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Backlinks"
                ],
                "parameters": [
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "filterredir",
                        "default": "all",
                        "type": [
                            "all",
                            "redirects",
                            "nonredirects"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "redirect",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "blocks",
                "classname": "ApiQueryBlocks",
                "path": "query+blocks",
                "group": "list",
                "prefix": "bk",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Blocks"
                ],
                "parameters": [
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "ids",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "integer"
                    },
                    {
                        "name": "users",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "user"
                    },
                    {
                        "name": "ip",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "default": "id|user|by|timestamp|expiry|reason|flags",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "id",
                            "user",
                            "userid",
                            "by",
                            "byid",
                            "timestamp",
                            "expiry",
                            "reason",
                            "range",
                            "flags"
                        ]
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "account",
                            "!account",
                            "temp",
                            "!temp",
                            "ip",
                            "!ip",
                            "range",
                            "!range"
                        ]
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "categories",
                "classname": "ApiQueryCategories",
                "path": "query+categories",
                "group": "prop",
                "prefix": "cl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Categories"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "sortkey",
                            "timestamp",
                            "hidden"
                        ]
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "hidden",
                            "!hidden"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "categories",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "categoryinfo",
                "classname": "ApiQueryCategoryInfo",
                "path": "query+categoryinfo",
                "group": "prop",
                "prefix": "ci",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Categoryinfo"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "categorymembers",
                "classname": "ApiQueryCategoryMembers",
                "path": "query+categorymembers",
                "group": "list",
                "prefix": "cm",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Categorymembers"
                ],
                "parameters": [
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "name": "prop",
                        "default": "ids|title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "sortkey",
                            "sortkeyprefix",
                            "type",
                            "timestamp"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "type",
                        "default": "page|subcat|file",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "page",
                            "subcat",
                            "file"
                        ]
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "sort",
                        "default": "sortkey",
                        "type": [
                            "sortkey",
                            "timestamp"
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "asc",
                            "desc",
                            "ascending",
                            "descending",
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "starthexsortkey",
                        "type": "string"
                    },
                    {
                        "name": "endhexsortkey",
                        "type": "string"
                    },
                    {
                        "name": "startsortkeyprefix",
                        "type": "string"
                    },
                    {
                        "name": "endsortkeyprefix",
                        "type": "string"
                    },
                    {
                        "name": "startsortkey",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "endsortkey",
                        "deprecated": "",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "contributors",
                "classname": "ApiQueryContributors",
                "path": "query+contributors",
                "group": "prop",
                "prefix": "pc",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Contributors"
                ],
                "parameters": [
                    {
                        "name": "group",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "bot",
                            "sysop",
                            "bureaucrat"
                        ]
                    },
                    {
                        "name": "excludegroup",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "bot",
                            "sysop",
                            "bureaucrat"
                        ]
                    },
                    {
                        "name": "rights",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "apihighlimits",
                            "applychangetags",
                            "autoconfirmed",
                            "autocreateaccount",
                            "autopatrol",
                            "bigdelete",
                            "block",
                            "blockemail",
                            "bot",
                            "browsearchive",
                            "changetags",
                            "createaccount",
                            "createpage",
                            "createtalk",
                            "delete",
                            "deletechangetags",
                            "deletedhistory",
                            "deletedtext",
                            "deletelogentry",
                            "deleterevision",
                            "edit",
                            "editcontentmodel",
                            "editinterface",
                            "editprotected",
                            "editmyoptions",
                            "editmyprivateinfo",
                            "editmyusercss",
                            "editmyuserjson",
                            "editmyuserjs",
                            "editmywatchlist",
                            "editsemiprotected",
                            "editusercss",
                            "edituserjson",
                            "edituserjs",
                            "hideuser",
                            "import",
                            "importupload",
                            "ipblock-exempt",
                            "managechangetags",
                            "markbotedits",
                            "mergehistory",
                            "minoredit",
                            "move",
                            "movefile",
                            "move-categorypages",
                            "move-rootuserpages",
                            "move-subpages",
                            "nominornewtalk",
                            "noratelimit",
                            "override-export-depth",
                            "pagelang",
                            "patrol",
                            "patrolmarks",
                            "protect",
                            "purge",
                            "read",
                            "reupload",
                            "reupload-own",
                            "reupload-shared",
                            "rollback",
                            "sendemail",
                            "siteadmin",
                            "suppressionlog",
                            "suppressredirect",
                            "suppressrevision",
                            "unblockself",
                            "undelete",
                            "unwatchedpages",
                            "upload",
                            "upload_by_url",
                            "userrights",
                            "userrights-interwiki",
                            "viewmyprivateinfo",
                            "viewmywatchlist",
                            "viewsuppressed",
                            "writeapi",
                            "skipcaptcha",
                            "nuke",
                            "renameuser",
                            "tboverride",
                            "tboverride-account",
                            "titleblacklistlog"
                        ]
                    },
                    {
                        "name": "excluderights",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "apihighlimits",
                            "applychangetags",
                            "autoconfirmed",
                            "autocreateaccount",
                            "autopatrol",
                            "bigdelete",
                            "block",
                            "blockemail",
                            "bot",
                            "browsearchive",
                            "changetags",
                            "createaccount",
                            "createpage",
                            "createtalk",
                            "delete",
                            "deletechangetags",
                            "deletedhistory",
                            "deletedtext",
                            "deletelogentry",
                            "deleterevision",
                            "edit",
                            "editcontentmodel",
                            "editinterface",
                            "editprotected",
                            "editmyoptions",
                            "editmyprivateinfo",
                            "editmyusercss",
                            "editmyuserjson",
                            "editmyuserjs",
                            "editmywatchlist",
                            "editsemiprotected",
                            "editusercss",
                            "edituserjson",
                            "edituserjs",
                            "hideuser",
                            "import",
                            "importupload",
                            "ipblock-exempt",
                            "managechangetags",
                            "markbotedits",
                            "mergehistory",
                            "minoredit",
                            "move",
                            "movefile",
                            "move-categorypages",
                            "move-rootuserpages",
                            "move-subpages",
                            "nominornewtalk",
                            "noratelimit",
                            "override-export-depth",
                            "pagelang",
                            "patrol",
                            "patrolmarks",
                            "protect",
                            "purge",
                            "read",
                            "reupload",
                            "reupload-own",
                            "reupload-shared",
                            "rollback",
                            "sendemail",
                            "siteadmin",
                            "suppressionlog",
                            "suppressredirect",
                            "suppressrevision",
                            "unblockself",
                            "undelete",
                            "unwatchedpages",
                            "upload",
                            "upload_by_url",
                            "userrights",
                            "userrights-interwiki",
                            "viewmyprivateinfo",
                            "viewmywatchlist",
                            "viewsuppressed",
                            "writeapi",
                            "skipcaptcha",
                            "nuke",
                            "renameuser",
                            "tboverride",
                            "tboverride-account",
                            "titleblacklistlog"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "deletedrevisions",
                "classname": "ApiQueryDeletedRevisions",
                "path": "query+deletedrevisions",
                "group": "prop",
                "prefix": "drv",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Deletedrevisions"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "flags",
                            "timestamp",
                            "user",
                            "userid",
                            "size",
                            "sha1",
                            "contentmodel",
                            "comment",
                            "parsedcomment",
                            "content",
                            "tags",
                            "parsetree"
                        ]
                    },
                    {
                        "name": "limit",
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "expandtemplates",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "generatexml",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "parse",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "name": "diffto",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotext",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotextpst",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "contentformat",
                        "type": [
                            "text/x-wiki",
                            "text/javascript",
                            "application/json",
                            "text/css",
                            "text/plain"
                        ]
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "excludeuser",
                        "type": "user"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "deletedrevs",
                "classname": "ApiQueryDeletedrevs",
                "path": "query+deletedrevs",
                "group": "list",
                "prefix": "dr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "deprecated": "",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Deletedrevs"
                ],
                "parameters": [
                    {
                        "name": "start",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    1,
                                    2
                                ]
                            }
                        ]
                    },
                    {
                        "name": "end",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    1,
                                    2
                                ]
                            }
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    1,
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "name": "from",
                        "type": "string",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "name": "to",
                        "type": "string",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "name": "prefix",
                        "type": "string",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "name": "unique",
                        "type": "boolean",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "name": "namespace",
                        "default": 0,
                        "type": "namespace",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "excludeuser",
                        "type": "user"
                    },
                    {
                        "name": "prop",
                        "default": "user|comment",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "revid",
                            "parentid",
                            "user",
                            "userid",
                            "comment",
                            "parsedcomment",
                            "minor",
                            "len",
                            "sha1",
                            "content",
                            "token",
                            "tags"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "duplicatefiles",
                "classname": "ApiQueryDuplicateFiles",
                "path": "query+duplicatefiles",
                "group": "prop",
                "prefix": "df",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Duplicatefiles"
                ],
                "parameters": [
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "localonly",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "embeddedin",
                "classname": "ApiQueryBacklinks",
                "path": "query+embeddedin",
                "group": "list",
                "prefix": "ei",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Embeddedin"
                ],
                "parameters": [
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "filterredir",
                        "default": "all",
                        "type": [
                            "all",
                            "redirects",
                            "nonredirects"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    }
                ]
            },
            {
                "name": "extlinks",
                "classname": "ApiQueryExternalLinks",
                "path": "query+extlinks",
                "group": "prop",
                "prefix": "el",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Extlinks"
                ],
                "parameters": [
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "offset",
                        "type": "integer"
                    },
                    {
                        "name": "protocol",
                        "default": "",
                        "type": [
                            "",
                            "bitcoin",
                            "ftp",
                            "ftps",
                            "geo",
                            "git",
                            "gopher",
                            "http",
                            "https",
                            "irc",
                            "ircs",
                            "magnet",
                            "mailto",
                            "mms",
                            "news",
                            "nntp",
                            "redis",
                            "sftp",
                            "sip",
                            "sips",
                            "sms",
                            "ssh",
                            "svn",
                            "tel",
                            "telnet",
                            "urn",
                            "worldwind",
                            "xmpp"
                        ]
                    },
                    {
                        "name": "query",
                        "type": "string"
                    },
                    {
                        "name": "expandurl",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "exturlusage",
                "classname": "ApiQueryExtLinksUsage",
                "path": "query+exturlusage",
                "group": "list",
                "prefix": "eu",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Exturlusage"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "ids|title|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "url"
                        ]
                    },
                    {
                        "name": "offset",
                        "type": "integer"
                    },
                    {
                        "name": "protocol",
                        "default": "",
                        "type": [
                            "",
                            "bitcoin",
                            "ftp",
                            "ftps",
                            "geo",
                            "git",
                            "gopher",
                            "http",
                            "https",
                            "irc",
                            "ircs",
                            "magnet",
                            "mailto",
                            "mms",
                            "news",
                            "nntp",
                            "redis",
                            "sftp",
                            "sip",
                            "sips",
                            "sms",
                            "ssh",
                            "svn",
                            "tel",
                            "telnet",
                            "urn",
                            "worldwind",
                            "xmpp"
                        ]
                    },
                    {
                        "name": "query",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "expandurl",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "filearchive",
                "classname": "ApiQueryFilearchive",
                "path": "query+filearchive",
                "group": "list",
                "prefix": "fa",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Filearchive"
                ],
                "parameters": [
                    {
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "sha1",
                        "type": "string"
                    },
                    {
                        "name": "sha1base36",
                        "type": "string"
                    },
                    {
                        "name": "prop",
                        "default": "timestamp",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "sha1",
                            "timestamp",
                            "user",
                            "size",
                            "dimensions",
                            "description",
                            "parseddescription",
                            "mime",
                            "mediatype",
                            "metadata",
                            "bitdepth",
                            "archivename"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "filerepoinfo",
                "classname": "ApiQueryFileRepoInfo",
                "path": "query+filerepoinfo",
                "group": "meta",
                "prefix": "fri",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Filerepoinfo"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "name|displayname|rootUrl|local|url|thumbUrl|initialCapital|scriptDirUrl|favicon|canUpload",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "name",
                            "displayname",
                            "rootUrl",
                            "local",
                            "url",
                            "thumbUrl",
                            "initialCapital",
                            "scriptDirUrl",
                            "favicon",
                            "canUpload"
                        ]
                    }
                ]
            },
            {
                "name": "fileusage",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+fileusage",
                "group": "prop",
                "prefix": "fu",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Fileusage"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "pageid|title|redirect",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "pageid",
                            "title",
                            "redirect"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "redirect",
                            "!redirect"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "imageinfo",
                "classname": "ApiQueryImageInfo",
                "path": "query+imageinfo",
                "group": "prop",
                "prefix": "ii",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Imageinfo"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "timestamp|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "timestamp",
                            "user",
                            "userid",
                            "comment",
                            "parsedcomment",
                            "canonicaltitle",
                            "url",
                            "size",
                            "dimensions",
                            "sha1",
                            "mime",
                            "thumbmime",
                            "mediatype",
                            "metadata",
                            "commonmetadata",
                            "extmetadata",
                            "archivename",
                            "bitdepth",
                            "uploadwarning",
                            "badfile"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 1,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "urlwidth",
                        "default": -1,
                        "type": "integer"
                    },
                    {
                        "name": "urlheight",
                        "default": -1,
                        "type": "integer"
                    },
                    {
                        "name": "metadataversion",
                        "default": "1",
                        "type": "string"
                    },
                    {
                        "name": "extmetadatalanguage",
                        "default": "en",
                        "type": "string"
                    },
                    {
                        "name": "extmetadatamultilang",
                        "type": "boolean"
                    },
                    {
                        "name": "extmetadatafilter",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "urlparam",
                        "default": "",
                        "type": "string"
                    },
                    {
                        "name": "badfilecontexttitle",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "localonly",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "images",
                "classname": "ApiQueryImages",
                "path": "query+images",
                "group": "prop",
                "prefix": "im",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Images"
                ],
                "parameters": [
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "images",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "imageusage",
                "classname": "ApiQueryBacklinks",
                "path": "query+imageusage",
                "group": "list",
                "prefix": "iu",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Imageusage"
                ],
                "parameters": [
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "filterredir",
                        "default": "all",
                        "type": [
                            "all",
                            "redirects",
                            "nonredirects"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "redirect",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "info",
                "classname": "ApiQueryInfo",
                "path": "query+info",
                "group": "prop",
                "prefix": "in",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Info"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "protection",
                            "talkid",
                            "watched",
                            "watchers",
                            "visitingwatchers",
                            "notificationtimestamp",
                            "subjectid",
                            "url",
                            "readable",
                            "preload",
                            "displaytitle",
                            "varianttitles"
                        ]
                    },
                    {
                        "name": "testactions",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "token",
                        "deprecated": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "edit",
                            "delete",
                            "protect",
                            "move",
                            "block",
                            "unblock",
                            "email",
                            "import",
                            "watch"
                        ]
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "iwbacklinks",
                "classname": "ApiQueryIWBacklinks",
                "path": "query+iwbacklinks",
                "group": "list",
                "prefix": "iwbl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Iwbacklinks"
                ],
                "parameters": [
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "iwprefix",
                            "iwtitle"
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "iwlinks",
                "classname": "ApiQueryIWLinks",
                "path": "query+iwlinks",
                "group": "prop",
                "prefix": "iw",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Iwlinks"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "url"
                        ]
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "url",
                        "deprecated": "",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "langbacklinks",
                "classname": "ApiQueryLangBacklinks",
                "path": "query+langbacklinks",
                "group": "list",
                "prefix": "lbl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Langbacklinks"
                ],
                "parameters": [
                    {
                        "name": "lang",
                        "type": "string"
                    },
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "lllang",
                            "lltitle"
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "langlinks",
                "classname": "ApiQueryLangLinks",
                "path": "query+langlinks",
                "group": "prop",
                "prefix": "ll",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Langlinks"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "url",
                            "langname",
                            "autonym"
                        ]
                    },
                    {
                        "name": "lang",
                        "type": "string"
                    },
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "inlanguagecode",
                        "default": "en",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "url",
                        "deprecated": "",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "links",
                "classname": "ApiQueryLinks",
                "path": "query+links",
                "group": "prop",
                "prefix": "pl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Links"
                ],
                "parameters": [
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "titles",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "linkshere",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+linkshere",
                "group": "prop",
                "prefix": "lh",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Linkshere"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "pageid|title|redirect",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "pageid",
                            "title",
                            "redirect"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "redirect",
                            "!redirect"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "logevents",
                "classname": "ApiQueryLogEvents",
                "path": "query+logevents",
                "group": "list",
                "prefix": "le",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Logevents"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "ids|title|type|user|timestamp|comment|details",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "type",
                            "user",
                            "userid",
                            "timestamp",
                            "comment",
                            "parsedcomment",
                            "details",
                            "tags"
                        ]
                    },
                    {
                        "name": "type",
                        "type": [
                            "renameuser",
                            "titleblacklist",
                            "",
                            "block",
                            "protect",
                            "rights",
                            "delete",
                            "upload",
                            "move",
                            "import",
                            "patrol",
                            "merge",
                            "suppress",
                            "tag",
                            "managetags",
                            "contentmodel",
                            "newusers"
                        ]
                    },
                    {
                        "name": "action",
                        "type": [
                            "renameuser/renameuser",
                            "titleblacklist/*",
                            "block/block",
                            "block/reblock",
                            "block/unblock",
                            "contentmodel/change",
                            "contentmodel/new",
                            "delete/delete",
                            "delete/delete_redir",
                            "delete/event",
                            "delete/restore",
                            "delete/revision",
                            "import/interwiki",
                            "import/upload",
                            "managetags/activate",
                            "managetags/create",
                            "managetags/deactivate",
                            "managetags/delete",
                            "merge/merge",
                            "move/move",
                            "move/move_redir",
                            "patrol/patrol",
                            "patrol/autopatrol",
                            "protect/modify",
                            "protect/move_prot",
                            "protect/protect",
                            "protect/unprotect",
                            "rights/autopromote",
                            "rights/rights",
                            "suppress/block",
                            "suppress/delete",
                            "suppress/event",
                            "suppress/reblock",
                            "suppress/revision",
                            "tag/update",
                            "upload/overwrite",
                            "upload/revert",
                            "upload/upload",
                            "newusers/newusers",
                            "newusers/create",
                            "newusers/create2",
                            "newusers/byemail",
                            "newusers/autocreate"
                        ]
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "type": "namespace",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "mystashedfiles",
                "classname": "ApiQueryMyStashedFiles",
                "path": "query+mystashedfiles",
                "group": "list",
                "prefix": "msf",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:mystashedfiles"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "size",
                            "type"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "pagepropnames",
                "classname": "ApiQueryPagePropNames",
                "path": "query+pagepropnames",
                "group": "list",
                "prefix": "ppn",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Pagepropnames"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    }
                ]
            },
            {
                "name": "pageprops",
                "classname": "ApiQueryPageProps",
                "path": "query+pageprops",
                "group": "prop",
                "prefix": "pp",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Pageprops"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    }
                ]
            },
            {
                "name": "pageswithprop",
                "classname": "ApiQueryPagesWithProp",
                "path": "query+pageswithprop",
                "group": "list",
                "prefix": "pwp",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Pageswithprop"
                ],
                "parameters": [
                    {
                        "name": "propname",
                        "required": "",
                        "type": "string"
                    },
                    {
                        "name": "prop",
                        "default": "ids|title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "value"
                        ]
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "prefixsearch",
                "classname": "ApiQueryPrefixSearch",
                "path": "query+prefixsearch",
                "group": "list",
                "prefix": "ps",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Prefixsearch"
                ],
                "parameters": [
                    {
                        "name": "search",
                        "required": "",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "default": 0,
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "offset",
                        "default": 0,
                        "type": "integer"
                    }
                ]
            },
            {
                "name": "protectedtitles",
                "classname": "ApiQueryProtectedTitles",
                "path": "query+protectedtitles",
                "group": "list",
                "prefix": "pt",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Protectedtitles"
                ],
                "parameters": [
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "level",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "autoconfirmed",
                            "sysop"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "prop",
                        "default": "timestamp|level",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "timestamp",
                            "user",
                            "userid",
                            "comment",
                            "parsedcomment",
                            "expiry",
                            "level"
                        ]
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "querypage",
                "classname": "ApiQueryQueryPage",
                "path": "query+querypage",
                "group": "list",
                "prefix": "qp",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Querypage"
                ],
                "parameters": [
                    {
                        "name": "page",
                        "required": "",
                        "type": [
                            "Ancientpages",
                            "BrokenRedirects",
                            "Deadendpages",
                            "DoubleRedirects",
                            "ListDuplicatedFiles",
                            "Listredirects",
                            "Lonelypages",
                            "Longpages",
                            "MediaStatistics",
                            "Mostcategories",
                            "Mostimages",
                            "Mostinterwikis",
                            "Mostlinkedcategories",
                            "Mostlinkedtemplates",
                            "Mostlinked",
                            "Mostrevisions",
                            "Fewestrevisions",
                            "Shortpages",
                            "Uncategorizedcategories",
                            "Uncategorizedpages",
                            "Uncategorizedimages",
                            "Uncategorizedtemplates",
                            "Unusedcategories",
                            "Unusedimages",
                            "Wantedcategories",
                            "Wantedfiles",
                            "Wantedpages",
                            "Wantedtemplates",
                            "Unwatchedpages",
                            "Unusedtemplates",
                            "Withoutinterwiki"
                        ]
                    },
                    {
                        "name": "offset",
                        "default": 0,
                        "type": "integer"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    }
                ]
            },
            {
                "name": "random",
                "classname": "ApiQueryRandom",
                "path": "query+random",
                "group": "list",
                "prefix": "rn",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Random"
                ],
                "parameters": [
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "filterredir",
                        "default": "nonredirects",
                        "type": [
                            "all",
                            "redirects",
                            "nonredirects"
                        ]
                    },
                    {
                        "name": "redirect",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "limit",
                        "default": 1,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "recentchanges",
                "classname": "ApiQueryRecentChanges",
                "path": "query+recentchanges",
                "group": "list",
                "prefix": "rc",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Recentchanges"
                ],
                "parameters": [
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "excludeuser",
                        "type": "user"
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "prop",
                        "default": "title|timestamp|ids",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "user",
                            "userid",
                            "comment",
                            "parsedcomment",
                            "flags",
                            "timestamp",
                            "title",
                            "ids",
                            "sizes",
                            "redirect",
                            "patrolled",
                            "loginfo",
                            "tags",
                            "sha1"
                        ]
                    },
                    {
                        "name": "token",
                        "deprecated": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "patrol"
                        ]
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "minor",
                            "!minor",
                            "bot",
                            "!bot",
                            "anon",
                            "!anon",
                            "redirect",
                            "!redirect",
                            "patrolled",
                            "!patrolled",
                            "unpatrolled",
                            "autopatrolled",
                            "!autopatrolled"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "type",
                        "default": "edit|new|log|categorize",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "edit",
                            "new",
                            "log",
                            "external",
                            "categorize"
                        ]
                    },
                    {
                        "name": "toponly",
                        "type": "boolean"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "generaterevisions",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "redirects",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+redirects",
                "group": "prop",
                "prefix": "rd",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Redirects"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "pageid|title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "pageid",
                            "title",
                            "fragment"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "fragment",
                            "!fragment"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "references",
                "classname": "ApiQueryReferences",
                "path": "query+references",
                "group": "prop",
                "prefix": "rf",
                "source": "Cite",
                "sourcename": "Cite",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/Cite",
                "readrights": "",
                "helpurls": [],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "revisions",
                "classname": "ApiQueryRevisions",
                "path": "query+revisions",
                "group": "prop",
                "prefix": "rv",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Revisions"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "flags",
                            "timestamp",
                            "user",
                            "userid",
                            "size",
                            "sha1",
                            "contentmodel",
                            "comment",
                            "parsedcomment",
                            "content",
                            "tags",
                            "parsetree"
                        ]
                    },
                    {
                        "name": "limit",
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1,
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "expandtemplates",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "generatexml",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "parse",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "name": "diffto",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotext",
                        "deprecated": "",
                        "type": "string"
                    },
                    {
                        "name": "difftotextpst",
                        "deprecated": "",
                        "type": "boolean"
                    },
                    {
                        "name": "contentformat",
                        "type": [
                            "text/x-wiki",
                            "text/javascript",
                            "application/json",
                            "text/css",
                            "text/plain"
                        ]
                    },
                    {
                        "name": "startid",
                        "type": "integer",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "endid",
                        "type": "integer",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "start",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "end",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "user",
                        "type": "user",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "excludeuser",
                        "type": "user",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "token",
                        "deprecated": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "rollback"
                        ]
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "search",
                "classname": "ApiQuerySearch",
                "path": "query+search",
                "group": "list",
                "prefix": "sr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Search"
                ],
                "parameters": [
                    {
                        "name": "search",
                        "required": "",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "default": 0,
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "offset",
                        "default": 0,
                        "type": "integer"
                    },
                    {
                        "name": "what",
                        "type": [
                            "title",
                            "text",
                            "nearmatch"
                        ]
                    },
                    {
                        "name": "info",
                        "default": "totalhits|suggestion|rewrittenquery",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "totalhits",
                            "suggestion",
                            "rewrittenquery"
                        ]
                    },
                    {
                        "name": "prop",
                        "default": "size|wordcount|timestamp|snippet",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "size",
                            "wordcount",
                            "timestamp",
                            "snippet",
                            "titlesnippet",
                            "redirecttitle",
                            "redirectsnippet",
                            "sectiontitle",
                            "sectionsnippet",
                            "isfilematch",
                            "categorysnippet",
                            "score",
                            "hasrelated",
                            "extensiondata"
                        ],
                        "deprecatedvalues": [
                            "score",
                            "hasrelated"
                        ]
                    },
                    {
                        "name": "interwiki",
                        "type": "boolean"
                    },
                    {
                        "name": "enablerewrites",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "siteinfo",
                "classname": "ApiQuerySiteinfo",
                "path": "query+siteinfo",
                "group": "meta",
                "prefix": "si",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Siteinfo"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "general",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "general",
                            "namespaces",
                            "namespacealiases",
                            "specialpagealiases",
                            "magicwords",
                            "interwikimap",
                            "dbrepllag",
                            "statistics",
                            "usergroups",
                            "libraries",
                            "extensions",
                            "fileextensions",
                            "rightsinfo",
                            "restrictions",
                            "languages",
                            "languagevariants",
                            "skins",
                            "extensiontags",
                            "functionhooks",
                            "showhooks",
                            "variables",
                            "protocols",
                            "defaultoptions",
                            "uploaddialog"
                        ]
                    },
                    {
                        "name": "filteriw",
                        "type": [
                            "local",
                            "!local"
                        ]
                    },
                    {
                        "name": "showalldb",
                        "type": "boolean"
                    },
                    {
                        "name": "numberingroup",
                        "type": "boolean"
                    },
                    {
                        "name": "inlanguagecode",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "stashimageinfo",
                "classname": "ApiQueryStashImageInfo",
                "path": "query+stashimageinfo",
                "group": "prop",
                "prefix": "sii",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Stashimageinfo"
                ],
                "parameters": [
                    {
                        "name": "filekey",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "sessionkey",
                        "deprecated": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "prop",
                        "default": "timestamp|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "timestamp",
                            "canonicaltitle",
                            "url",
                            "size",
                            "dimensions",
                            "sha1",
                            "mime",
                            "thumbmime",
                            "metadata",
                            "commonmetadata",
                            "extmetadata",
                            "bitdepth",
                            "badfile"
                        ]
                    },
                    {
                        "name": "urlwidth",
                        "default": -1,
                        "type": "integer"
                    },
                    {
                        "name": "urlheight",
                        "default": -1,
                        "type": "integer"
                    },
                    {
                        "name": "urlparam",
                        "default": "",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "tags",
                "classname": "ApiQueryTags",
                "path": "query+tags",
                "group": "list",
                "prefix": "tg",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tags"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "displayname",
                            "description",
                            "hitcount",
                            "defined",
                            "source",
                            "active"
                        ]
                    }
                ]
            },
            {
                "name": "templates",
                "classname": "ApiQueryLinks",
                "path": "query+templates",
                "group": "prop",
                "prefix": "tl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Templates"
                ],
                "parameters": [
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "templates",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    }
                ]
            },
            {
                "name": "tokens",
                "classname": "ApiQueryTokens",
                "path": "query+tokens",
                "group": "meta",
                "prefix": "",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tokens"
                ],
                "parameters": [
                    {
                        "name": "type",
                        "default": "csrf",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "createaccount",
                            "csrf",
                            "login",
                            "patrol",
                            "rollback",
                            "userrights",
                            "watch"
                        ]
                    }
                ]
            },
            {
                "name": "transcludedin",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+transcludedin",
                "group": "prop",
                "prefix": "ti",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Transcludedin"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "default": "pageid|title|redirect",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "pageid",
                            "title",
                            "redirect"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "redirect",
                            "!redirect"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "usercontribs",
                "classname": "ApiQueryContributions",
                "path": "query+usercontribs",
                "group": "list",
                "prefix": "uc",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Usercontribs"
                ],
                "parameters": [
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "user"
                    },
                    {
                        "name": "userids",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "integer"
                    },
                    {
                        "name": "userprefix",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "prop",
                        "default": "ids|title|timestamp|comment|size|flags",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "timestamp",
                            "comment",
                            "parsedcomment",
                            "size",
                            "sizediff",
                            "flags",
                            "patrolled",
                            "tags"
                        ]
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "minor",
                            "!minor",
                            "patrolled",
                            "!patrolled",
                            "autopatrolled",
                            "!autopatrolled",
                            "top",
                            "!top",
                            "new",
                            "!new"
                        ]
                    },
                    {
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "name": "toponly",
                        "deprecated": "",
                        "type": "boolean"
                    }
                ]
            },
            {
                "name": "userinfo",
                "classname": "ApiQueryUserInfo",
                "path": "query+userinfo",
                "group": "meta",
                "prefix": "ui",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Userinfo"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "blockinfo",
                            "hasmsg",
                            "groups",
                            "groupmemberships",
                            "implicitgroups",
                            "rights",
                            "changeablegroups",
                            "options",
                            "editcount",
                            "ratelimits",
                            "email",
                            "realname",
                            "acceptlang",
                            "registrationdate",
                            "unreadcount",
                            "centralids",
                            "preferencestoken"
                        ],
                        "deprecatedvalues": [
                            "preferencestoken"
                        ]
                    },
                    {
                        "name": "attachedwiki",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "users",
                "classname": "ApiQueryUsers",
                "path": "query+users",
                "group": "list",
                "prefix": "us",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Users"
                ],
                "parameters": [
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "blockinfo",
                            "groups",
                            "groupmemberships",
                            "implicitgroups",
                            "rights",
                            "editcount",
                            "registration",
                            "emailable",
                            "gender",
                            "centralids",
                            "cancreate"
                        ]
                    },
                    {
                        "name": "attachedwiki",
                        "type": "string"
                    },
                    {
                        "name": "users",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "string"
                    },
                    {
                        "name": "userids",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "integer"
                    },
                    {
                        "name": "token",
                        "deprecated": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "userrights"
                        ]
                    }
                ]
            },
            {
                "name": "watchlist",
                "classname": "ApiQueryWatchlist",
                "path": "query+watchlist",
                "group": "list",
                "prefix": "wl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Watchlist"
                ],
                "parameters": [
                    {
                        "name": "allrev",
                        "type": "boolean"
                    },
                    {
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "user",
                        "type": "user"
                    },
                    {
                        "name": "excludeuser",
                        "type": "user"
                    },
                    {
                        "name": "dir",
                        "default": "older",
                        "type": [
                            "newer",
                            "older"
                        ]
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "default": "ids|title|flags",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "ids",
                            "title",
                            "flags",
                            "user",
                            "userid",
                            "comment",
                            "parsedcomment",
                            "timestamp",
                            "patrol",
                            "sizes",
                            "notificationtimestamp",
                            "loginfo",
                            "tags"
                        ]
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "minor",
                            "!minor",
                            "bot",
                            "!bot",
                            "anon",
                            "!anon",
                            "patrolled",
                            "!patrolled",
                            "autopatrolled",
                            "!autopatrolled",
                            "unread",
                            "!unread"
                        ]
                    },
                    {
                        "name": "type",
                        "default": "edit|new|log|categorize",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "edit",
                            "new",
                            "log",
                            "external",
                            "categorize"
                        ]
                    },
                    {
                        "name": "owner",
                        "type": "user"
                    },
                    {
                        "name": "token",
                        "type": "string"
                    },
                    {
                        "name": "continue",
                        "type": "string"
                    }
                ]
            },
            {
                "name": "watchlistraw",
                "classname": "ApiQueryWatchlistRaw",
                "path": "query+watchlistraw",
                "group": "list",
                "prefix": "wr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://wiki.ffxivrp.org/pages/Special:Version/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Watchlistraw"
                ],
                "parameters": [
                    {
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "name": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": "namespace",
                        "allspecifier": "*"
                    },
                    {
                        "name": "limit",
                        "default": 10,
                        "type": "limit",
                        "max": 500,
                        "highmax": 5000,
                        "min": 1
                    },
                    {
                        "name": "prop",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "changed"
                        ]
                    },
                    {
                        "name": "show",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "type": [
                            "changed",
                            "!changed"
                        ]
                    },
                    {
                        "name": "owner",
                        "type": "user"
                    },
                    {
                        "name": "token",
                        "type": "string"
                    },
                    {
                        "name": "dir",
                        "default": "ascending",
                        "type": [
                            "ascending",
                            "descending"
                        ]
                    },
                    {
                        "name": "fromtitle",
                        "type": "string"
                    },
                    {
                        "name": "totitle",
                        "type": "string"
                    }
                ]
            }
        ]
    },
    "debuginfo": {
        "mwVersion": "1.31.0",
        "phpEngine": "PHP",
        "phpVersion": "7.2.34-54+ubuntu22.04.1+deb.sury.org+1",
        "time": 0.6403729915618896,
        "log": [
            {
                "msg": "MWDebug output complete",
                "type": "log",
                "caller": "MWDebug::appendDebugInfoToApiResult"
            }
        ],
        "debugLog": [
            "IP: 216.73.216.164",
            "Start request GET /api.php?action=paraminfo&modules=query%2B%2A\nHTTP HEADERS:\nACCEPT-ENCODING: gzip, br, zstd, deflate\nUSER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\nACCEPT: */*\nHOST: wiki.ffxivrp.org\nCONTENT-LENGTH: \nCONTENT-TYPE:",
            "[caches] cluster: MemcachedPhpBagOStuff, WAN: mediawiki-main-default, stash: db-replicated, message: MemcachedPhpBagOStuff, session: MemcachedPhpBagOStuff",
            "[caches] LocalisationCache: using store LCStoreDB",
            "[CryptRand] 0 bytes of randomness leftover in the buffer.",
            "[session] SessionBackend \"ch7m33d1t2b2kedki6s3r4k5cq4lendn\" is unsaved, marking dirty in constructor",
            "[session] SessionBackend \"ch7m33d1t2b2kedki6s3r4k5cq4lendn\" save: dataDirty=1 metaDirty=1 forcePersist=0",
            "[cookie] already deleted setcookie: \"ffxivrp_wiki_session\", \"\", \"1732199671\", \"/\", \"\", \"1\", \"1\"",
            "[cookie] already deleted setcookie: \"ffxivrp_wikiUserID\", \"\", \"1732199671\", \"/\", \"\", \"1\", \"1\"",
            "[cookie] already deleted setcookie: \"ffxivrp_wikiToken\", \"\", \"1732199671\", \"/\", \"\", \"1\", \"1\"",
            "[cookie] already deleted setcookie: \"forceHTTPS\", \"\", \"1732199671\", \"/\", \"\", \"\", \"1\"",
            "[DBConnection] Wikimedia\\Rdbms\\LoadBalancer::openConnection: calling initLB() before first connection.",
            "[DBReplication] Wikimedia\\Rdbms\\LBFactory::getChronologyProtector: using request info {\n    \"IPAddress\": \"216.73.216.164\",\n    \"UserAgent\": \"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)\",\n    \"ChronologyProtection\": false,\n    \"ChronologyPositionIndex\": 0\n}",
            "[DBConnection] Wikimedia\\Rdbms\\LoadBalancer::openConnection: connected to database 0 at 'localhost'.",
            "[MessageCache] MessageCache::load: Loading en... local cache is empty, got from global cache",
            "[ContentHandler] Created handler for wikitext: WikitextContentHandler",
            "[ContentHandler] Created handler for javascript: JavaScriptContentHandler",
            "[ContentHandler] Created handler for json: JsonContentHandler",
            "[ContentHandler] Created handler for css: CssContentHandler",
            "[ContentHandler] Created handler for text: TextContentHandler",
            "[GlobalTitleFail] RequestContext::getTitle called by ApiParamInfo->execute/ApiParamInfo->getModuleInfo/RequestContext->msg/Message->setContext/RequestContext->getTitle with no title set.",
            "[gitinfo] Computed cacheFile=/var/www/html/wiki/gitinfo.json for /var/www/html/wiki",
            "[gitinfo] Cache incomplete for /var/www/html/wiki"
        ],
        "queries": [
            {
                "sql": "BEGIN",
                "function": "Wikimedia\\Rdbms\\Database::query (LCStoreDB::get)",
                "master": "",
                "time": 6.198883056640625e-5
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'deps'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010881423950195312
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'list'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004051923751831055
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003706216812133789
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0007259845733642578
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'specialPageAliases'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008161067962646484
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'namespaceGenderAliases'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0037131309509277344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018715858459472656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001919269561767578
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014400482177734375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001327991485595703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0024101734161376953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-min'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-max'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013899803161621094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013184547424316406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allcategories-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0031969547271728516
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018310546875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001971721649169922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009100437164306641
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015997886657714844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013709068298339844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013303756713867188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010898113250732422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0034050941467285156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015616416931152344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alldeletedrevisions-param-generatetitles'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010540485382080078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004003047943115234
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008199214935302734
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015807151794433594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-unique'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013709068298339844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004621982574462891
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allfileusages-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001399517059326172
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001971721649169922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-sort'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003000974655151367
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014901161193847656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001518726348876953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014591217041015625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009598731994628906
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001690387725830078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0025720596313476562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-minsize'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0003120899200439453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-maxsize'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0005061626434326172
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-sha1'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011479854583740234
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-sha1base36'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016307830810546875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0030019283294677734
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-filterbots'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00032711029052734375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-mime'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00037598609924316406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allimages-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006568431854248047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002620220184326172
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001518726348876953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0015721321105957031
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00409388542175293
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-unique'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001709461212158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015282630920410156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002799034118652344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003367900848388672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alllinks-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0025420188903808594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006649494171142578
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-messages'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001867055892944336
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017213821411132812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-enableparser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006489753723144531
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-nocontent'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008630752563476562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-includelocal'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016498565673828125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-args'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001380443572998047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-filter'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0014450550079345703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-customised'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0003180503845214844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-lang'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003489971160888672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002090930938720703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014781951904296875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015401840209960938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allmessages-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001900196075439453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003306865692138672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0031518936157226562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001800060272216797
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014209747314453125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015115737915039062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-filterredir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001690387725830078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-minsize'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0005331039428710938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-maxsize'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003319978713989258
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-prtype'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009219646453857422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-prlevel'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001461505889892578
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-prfiltercascade'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015997886657714844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001499652862548828
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010170936584472656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-filterlanglinks'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016880035400390625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allpages-param-prexpiry'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.005013942718505859
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002238750457763672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016498565673828125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015091896057128906
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0030519962310791016
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-unique'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015687942504882812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0019481182098388672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001709461212158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00039005279541015625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allredirects-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017786026000976562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004612922668457031
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018310546875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004439353942871094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00023412704467773438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0012538433074951172
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011210441589355469
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allrevisions-param-generatetitles'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008740425109863281
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0027320384979248047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0043849945068359375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017404556274414062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010840892791748047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-unique'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0029239654541015625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017499923706054688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014495849609375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014495849609375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+alltransclusions-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017380714416503906
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0024709701538085938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001499652862548828
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0035009384155273438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017714500427246094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014209747314453125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-group'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010237693786621094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-excludegroup'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015807151794433594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-rights'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0022041797637939453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016498565673828125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013871192932128906
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-witheditsonly'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+allusers-param-attachedwiki'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.000141143798828125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+authmanagerinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003213167190551758
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001780986785888672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+authmanagerinfo-param-requestsfor'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0022161006927490234
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017499923706054688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014901161193847656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-pageid'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0034241676330566406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017404556274414062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014400482177734375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-filterredir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001361370086669922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002160787582397461
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+backlinks-param-redirect'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001678466796875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0024709701538085938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017595291137695312
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0017940998077392578
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-ids'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00023102760314941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-users'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00032901763916015625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00024008750915527344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001291036605834961
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+blocks-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004427909851074219
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categories-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0020439624786376953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categories-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001850128173828125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categories-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014281272888183594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categories-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006129741668701172
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categories-param-categories'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001909017562866211
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categories-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0031430721282958984
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categoryinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004830360412597656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001709461212158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0019431114196777344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-pageid'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0005249977111816406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0033011436462402344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011959075927734375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-type'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001609325408935547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013709068298339844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-sort'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013113021850585938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009050369262695312
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0012807846069335938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0039980411529541016
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-starthexsortkey'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014710426330566406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-endhexsortkey'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013589859008789062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-startsortkeyprefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001480579376220703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-endsortkeyprefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001678466796875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-startsortkey'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013399124145507812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+categorymembers-param-endsortkey'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002238750457763672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+contributors-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0022470951080322266
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+contributors-param-group'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0016179084777832031
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+contributors-param-excludegroup'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018930435180664062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+contributors-param-rights'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001800060272216797
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+contributors-param-excluderights'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001652240753173828
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+contributors-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013685226440429688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevisions-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003103971481323242
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevisions-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016808509826660156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevisions-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004608631134033203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevisions-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0007688999176025391
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevisions-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0019898414611816406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevisions-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0017609596252441406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00022101402282714844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016808509826660156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015997886657714844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008981227874755859
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018470287322998047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015497207641601562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-unique'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013589859008789062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013303756713867188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0052089691162109375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0012459754943847656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00019598007202148438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003179788589477539
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+deletedrevs-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+duplicatefiles-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004300832748413086
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+duplicatefiles-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017309188842773438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+duplicatefiles-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001430511474609375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+duplicatefiles-param-localonly'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002760887145996094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0047760009765625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0003368854522705078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-param-pageid'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013751983642578125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013709068298339844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001819133758544922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-param-filterredir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0029449462890625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+embeddedin-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0012290477752685547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+extlinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001709461212158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+extlinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00102996826171875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+extlinks-param-protocol'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011448860168457031
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+extlinks-param-query'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003492116928100586
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+extlinks-param-expandurl'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017189979553222656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018019676208496094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0026350021362304688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-param-protocol'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00043702125549316406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-param-query'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003699064254760742
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015115737915039062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013899803161621094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+exturlusage-param-expandurl'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001518726348876953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0027229785919189453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010139942169189453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-to'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014710426330566406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013685226440429688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014901161193847656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-sha1'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00012183189392089844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-sha1base36'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0023369789123535156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018339157104492188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filearchive-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00023508071899414062
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filerepoinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018286705017089844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+filerepoinfo-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0032799243927001953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+fileusage-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018596649169921875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+fileusage-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0027959346771240234
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+fileusage-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018215179443359375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+fileusage-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014495849609375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+fileusage-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013494491577148438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0020139217376708984
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0005447864532470703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0007669925689697266
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010559558868408203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001480579376220703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-urlheight'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013709068298339844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-metadataversion'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002279043197631836
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-extmetadatalanguage'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.000202178955078125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-extmetadatamultilang'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014495849609375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-extmetadatafilter'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0032351016998291016
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-urlparam'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00019216537475585938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-badfilecontexttitle'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015592575073242188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageinfo-param-localonly'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00025200843811035156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+images-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002961874008178711
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+images-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015592575073242188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+images-param-images'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002810955047607422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+images-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009429454803466797
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009760856628417969
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002630949020385742
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-pageid'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001590251922607422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013899803161621094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018095970153808594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-filterredir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001900196075439453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013899803161621094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+imageusage-param-redirect'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0017919540405273438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+info-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00019216537475585938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+info-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004642009735107422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+info-param-testactions'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002429962158203125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+info-param-token'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001690387725830078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwbacklinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001590251922607422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwbacklinks-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013561248779296875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwbacklinks-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017714500427246094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwbacklinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002621889114379883
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwbacklinks-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017118453979492188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwbacklinks-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001430511474609375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001817941665649414
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.000820159912109375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0033440589904785156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016999244689941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014209747314453125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013399124145507812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+iwlinks-param-url'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.000164031982421875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langbacklinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003304004669189453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langbacklinks-param-lang'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0012769699096679688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langbacklinks-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001850128173828125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langbacklinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014400482177734375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langbacklinks-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00026988983154296875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langbacklinks-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00022292137145996094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013990402221679688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001671314239501953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-lang'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0021162033081054688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015497207641601562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014901161193847656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-inlanguagecode'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018050670623779297
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015497207641601562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+langlinks-param-url'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001380443572998047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+links-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009632110595703125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+links-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003283977508544922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+links-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017309188842773438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+links-param-titles'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002319812774658203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+links-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009319782257080078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+linkshere-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001881122589111328
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+linkshere-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009310245513916016
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+linkshere-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0007929801940917969
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+linkshere-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018169879913330078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+linkshere-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009038448333740234
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003084897994995117
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008299350738525391
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-type'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016689300537109375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-action'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016117095947265625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004150867462158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001561880111694336
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001828908920288086
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-title'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015592575073242188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018405914306640625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-prefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0003490447998046875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0003559589385986328
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+logevents-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0005981922149658203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+mystashedfiles-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0015339851379394531
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+mystashedfiles-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001294851303100586
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+mystashedfiles-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010669231414794922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pagepropnames-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0019121170043945312
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pagepropnames-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001838207244873047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageprops-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004150867462158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageprops-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008449554443359375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageswithprop-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017905235290527344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageswithprop-param-propname'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002588033676147461
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageswithprop-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001609325408935547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageswithprop-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014209747314453125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+pageswithprop-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010840892791748047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+prefixsearch-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001971721649169922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+prefixsearch-param-search'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0025899410247802734
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+prefixsearch-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003072023391723633
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+prefixsearch-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001709461212158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001709461212158203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014781951904296875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-param-level'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00033283233642578125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0028891563415527344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018391609191894531
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017189979553222656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+protectedtitles-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0017979145050048828
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+querypage-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006499290466308594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+querypage-param-page'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002743959426879883
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+querypage-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00037097930908203125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+random-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009238719940185547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+random-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0007240772247314453
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+random-param-filterredir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004359006881713867
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+random-param-redirect'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010459423065185547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+random-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001518726348876953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017976760864257812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018918514251708984
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009398460388183594
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002288818359375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0014829635620117188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017690658569335938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001609325408935547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00037407875061035156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-token'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018589496612548828
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002660989761352539
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010499954223632812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-type'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001518726348876953
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-toponly'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013399124145507812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+recentchanges-param-generaterevisions'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014209747314453125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+redirects-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0038909912109375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+redirects-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002269744873046875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+redirects-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001468658447265625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+redirects-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0007269382476806641
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+redirects-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001418590545654297
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+references-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009481906890869141
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0020360946655273438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-startid'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0008039474487304688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-endid'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006289482116699219
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0017371177673339844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0017490386962890625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0010941028594970703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014209747314453125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00012993812561035156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+revisions-param-token'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016307830810546875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0015270709991455078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-search'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002167940139770508
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00045299530029296875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006420612335205078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-what'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009260177612304688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-info'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006849765777587891
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002849102020263672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-interwiki'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0026738643646240234
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+search-param-enablerewrites'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006461143493652344
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+siteinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013399124145507812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+siteinfo-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0006690025329589844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+siteinfo-param-filteriw'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0019228458404541016
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+siteinfo-param-showalldb'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001468658447265625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+siteinfo-param-numberingroup'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015783309936523438
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+siteinfo-param-inlanguagecode'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004279613494873047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+stashimageinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001641988754272461
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+stashimageinfo-param-filekey'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0020117759704589844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+stashimageinfo-param-sessionkey'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0026938915252685547
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+tags-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00020623207092285156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+tags-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001439809799194336
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+tags-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00016188621520996094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+templates-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0029871463775634766
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+templates-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0021209716796875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+templates-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.002540111541748047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+templates-param-templates'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011348724365234375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+templates-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015997886657714844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+tokens-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0009541511535644531
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+tokens-param-type'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.004461050033569336
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+transcludedin-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017499923706054688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+transcludedin-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001571178436279297
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+transcludedin-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015997886657714844
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+transcludedin-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00080108642578125
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+transcludedin-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0018069744110107422
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0032088756561279297
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015211105346679688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00023102760314941406
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013430118560791016
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0027048587799072266
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-userids'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017023086547851562
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-userprefix'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001480579376220703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015306472778320312
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00013303756713867188
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-tag'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0027298927307128906
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+usercontribs-param-toponly'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014400482177734375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+userinfo-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011260509490966797
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+userinfo-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001033782958984375
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+userinfo-param-attachedwiki'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001508951187133789
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+users-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0016100406646728516
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+users-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0033600330352783203
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+users-param-attachedwiki'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00023293495178222656
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+users-param-users'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0015230178833007812
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+users-param-userids'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001552104949951172
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+users-param-token'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001480579376220703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011608600616455078
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-allrev'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0019488334655761719
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-start'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001480579376220703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-end'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001461505889892578
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001344919204711914
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-user'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0002779960632324219
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-excludeuser'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0015370845794677734
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0025641918182373047
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00019216537475585938
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001706838607788086
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-type'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00019097328186035156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-owner'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0021529197692871094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlist-param-token'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001621246337890625
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-summary'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.003958940505981445
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-namespace'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00018906593322753906
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-limit'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00014019012451171875
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-prop'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0001480579376220703
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-show'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0038530826568603516
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-owner'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00017499923706054688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-token'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00020003318786621094
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-dir'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0011560916900634766
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-fromtitle'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.00015211105346679688
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'messages:apihelp-query+watchlistraw-param-totitle'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0020558834075927734
            }
        ],
        "request": {
            "method": "GET",
            "url": "/api.php?action=paraminfo&modules=query%2B%2A",
            "headers": {
                "ACCEPT-ENCODING": "gzip, br, zstd, deflate",
                "USER-AGENT": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "ACCEPT": "*/*",
                "HOST": "wiki.ffxivrp.org",
                "CONTENT-LENGTH": "",
                "CONTENT-TYPE": ""
            },
            "params": {
                "action": "paraminfo",
                "modules": "query+*"
            }
        },
        "memory": "5.66 MB",
        "memoryPeak": "6.07 MB",
        "includes": [
            {
                "name": "/var/www/html/wiki/api.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/WebStart.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/Setup.php",
                "size": "31 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/AutoLoader.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/autoload.php",
                "size": "134 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/Defines.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/mime/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/defines.php",
                "size": "770 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/IDatabase.php",
                "size": "74 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/loadbalancer/ILoadBalancer.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/compat/normal/UtfNormalDefines.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/DefaultSettings.php",
                "size": "280 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/SiteConfiguration.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/WebRequest.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/IP.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/GlobalFunctions.php",
                "size": "98 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/autoload.php",
                "size": "168 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/autoload_real.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/ClassLoader.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/include_paths.php",
                "size": "383 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/autoload_namespaces.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/autoload_psr4.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/autoload_classmap.php",
                "size": "205 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/autoload_files.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/symfony/polyfill-mbstring/bootstrap.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/at-ease/src/MediaWiki/Functions.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/at-ease/src/Wikimedia/Functions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/symfony/var-dumper/Resources/functions/dump.php",
                "size": "603 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php",
                "size": "396 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/base-convert/src/Functions.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/relpath/src/RelPath/RelPath.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/relpath/src/Wikimedia/RelPath.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/timestamp/src/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/psy/psysh/src/Psy/functions.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/compat/Timestamp.php",
                "size": "862 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/timestamp/src/TimestampException.php",
                "size": "986 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wmde/hamcrest-html-matchers/src/functions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/psr/log/Psr/Log/LoggerInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/HeaderCallback.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/LocalSettings.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/registration/ExtensionRegistry.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/profiler/Profiler.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/profiler/ProfilerStub.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/TransactionProfiler.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/psr/log/Psr/Log/LoggerAwareInterface.php",
                "size": "297 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/psr/log/Psr/Log/NullLogger.php",
                "size": "651 bytes"
            },
            {
                "name": "/var/www/html/wiki/vendor/psr/log/Psr/Log/AbstractLogger.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/MediaWikiServices.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/services/ServiceContainer.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/services/DestructibleService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/config/GlobalVarConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/config/Config.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/assert/src/Assert.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/ServiceWiring.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/Hooks.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/config/ConfigFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/services/SalvageableService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/objectcache/ObjectCache.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/debug/logger/LoggerFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/object-factory/src/ObjectFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/debug/logger/LegacySpi.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/debug/logger/Spi.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/debug/logger/LegacyLogger.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/psr/log/Psr/Log/LogLevel.php",
                "size": "336 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/EmptyBagOStuff.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/BagOStuff.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/IExpiringStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/registration/ExtensionProcessor.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/registration/Processor.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/registration/VersionChecker.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/semver/src/VersionParser.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/semver/src/Constraint/Constraint.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/composer/semver/src/Constraint/ConstraintInterface.php",
                "size": "606 bytes"
            },
            {
                "name": "/var/www/html/wiki/extensions/ParserFunctions/includes/ParserFunctionsHooks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/upload/UploadBase.php",
                "size": "67 KB"
            },
            {
                "name": "/var/www/html/wiki/languages/LanguageCode.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/debug/MWDebug.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/exception/MWExceptionHandler.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/compat/normal/UtfNormalUtil.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/fsfile/TempFSFile.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/fsfile/FSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/context/RequestContext.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/context/IContextSource.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/languages/MessageLocalizer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/context/MutableContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/db/MWLBFactory.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/ConfiguredReadOnlyMode.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/DatabaseDomain.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/ReplicatedBagOStuff.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/objectcache/SqlBagOStuff.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/EventRelayerGroup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/eventrelayer/EventRelayerNull.php",
                "size": "973 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/eventrelayer/EventRelayer.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/MemcachedPhpBagOStuff.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/MemcachedBagOStuff.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/deferred/DeferredUpdates.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/MemcachedClient.php",
                "size": "31 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/stats/BufferingStatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactoryInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/stats/IBufferingStatsdDataFactory.php",
                "size": "932 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php",
                "size": "88 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/lbfactory/LBFactorySimple.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/lbfactory/LBFactory.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/lbfactory/ILBFactory.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/utfnormal/src/Validator.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/utfnormal/src/Constants.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/DeprecatedGlobal.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/StubObject.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/languages/Language.php",
                "size": "156 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/title/MediaWikiTitleCodec.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/title/TitleFormatter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/title/TitleParser.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/Title.php",
                "size": "150 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/linker/LinkTarget.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/languages/classes/LanguageEn.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/languages/LanguageConverter.php",
                "size": "33 KB"
            },
            {
                "name": "/var/www/html/wiki/languages/FakeConverter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/cache/localisation/LocalisationCache.php",
                "size": "31 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/cache/localisation/LCStoreDB.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/cache/localisation/LCStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/auth/AuthManagerAuthPlugin.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/AuthPlugin.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/PHPSessionHandler.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionManager.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionManagerInterface.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/CachedBagOStuff.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/objectcache/HashBagOStuff.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/php-session-serializer/src/Wikimedia/PhpSessionSerializer.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/CookieSessionProvider.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionProvider.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionProviderInterface.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionInfo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/BotPasswordSessionProvider.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/ImmutableSessionProviderWithCookie.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/utils/MWCryptRand.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/CryptRand.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionId.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/SessionBackend.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/user/User.php",
                "size": "167 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/Token.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/dao/IDBAccessObject.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/user/UserIdentity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/scoped-callback/src/ScopedCallback.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/session/Session.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/MWTimestamp.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/vendor/wikimedia/timestamp/src/ConvertibleTimestamp.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/WebResponse.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/OutputPage.php",
                "size": "119 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/context/ContextSource.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/resourceloader/ResourceLoaderModule.php",
                "size": "32 KB"
            },
            {
                "name": "/var/www/html/wiki/extensions/ConfirmEdit/includes/ConfirmEditHooks.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/Pingback.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/deferred/MWCallableUpdate.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/deferred/DeferrableUpdate.php",
                "size": "258 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/deferred/DeferrableCallback.php",
                "size": "193 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/IEUrlExtension.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiMain.php",
                "size": "62 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiBase.php",
                "size": "92 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/context/DerivativeContext.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiResult.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiSerializable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiErrorFormatter.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiModuleManager.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/extensions/ConfirmEdit/SimpleCaptcha/Captcha.php",
                "size": "34 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/StringUtils.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiParamInfo.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQuery.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiPageSet.php",
                "size": "47 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/Message.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/MessageSpecifier.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiFormatJson.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiFormatBase.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/skins/Skin.php",
                "size": "44 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/skins/SkinFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllCategories.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryGeneratorBase.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryBase.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllDeletedRevisions.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryRevisionsBase.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllLinks.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllImages.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/filerepo/RepoGroup.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/ProcessCacheLRU.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/filerepo/LocalRepo.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/filerepo/FileRepo.php",
                "size": "57 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/filebackend/FileBackendGroup.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/filebackend/lockmanager/LockManagerGroup.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/lockmanager/FSLockManager.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/lockmanager/LockManager.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/filejournal/FileJournal.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/filejournal/NullFileJournal.php",
                "size": "1,022 bytes"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/FSFileBackend.php",
                "size": "30 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/FileBackendStore.php",
                "size": "67 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/filebackend/FileBackend.php",
                "size": "59 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/stats/NullStatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/MWNamespace.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllMessages.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllPages.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllRevisions.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAllUsers.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryAuthManagerInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryBacklinks.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryBlocks.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryCategories.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryCategoryInfo.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryCategoryMembers.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryContributors.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryDeletedRevisions.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryDeletedrevs.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryDuplicateFiles.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryExternalLinks.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryExtLinksUsage.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryFilearchive.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryFileRepoInfo.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryBacklinksprop.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryImageInfo.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryImages.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryInfo.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryIWBacklinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryIWLinks.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryLangBacklinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryLangLinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryLinks.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryLogEvents.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryMyStashedFiles.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryPagePropNames.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryPageProps.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryPagesWithProp.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryPrefixSearch.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/SearchApi.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryProtectedTitles.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryQueryPage.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/specialpage/QueryPage.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/specialpage/SpecialPage.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryRandom.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryRecentChanges.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/wiki/extensions/Cite/includes/ApiQueryReferences.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryRevisions.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQuerySearch.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQuerySiteinfo.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryStashImageInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryTags.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryTokens.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryUserContributions.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryUserInfo.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryUsers.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryWatchlist.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiQueryWatchlistRaw.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/specialpage/SpecialPageFactory.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/loadbalancer/LoadBalancer.php",
                "size": "59 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/ChronologyProtector.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/Database.php",
                "size": "132 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/IMaintainableDatabase.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/DatabaseMysqli.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/DatabaseMysqlBase.php",
                "size": "44 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/DBConnRef.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/resultwrapper/ResultWrapper.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/rdbms/database/resultwrapper/IResultWrapper.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/cache/CacheDependency.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/title/TitleValue.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/interwiki/ClassicInterwikiLookup.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/interwiki/InterwikiLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/libs/MapCacheLRU.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/cache/GenderCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/cache/MessageCache.php",
                "size": "41 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiHelpParamValueMessage.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/ContentHandler.php",
                "size": "41 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/WikitextContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/TextContentHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/JavaScriptContentHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/CodeContentHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/JsonContentHandler.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/content/CssContentHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/auth/AuthManager.php",
                "size": "83 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiAuthManagerHelper.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/search/SearchEngineConfig.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/search/SearchEngine.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/search/SearchEngineFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/search/SearchMySQL.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/search/SearchDatabase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/changes/RecentChange.php",
                "size": "33 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/api/ApiHelp.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/watcheditem/WatchedItemQueryService.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/wiki/includes/GitInfo.php",
                "size": "11 KB"
            }
        ]
    }
}