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.327908992767334,
        "log": [
            {
                "msg": "MWDebug output complete",
                "type": "log",
                "caller": "MWDebug::appendDebugInfoToApiResult"
            }
        ],
        "debugLog": [
            "IP: 3.14.28.123",
            "Start request GET /api.php?action=paraminfo&modules=query%2B%2A\nHTTP HEADERS:\nPRIORITY: u=0, i\nACCEPT-ENCODING: gzip, deflate, br, zstd\nSEC-FETCH-DEST: document\nSEC-FETCH-USER: ?1\nSEC-FETCH-MODE: navigate\nSEC-FETCH-SITE: none\nACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\nUSER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\nUPGRADE-INSECURE-REQUESTS: 1\nSEC-CH-UA-PLATFORM: \"Windows\"\nSEC-CH-UA-MOBILE: ?0\nSEC-CH-UA: \"Chromium\";v=\"130\", \"HeadlessChrome\";v=\"130\", \"Not?A_Brand\";v=\"99\"\nCACHE-CONTROL: no-cache\nPRAGMA: no-cache\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 \"avd0g1beoaig0jel8uni7g24ta2c3k85\" is unsaved, marking dirty in constructor",
            "[session] SessionBackend \"avd0g1beoaig0jel8uni7g24ta2c3k85\" save: dataDirty=1 metaDirty=1 forcePersist=0",
            "[cookie] already deleted setcookie: \"ffxivrp_wiki_session\", \"\", \"1717510783\", \"/\", \"\", \"1\", \"1\"",
            "[cookie] already deleted setcookie: \"ffxivrp_wikiUserID\", \"\", \"1717510783\", \"/\", \"\", \"1\", \"1\"",
            "[cookie] already deleted setcookie: \"ffxivrp_wikiToken\", \"\", \"1717510783\", \"/\", \"\", \"1\", \"1\"",
            "[cookie] already deleted setcookie: \"forceHTTPS\", \"\", \"1717510783\", \"/\", \"\", \"\", \"1\"",
            "[DBConnection] Wikimedia\\Rdbms\\LoadBalancer::openConnection: calling initLB() before first connection.",
            "[DBReplication] Wikimedia\\Rdbms\\LBFactory::getChronologyProtector: using request info {\n    \"IPAddress\": \"3.14.28.123\",\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": 0.0007989406585693359
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'deps'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0004260540008544922
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'list'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0031609535217285156
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0013530254364013672
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'preload'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0005691051483154297
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'specialPageAliases'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.001210927963256836
            },
            {
                "sql": "SELECT  lc_value  FROM `l10n_cache`    WHERE lc_lang = 'en' AND lc_key = 'namespaceGenderAliases'  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+allcategories-summary'  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+allcategories-param-from'  LIMIT 1  ",
                "function": "LCStoreDB::get",
                "master": "",
                "time": 0.0015621185302734375
            },
            {
                "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.00016498565673828125
            },
            {
                "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.0002701282501220703
            },
            {
                "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.0008089542388916016
            },
            {
                "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.0009560585021972656
            },
            {
                "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.00015211105346679688
            },
            {
                "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.0009419918060302734
            },
            {
                "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.00016021728515625
            },
            {
                "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.0009930133819580078
            },
            {
                "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.0008599758148193359
            },
            {
                "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.00035881996154785156
            },
            {
                "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.0001480579376220703
            },
            {
                "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.00013518333435058594
            },
            {
                "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.00015115737915039062
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00015306472778320312
            },
            {
                "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.00012803077697753906
            },
            {
                "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.0001552104949951172
            },
            {
                "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.00013399124145507812
            },
            {
                "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.010007143020629883
            },
            {
                "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.0009679794311523438
            },
            {
                "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.00018095970153808594
            },
            {
                "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.00024390220642089844
            },
            {
                "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.0010361671447753906
            },
            {
                "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.00027489662170410156
            },
            {
                "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.0004978179931640625
            },
            {
                "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.0003819465637207031
            },
            {
                "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.0009119510650634766
            },
            {
                "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.037042856216430664
            },
            {
                "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.0004069805145263672
            },
            {
                "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.00016689300537109375
            },
            {
                "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.00015211105346679688
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00015687942504882812
            },
            {
                "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.0001709461212158203
            },
            {
                "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.000141143798828125
            },
            {
                "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.00013399124145507812
            },
            {
                "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.00012993812561035156
            },
            {
                "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.00013685226440429688
            },
            {
                "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.0001518726348876953
            },
            {
                "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.00013494491577148438
            },
            {
                "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.00017309188842773438
            },
            {
                "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.0001518726348876953
            },
            {
                "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.00015807151794433594
            },
            {
                "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.00013399124145507812
            },
            {
                "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.00014495849609375
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00012493133544921875
            },
            {
                "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.0001289844512939453
            },
            {
                "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.00015687942504882812
            },
            {
                "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.00015997886657714844
            },
            {
                "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.0001239776611328125
            },
            {
                "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.00016498565673828125
            },
            {
                "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.0001461505889892578
            },
            {
                "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.00012993812561035156
            },
            {
                "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.00013589859008789062
            },
            {
                "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.02263498306274414
            },
            {
                "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.0013129711151123047
            },
            {
                "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.0001919269561767578
            },
            {
                "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.00014019012451171875
            },
            {
                "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.00015115737915039062
            },
            {
                "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.00031304359436035156
            },
            {
                "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.001811981201171875
            },
            {
                "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.00015091896057128906
            },
            {
                "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.0005390644073486328
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0013768672943115234
            },
            {
                "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.00017309188842773438
            },
            {
                "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.00013899803161621094
            },
            {
                "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.0001461505889892578
            },
            {
                "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.0001430511474609375
            },
            {
                "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.0001308917999267578
            },
            {
                "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.00014090538024902344
            },
            {
                "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.000637054443359375
            },
            {
                "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.0011458396911621094
            },
            {
                "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.0013689994812011719
            },
            {
                "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.0001671314239501953
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00014901161193847656
            },
            {
                "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.0007119178771972656
            },
            {
                "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.00015401840209960938
            },
            {
                "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.0009260177612304688
            },
            {
                "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.00013709068298339844
            },
            {
                "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.0001468658447265625
            },
            {
                "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.00015211105346679688
            },
            {
                "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.0001308917999267578
            },
            {
                "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.0026090145111083984
            },
            {
                "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.0001728534698486328
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00017881393432617188
            },
            {
                "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.0007569789886474609
            },
            {
                "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.0001430511474609375
            },
            {
                "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.0006659030914306641
            },
            {
                "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.00016498565673828125
            },
            {
                "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.00013589859008789062
            },
            {
                "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.00014901161193847656
            },
            {
                "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.0008881092071533203
            },
            {
                "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.0009720325469970703
            },
            {
                "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.0001659393310546875
            },
            {
                "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.00013518333435058594
            },
            {
                "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.0005490779876708984
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0005309581756591797
            },
            {
                "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.0001609325408935547
            },
            {
                "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.0016698837280273438
            },
            {
                "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.0010869503021240234
            },
            {
                "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.0001659393310546875
            },
            {
                "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.00015497207641601562
            },
            {
                "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.0003578662872314453
            },
            {
                "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.00138092041015625
            },
            {
                "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.0003509521484375
            },
            {
                "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.0001480579376220703
            },
            {
                "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.00013113021850585938
            },
            {
                "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.00014591217041015625
            },
            {
                "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.001558065414428711
            },
            {
                "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.00015687942504882812
            },
            {
                "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.0001480579376220703
            },
            {
                "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.0007450580596923828
            },
            {
                "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.0005621910095214844
            },
            {
                "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.0004150867462158203
            },
            {
                "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.0005381107330322266
            },
            {
                "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.00027108192443847656
            },
            {
                "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.0002589225769042969
            },
            {
                "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.00015497207641601562
            },
            {
                "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.00047516822814941406
            },
            {
                "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.0002460479736328125
            },
            {
                "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.0004818439483642578
            },
            {
                "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.00023698806762695312
            },
            {
                "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.0005900859832763672
            },
            {
                "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.0003609657287597656
            },
            {
                "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.0004792213439941406
            },
            {
                "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.0006070137023925781
            },
            {
                "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.00035309791564941406
            },
            {
                "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.0002608299255371094
            },
            {
                "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.00046515464782714844
            },
            {
                "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.00041294097900390625
            },
            {
                "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.027832984924316406
            },
            {
                "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.00150299072265625
            },
            {
                "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.0021810531616210938
            },
            {
                "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.0007750988006591797
            },
            {
                "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.00030803680419921875
            },
            {
                "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.0008640289306640625
            },
            {
                "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.0007510185241699219
            },
            {
                "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.0006580352783203125
            },
            {
                "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.0001652240753173828
            },
            {
                "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.0001621246337890625
            },
            {
                "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.00021696090698242188
            },
            {
                "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.00014090538024902344
            },
            {
                "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.00013399124145507812
            },
            {
                "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.0001430511474609375
            },
            {
                "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.00015807151794433594
            },
            {
                "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.00013399124145507812
            },
            {
                "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.00012612342834472656
            },
            {
                "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.00014400482177734375
            },
            {
                "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.00012493133544921875
            },
            {
                "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.0001399517059326172
            },
            {
                "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.00012302398681640625
            },
            {
                "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.00012302398681640625
            },
            {
                "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.00013208389282226562
            },
            {
                "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.00014901161193847656
            },
            {
                "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.00014901161193847656
            },
            {
                "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.0003559589385986328
            },
            {
                "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.00014281272888183594
            },
            {
                "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.0001239776611328125
            },
            {
                "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.0001270771026611328
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00014901161193847656
            },
            {
                "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.0001628398895263672
            },
            {
                "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.00013399124145507812
            },
            {
                "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.000141143798828125
            },
            {
                "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.00012612342834472656
            },
            {
                "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.0001220703125
            },
            {
                "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.0002129077911376953
            },
            {
                "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.00015497207641601562
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0001418590545654297
            },
            {
                "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.00014209747314453125
            },
            {
                "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.00012302398681640625
            },
            {
                "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.00012612342834472656
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00012493133544921875
            },
            {
                "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.0001239776611328125
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00015401840209960938
            },
            {
                "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.0001590251922607422
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00014090538024902344
            },
            {
                "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.00014901161193847656
            },
            {
                "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.00016188621520996094
            },
            {
                "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.00014901161193847656
            },
            {
                "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.00012612342834472656
            },
            {
                "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.00012993812561035156
            },
            {
                "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.0001399517059326172
            },
            {
                "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.00012421607971191406
            },
            {
                "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.0001518726348876953
            },
            {
                "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.0001518726348876953
            },
            {
                "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.00014209747314453125
            },
            {
                "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.00015592575073242188
            },
            {
                "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.0001239776611328125
            },
            {
                "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.00016999244689941406
            },
            {
                "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.00015401840209960938
            },
            {
                "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.00015306472778320312
            },
            {
                "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.000125885009765625
            },
            {
                "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.00014710426330566406
            },
            {
                "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.00013709068298339844
            },
            {
                "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.00013303756713867188
            },
            {
                "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.0001480579376220703
            },
            {
                "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.0001499652862548828
            },
            {
                "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.00014495849609375
            },
            {
                "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.00013303756713867188
            },
            {
                "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.0001289844512939453
            },
            {
                "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.0001239776611328125
            },
            {
                "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.00013399124145507812
            },
            {
                "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.0001480579376220703
            },
            {
                "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.00012993812561035156
            },
            {
                "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.00015211105346679688
            },
            {
                "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.00017905235290527344
            },
            {
                "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.0001461505889892578
            },
            {
                "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.00015807151794433594
            },
            {
                "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.0001289844512939453
            },
            {
                "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.00016117095947265625
            },
            {
                "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.00013709068298339844
            },
            {
                "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.00015020370483398438
            },
            {
                "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.0001480579376220703
            },
            {
                "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.00013303756713867188
            },
            {
                "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.00013685226440429688
            },
            {
                "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.0001342296600341797
            },
            {
                "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.00014019012451171875
            },
            {
                "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.0001239776611328125
            },
            {
                "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.00011897087097167969
            },
            {
                "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.0001399517059326172
            },
            {
                "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.0001270771026611328
            },
            {
                "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.00013113021850585938
            },
            {
                "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.0001277923583984375
            },
            {
                "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.0001220703125
            },
            {
                "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.000164031982421875
            },
            {
                "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.00014591217041015625
            },
            {
                "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.00012803077697753906
            },
            {
                "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.00012493133544921875
            },
            {
                "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.0001671314239501953
            },
            {
                "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.0001399517059326172
            },
            {
                "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.00012683868408203125
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0001327991485595703
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0001220703125
            },
            {
                "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.000125885009765625
            },
            {
                "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.00022602081298828125
            },
            {
                "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.00014400482177734375
            },
            {
                "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.00013399124145507812
            },
            {
                "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.00014090538024902344
            },
            {
                "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.00017404556274414062
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0001220703125
            },
            {
                "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.00015115737915039062
            },
            {
                "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.00015282630920410156
            },
            {
                "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.000125885009765625
            },
            {
                "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.00014710426330566406
            },
            {
                "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.0001430511474609375
            },
            {
                "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.00015592575073242188
            },
            {
                "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.0001220703125
            },
            {
                "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.00013113021850585938
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00014400482177734375
            },
            {
                "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.00014781951904296875
            },
            {
                "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.000148773193359375
            },
            {
                "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.00013899803161621094
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00012302398681640625
            },
            {
                "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.0001289844512939453
            },
            {
                "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.00015115737915039062
            },
            {
                "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.00014495849609375
            },
            {
                "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.00013303756713867188
            },
            {
                "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.0001251697540283203
            },
            {
                "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.00013303756713867188
            },
            {
                "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.0003268718719482422
            },
            {
                "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.00012803077697753906
            },
            {
                "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.0001671314239501953
            },
            {
                "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.0001480579376220703
            },
            {
                "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.00012683868408203125
            },
            {
                "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.00013899803161621094
            },
            {
                "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.00014901161193847656
            },
            {
                "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.00014519691467285156
            },
            {
                "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.0001418590545654297
            },
            {
                "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.00014495849609375
            },
            {
                "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.00033402442932128906
            },
            {
                "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.00014591217041015625
            },
            {
                "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.00014400482177734375
            },
            {
                "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.00014901161193847656
            },
            {
                "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.00013184547424316406
            },
            {
                "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.00014209747314453125
            },
            {
                "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.00014495849609375
            },
            {
                "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.00013208389282226562
            },
            {
                "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.00012493133544921875
            },
            {
                "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.00012087821960449219
            },
            {
                "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.00013113021850585938
            },
            {
                "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.00014591217041015625
            },
            {
                "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.0001227855682373047
            },
            {
                "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.0001709461212158203
            },
            {
                "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.0001480579376220703
            },
            {
                "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.0001430511474609375
            },
            {
                "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.00012993812561035156
            },
            {
                "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.00015687942504882812
            },
            {
                "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.00015306472778320312
            },
            {
                "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.0001480579376220703
            },
            {
                "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.0001327991485595703
            },
            {
                "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.00015306472778320312
            },
            {
                "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.00014591217041015625
            },
            {
                "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.00013208389282226562
            },
            {
                "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.0001430511474609375
            },
            {
                "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.000125885009765625
            },
            {
                "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.00015306472778320312
            },
            {
                "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.0001709461212158203
            },
            {
                "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.0001380443572998047
            },
            {
                "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.0002760887145996094
            },
            {
                "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.000225067138671875
            },
            {
                "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.0001671314239501953
            },
            {
                "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.00017404556274414062
            },
            {
                "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.00014591217041015625
            },
            {
                "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.000141143798828125
            },
            {
                "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.00015306472778320312
            },
            {
                "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.0001430511474609375
            },
            {
                "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.0001709461212158203
            },
            {
                "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.0001628398895263672
            },
            {
                "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.00013685226440429688
            },
            {
                "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.00015497207641601562
            },
            {
                "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.0001590251922607422
            },
            {
                "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.0001380443572998047
            },
            {
                "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.00016617774963378906
            },
            {
                "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.00012803077697753906
            },
            {
                "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.00014591217041015625
            },
            {
                "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.00022983551025390625
            },
            {
                "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.00014400482177734375
            },
            {
                "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.00013494491577148438
            },
            {
                "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.00016307830810546875
            },
            {
                "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.00012993812561035156
            },
            {
                "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.00013589859008789062
            },
            {
                "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.0001308917999267578
            },
            {
                "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.00015306472778320312
            },
            {
                "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.00012683868408203125
            },
            {
                "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.00014400482177734375
            },
            {
                "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.0001251697540283203
            },
            {
                "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.00013184547424316406
            },
            {
                "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.000141143798828125
            },
            {
                "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.00017118453979492188
            },
            {
                "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.0001361370086669922
            },
            {
                "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.00015616416931152344
            },
            {
                "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.00014281272888183594
            },
            {
                "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.00013589859008789062
            },
            {
                "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.0001480579376220703
            },
            {
                "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.0002372264862060547
            },
            {
                "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.0011639595031738281
            },
            {
                "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.00015401840209960938
            },
            {
                "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.00014901161193847656
            },
            {
                "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.0001628398895263672
            },
            {
                "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.00013709068298339844
            },
            {
                "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.0001418590545654297
            },
            {
                "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.00012803077697753906
            },
            {
                "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.00014209747314453125
            },
            {
                "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.0001900196075439453
            },
            {
                "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.00016188621520996094
            },
            {
                "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.00019693374633789062
            },
            {
                "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.00020003318786621094
            },
            {
                "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.0024750232696533203
            },
            {
                "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.00016689300537109375
            },
            {
                "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.0001518726348876953
            },
            {
                "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.00014281272888183594
            },
            {
                "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.00015306472778320312
            },
            {
                "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.001920938491821289
            },
            {
                "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.0011861324310302734
            },
            {
                "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.00015306472778320312
            },
            {
                "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.000993967056274414
            },
            {
                "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.00016307830810546875
            },
            {
                "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.0001480579376220703
            },
            {
                "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.00015211105346679688
            },
            {
                "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.00017499923706054688
            },
            {
                "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.0008800029754638672
            },
            {
                "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.00016498565673828125
            },
            {
                "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.00021195411682128906
            },
            {
                "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.00034999847412109375
            },
            {
                "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.0003070831298828125
            },
            {
                "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.0004520416259765625
            },
            {
                "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.00017690658569335938
            },
            {
                "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.0002429485321044922
            },
            {
                "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.0008130073547363281
            },
            {
                "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.0006949901580810547
            },
            {
                "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.0001571178436279297
            },
            {
                "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.0008471012115478516
            },
            {
                "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.0003571510314941406
            },
            {
                "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.0001571178436279297
            },
            {
                "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.00041294097900390625
            },
            {
                "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.0001659393310546875
            },
            {
                "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.0012810230255126953
            },
            {
                "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.0006880760192871094
            },
            {
                "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.00013780593872070312
            },
            {
                "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.0005478858947753906
            },
            {
                "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.00013399124145507812
            },
            {
                "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.0002541542053222656
            },
            {
                "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.0006699562072753906
            },
            {
                "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.00015282630920410156
            },
            {
                "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.0001270771026611328
            },
            {
                "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.0015521049499511719
            },
            {
                "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.0021162033081054688
            },
            {
                "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.000659942626953125
            },
            {
                "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.00017595291137695312
            },
            {
                "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.0007650852203369141
            },
            {
                "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.00047898292541503906
            },
            {
                "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.00020003318786621094
            },
            {
                "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.00015306472778320312
            },
            {
                "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.00013303756713867188
            },
            {
                "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.00040793418884277344
            },
            {
                "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.00017309188842773438
            },
            {
                "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.00017404556274414062
            },
            {
                "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.00017404556274414062
            },
            {
                "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.0001709461212158203
            },
            {
                "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.00015091896057128906
            },
            {
                "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.00013589859008789062
            },
            {
                "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.00014400482177734375
            },
            {
                "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.00012803077697753906
            },
            {
                "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.0001289844512939453
            },
            {
                "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.00013709068298339844
            },
            {
                "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.0001361370086669922
            },
            {
                "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.00014400482177734375
            },
            {
                "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.0001270771026611328
            },
            {
                "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.0001399517059326172
            },
            {
                "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.0001499652862548828
            },
            {
                "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.00013709068298339844
            },
            {
                "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.0001571178436279297
            },
            {
                "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.0001239776611328125
            },
            {
                "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.000141143798828125
            },
            {
                "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.00012612342834472656
            },
            {
                "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.00012421607971191406
            },
            {
                "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.0001399517059326172
            },
            {
                "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.00012302398681640625
            },
            {
                "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.0001399517059326172
            }
        ],
        "request": {
            "method": "GET",
            "url": "/api.php?action=paraminfo&modules=query%2B%2A",
            "headers": {
                "PRIORITY": "u=0, i",
                "ACCEPT-ENCODING": "gzip, deflate, br, zstd",
                "SEC-FETCH-DEST": "document",
                "SEC-FETCH-USER": "?1",
                "SEC-FETCH-MODE": "navigate",
                "SEC-FETCH-SITE": "none",
                "ACCEPT": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
                "USER-AGENT": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "UPGRADE-INSECURE-REQUESTS": "1",
                "SEC-CH-UA-PLATFORM": "\"Windows\"",
                "SEC-CH-UA-MOBILE": "?0",
                "SEC-CH-UA": "\"Chromium\";v=\"130\", \"HeadlessChrome\";v=\"130\", \"Not?A_Brand\";v=\"99\"",
                "CACHE-CONTROL": "no-cache",
                "PRAGMA": "no-cache",
                "HOST": "wiki.ffxivrp.org",
                "CONTENT-LENGTH": "",
                "CONTENT-TYPE": ""
            },
            "params": {
                "action": "paraminfo",
                "modules": "query+*"
            }
        },
        "memory": "5.66 MB",
        "memoryPeak": "6.08 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"
            }
        ]
    }
}