MediaWiki API 结果

这是JSON格式的HTML实现。HTML对调试很有用,但不适合应用程序使用。

指定format参数以更改输出格式。要查看JSON格式的非HTML实现,设置format=json

参见完整文档,或API帮助以获取更多信息。

{
    "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": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allcategories"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 6,
                        "name": "min",
                        "type": "integer"
                    },
                    {
                        "index": 7,
                        "name": "max",
                        "type": "integer"
                    },
                    {
                        "index": 8,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 9,
                        "name": "prop",
                        "type": [
                            "hidden",
                            "size"
                        ],
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "alldeletedrevisions",
                "classname": "ApiQueryAllDeletedRevisions",
                "path": "query+alldeletedrevisions",
                "group": "list",
                "prefix": "adr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Alldeletedrevisions"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "comment",
                            "content",
                            "contentmodel",
                            "flags",
                            "ids",
                            "parsedcomment",
                            "roles",
                            "sha1",
                            "size",
                            "slotsha1",
                            "slotsize",
                            "tags",
                            "timestamp",
                            "user",
                            "userid",
                            "parsetree"
                        ],
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "parsetree"
                        ]
                    },
                    {
                        "index": 2,
                        "name": "slots",
                        "type": [
                            "main"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "expandtemplates",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 5,
                        "name": "generatexml",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 6,
                        "name": "parse",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 7,
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "diffto",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 9,
                        "name": "difftotext",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 10,
                        "name": "difftotextpst",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 11,
                        "name": "contentformat",
                        "type": [
                            "application/json",
                            "application/octet-stream",
                            "application/unknown",
                            "application/x-binary",
                            "text/css",
                            "text/javascript",
                            "text/plain",
                            "text/unknown",
                            "text/x-wiki",
                            "unknown/unknown"
                        ],
                        "deprecated": ""
                    },
                    {
                        "index": 12,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 13,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 14,
                        "name": "start",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "useronly"
                            }
                        ]
                    },
                    {
                        "index": 15,
                        "name": "end",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "useronly"
                            }
                        ]
                    },
                    {
                        "index": 16,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 17,
                        "name": "from",
                        "type": "string",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "index": 18,
                        "name": "to",
                        "type": "string",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "index": 19,
                        "name": "prefix",
                        "type": "string",
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "index": 20,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ],
                        "info": [
                            {
                                "name": "nonuseronly"
                            }
                        ]
                    },
                    {
                        "index": 21,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 22,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 23,
                        "name": "generatetitles",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allfileusages",
                "classname": "ApiQueryAllLinks",
                "path": "query+allfileusages",
                "group": "list",
                "prefix": "af",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allfileusages"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "index": 6,
                        "name": "prop",
                        "type": [
                            "ids",
                            "title"
                        ],
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 8,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allimages",
                "classname": "ApiQueryAllImages",
                "path": "query+allimages",
                "group": "list",
                "prefix": "ai",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allimages"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "sort",
                        "type": [
                            "name",
                            "timestamp"
                        ],
                        "default": "name"
                    },
                    {
                        "index": 2,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending",
                            "newer",
                            "older"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 3,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 6,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 7,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 8,
                        "name": "prop",
                        "type": [
                            "badfile",
                            "bitdepth",
                            "canonicaltitle",
                            "comment",
                            "commonmetadata",
                            "dimensions",
                            "extmetadata",
                            "mediatype",
                            "metadata",
                            "mime",
                            "parsedcomment",
                            "sha1",
                            "size",
                            "timestamp",
                            "url",
                            "user",
                            "userid"
                        ],
                        "default": "timestamp|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 9,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 10,
                        "name": "minsize",
                        "type": "integer"
                    },
                    {
                        "index": 11,
                        "name": "maxsize",
                        "type": "integer"
                    },
                    {
                        "index": 12,
                        "name": "sha1",
                        "type": "string"
                    },
                    {
                        "index": 13,
                        "name": "sha1base36",
                        "type": "string"
                    },
                    {
                        "index": 14,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 15,
                        "name": "filterbots",
                        "type": [
                            "all",
                            "bots",
                            "nobots"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 16,
                        "name": "mime",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 17,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "alllinks",
                "classname": "ApiQueryAllLinks",
                "path": "query+alllinks",
                "group": "list",
                "prefix": "al",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Alllinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "index": 6,
                        "name": "prop",
                        "type": [
                            "ids",
                            "title"
                        ],
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 0,
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 8,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 9,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allmessages",
                "classname": "ApiQueryAllMessages",
                "path": "query+allmessages",
                "group": "meta",
                "prefix": "am",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allmessages"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "messages",
                        "type": "string",
                        "default": "*",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "prop",
                        "type": [
                            "default"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "enableparser",
                        "type": "boolean"
                    },
                    {
                        "index": 4,
                        "name": "nocontent",
                        "type": "boolean"
                    },
                    {
                        "index": 5,
                        "name": "includelocal",
                        "type": "boolean"
                    },
                    {
                        "index": 6,
                        "name": "args",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allowsduplicates": ""
                    },
                    {
                        "index": 7,
                        "name": "filter",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "customised",
                        "type": [
                            "all",
                            "modified",
                            "unmodified"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 9,
                        "name": "lang",
                        "type": "string"
                    },
                    {
                        "index": 10,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 11,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 12,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 13,
                        "name": "prefix",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allpages",
                "classname": "ApiQueryAllPages",
                "path": "query+allpages",
                "group": "list",
                "prefix": "ap",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allpages"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 0
                    },
                    {
                        "index": 6,
                        "name": "filterredir",
                        "type": [
                            "all",
                            "nonredirects",
                            "redirects"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 7,
                        "name": "minsize",
                        "type": "integer"
                    },
                    {
                        "index": 8,
                        "name": "maxsize",
                        "type": "integer"
                    },
                    {
                        "index": 9,
                        "name": "prtype",
                        "type": [
                            "edit",
                            "move",
                            "upload"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 10,
                        "name": "prlevel",
                        "type": [
                            "",
                            "autoconfirmed",
                            "sysop"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 11,
                        "name": "prfiltercascade",
                        "type": [
                            "all",
                            "cascading",
                            "noncascading"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 12,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 13,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 14,
                        "name": "filterlanglinks",
                        "type": [
                            "all",
                            "withlanglinks",
                            "withoutlanglinks"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 15,
                        "name": "prexpiry",
                        "type": [
                            "all",
                            "definite",
                            "indefinite"
                        ],
                        "default": "all"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allredirects",
                "classname": "ApiQueryAllLinks",
                "path": "query+allredirects",
                "group": "list",
                "prefix": "ar",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allredirects"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "index": 6,
                        "name": "prop",
                        "type": [
                            "fragment",
                            "ids",
                            "interwiki",
                            "title"
                        ],
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 0,
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 8,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 9,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allrevisions",
                "classname": "ApiQueryAllRevisions",
                "path": "query+allrevisions",
                "group": "list",
                "prefix": "arv",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allrevisions"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "comment",
                            "content",
                            "contentmodel",
                            "flags",
                            "ids",
                            "parsedcomment",
                            "roles",
                            "sha1",
                            "size",
                            "slotsha1",
                            "slotsize",
                            "tags",
                            "timestamp",
                            "user",
                            "userid",
                            "parsetree"
                        ],
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "parsetree"
                        ]
                    },
                    {
                        "index": 2,
                        "name": "slots",
                        "type": [
                            "main"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "expandtemplates",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 5,
                        "name": "generatexml",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 6,
                        "name": "parse",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 7,
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "diffto",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 9,
                        "name": "difftotext",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 10,
                        "name": "difftotextpst",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 11,
                        "name": "contentformat",
                        "type": [
                            "application/json",
                            "application/octet-stream",
                            "application/unknown",
                            "application/x-binary",
                            "text/css",
                            "text/javascript",
                            "text/plain",
                            "text/unknown",
                            "text/x-wiki",
                            "unknown/unknown"
                        ],
                        "deprecated": ""
                    },
                    {
                        "index": 12,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 13,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 14,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 15,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 16,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 17,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 18,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 19,
                        "name": "generatetitles",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "alltransclusions",
                "classname": "ApiQueryAllLinks",
                "path": "query+alltransclusions",
                "group": "list",
                "prefix": "at",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Alltransclusions"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "unique",
                        "type": "boolean"
                    },
                    {
                        "index": 6,
                        "name": "prop",
                        "type": [
                            "ids",
                            "title"
                        ],
                        "default": "title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 10,
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 8,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 9,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "allusers",
                "classname": "ApiQueryAllUsers",
                "path": "query+allusers",
                "group": "list",
                "prefix": "au",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Allusers"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 5,
                        "name": "group",
                        "type": [
                            "bot",
                            "bureaucrat",
                            "interface-admin",
                            "suppress",
                            "sysop"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 6,
                        "name": "excludegroup",
                        "type": [
                            "bot",
                            "bureaucrat",
                            "interface-admin",
                            "suppress",
                            "sysop"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "rights",
                        "type": [
                            "apihighlimits",
                            "applychangetags",
                            "autoconfirmed",
                            "autocreateaccount",
                            "autopatrol",
                            "bigdelete",
                            "block",
                            "blockemail",
                            "bot",
                            "browsearchive",
                            "changetags",
                            "createaccount",
                            "createpage",
                            "createtalk",
                            "delete",
                            "delete-redirect",
                            "deletechangetags",
                            "deletedhistory",
                            "deletedtext",
                            "deletelogentry",
                            "deleterevision",
                            "edit",
                            "editcontentmodel",
                            "editinterface",
                            "editmyoptions",
                            "editmyprivateinfo",
                            "editmyusercss",
                            "editmyuserjs",
                            "editmyuserjson",
                            "editmyuserjsredirect",
                            "editmywatchlist",
                            "editprotected",
                            "editsemiprotected",
                            "editsitecss",
                            "editsitejs",
                            "editsitejson",
                            "editusercss",
                            "edituserjs",
                            "edituserjson",
                            "gadgets-definition-edit",
                            "gadgets-edit",
                            "hideuser",
                            "import",
                            "importupload",
                            "ipblock-exempt",
                            "managechangetags",
                            "markbotedits",
                            "mergehistory",
                            "minoredit",
                            "move",
                            "move-categorypages",
                            "move-rootuserpages",
                            "move-subpages",
                            "movefile",
                            "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"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 8,
                        "name": "prop",
                        "type": [
                            "blockinfo",
                            "centralids",
                            "editcount",
                            "groups",
                            "implicitgroups",
                            "registration",
                            "rights"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 9,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 10,
                        "name": "witheditsonly",
                        "type": "boolean"
                    },
                    {
                        "index": 11,
                        "name": "activeusers",
                        "type": "boolean"
                    },
                    {
                        "index": 12,
                        "name": "attachedwiki",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "authmanagerinfo",
                "classname": "ApiQueryAuthManagerInfo",
                "path": "query+authmanagerinfo",
                "group": "meta",
                "prefix": "ami",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Authmanagerinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "securitysensitiveoperation",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "requestsfor",
                        "type": [
                            "change",
                            "create",
                            "create-continue",
                            "link",
                            "link-continue",
                            "login",
                            "login-continue",
                            "remove",
                            "unlink"
                        ]
                    },
                    {
                        "index": 3,
                        "name": "mergerequestfields",
                        "type": "boolean"
                    },
                    {
                        "index": 4,
                        "name": "messageformat",
                        "type": [
                            "html",
                            "none",
                            "raw",
                            "wikitext"
                        ],
                        "default": "wikitext"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "backlinks",
                "classname": "ApiQueryBacklinks",
                "path": "query+backlinks",
                "group": "list",
                "prefix": "bl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Backlinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 6,
                        "name": "filterredir",
                        "type": [
                            "all",
                            "nonredirects",
                            "redirects"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 7,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 8,
                        "name": "redirect",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "blocks",
                "classname": "ApiQueryBlocks",
                "path": "query+blocks",
                "group": "list",
                "prefix": "bk",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Blocks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 2,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 3,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 4,
                        "name": "ids",
                        "type": "integer",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 5,
                        "name": "users",
                        "type": "user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "subtypes": [
                            "name",
                            "ip",
                            "cidr"
                        ]
                    },
                    {
                        "index": 6,
                        "name": "ip",
                        "type": "string"
                    },
                    {
                        "index": 7,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 8,
                        "name": "prop",
                        "type": [
                            "by",
                            "byid",
                            "expiry",
                            "flags",
                            "id",
                            "range",
                            "reason",
                            "restrictions",
                            "timestamp",
                            "user",
                            "userid"
                        ],
                        "default": "id|user|by|timestamp|expiry|reason|flags",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 9,
                        "name": "show",
                        "type": [
                            "!account",
                            "!ip",
                            "!range",
                            "!temp",
                            "account",
                            "ip",
                            "range",
                            "temp"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 10,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "categories",
                "classname": "ApiQueryCategories",
                "path": "query+categories",
                "group": "prop",
                "prefix": "cl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Categories"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "hidden",
                            "sortkey",
                            "timestamp"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "show",
                        "type": [
                            "!hidden",
                            "hidden"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "categories",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 6,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "categoryinfo",
                "classname": "ApiQueryCategoryInfo",
                "path": "query+categoryinfo",
                "group": "prop",
                "prefix": "ci",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Categoryinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "categorymembers",
                "classname": "ApiQueryCategoryMembers",
                "path": "query+categorymembers",
                "group": "list",
                "prefix": "cm",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Categorymembers"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "index": 3,
                        "name": "prop",
                        "type": [
                            "ids",
                            "sortkey",
                            "sortkeyprefix",
                            "timestamp",
                            "title",
                            "type"
                        ],
                        "default": "ids|title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 5,
                        "name": "type",
                        "type": [
                            "file",
                            "page",
                            "subcat"
                        ],
                        "default": "page|subcat|file",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 6,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 7,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 8,
                        "name": "sort",
                        "type": [
                            "sortkey",
                            "timestamp"
                        ],
                        "default": "sortkey"
                    },
                    {
                        "index": 9,
                        "name": "dir",
                        "type": [
                            "asc",
                            "ascending",
                            "desc",
                            "descending",
                            "newer",
                            "older"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 10,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 11,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 12,
                        "name": "starthexsortkey",
                        "type": "string"
                    },
                    {
                        "index": 13,
                        "name": "endhexsortkey",
                        "type": "string"
                    },
                    {
                        "index": 14,
                        "name": "startsortkeyprefix",
                        "type": "string"
                    },
                    {
                        "index": 15,
                        "name": "endsortkeyprefix",
                        "type": "string"
                    },
                    {
                        "index": 16,
                        "name": "startsortkey",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 17,
                        "name": "endsortkey",
                        "type": "string",
                        "deprecated": ""
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "contributors",
                "classname": "ApiQueryContributors",
                "path": "query+contributors",
                "group": "prop",
                "prefix": "pc",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Contributors"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "group",
                        "type": [
                            "bot",
                            "bureaucrat",
                            "interface-admin",
                            "suppress",
                            "sysop"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "excludegroup",
                        "type": [
                            "bot",
                            "bureaucrat",
                            "interface-admin",
                            "suppress",
                            "sysop"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "rights",
                        "type": [
                            "apihighlimits",
                            "applychangetags",
                            "autoconfirmed",
                            "autocreateaccount",
                            "autopatrol",
                            "bigdelete",
                            "block",
                            "blockemail",
                            "bot",
                            "browsearchive",
                            "changetags",
                            "createaccount",
                            "createpage",
                            "createtalk",
                            "delete",
                            "delete-redirect",
                            "deletechangetags",
                            "deletedhistory",
                            "deletedtext",
                            "deletelogentry",
                            "deleterevision",
                            "edit",
                            "editcontentmodel",
                            "editinterface",
                            "editmyoptions",
                            "editmyprivateinfo",
                            "editmyusercss",
                            "editmyuserjs",
                            "editmyuserjson",
                            "editmyuserjsredirect",
                            "editmywatchlist",
                            "editprotected",
                            "editsemiprotected",
                            "editsitecss",
                            "editsitejs",
                            "editsitejson",
                            "editusercss",
                            "edituserjs",
                            "edituserjson",
                            "gadgets-definition-edit",
                            "gadgets-edit",
                            "hideuser",
                            "import",
                            "importupload",
                            "ipblock-exempt",
                            "managechangetags",
                            "markbotedits",
                            "mergehistory",
                            "minoredit",
                            "move",
                            "move-categorypages",
                            "move-rootuserpages",
                            "move-subpages",
                            "movefile",
                            "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"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "excluderights",
                        "type": [
                            "apihighlimits",
                            "applychangetags",
                            "autoconfirmed",
                            "autocreateaccount",
                            "autopatrol",
                            "bigdelete",
                            "block",
                            "blockemail",
                            "bot",
                            "browsearchive",
                            "changetags",
                            "createaccount",
                            "createpage",
                            "createtalk",
                            "delete",
                            "delete-redirect",
                            "deletechangetags",
                            "deletedhistory",
                            "deletedtext",
                            "deletelogentry",
                            "deleterevision",
                            "edit",
                            "editcontentmodel",
                            "editinterface",
                            "editmyoptions",
                            "editmyprivateinfo",
                            "editmyusercss",
                            "editmyuserjs",
                            "editmyuserjson",
                            "editmyuserjsredirect",
                            "editmywatchlist",
                            "editprotected",
                            "editsemiprotected",
                            "editsitecss",
                            "editsitejs",
                            "editsitejson",
                            "editusercss",
                            "edituserjs",
                            "edituserjson",
                            "gadgets-definition-edit",
                            "gadgets-edit",
                            "hideuser",
                            "import",
                            "importupload",
                            "ipblock-exempt",
                            "managechangetags",
                            "markbotedits",
                            "mergehistory",
                            "minoredit",
                            "move",
                            "move-categorypages",
                            "move-rootuserpages",
                            "move-subpages",
                            "movefile",
                            "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"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 5,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 6,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "deletedrevisions",
                "classname": "ApiQueryDeletedRevisions",
                "path": "query+deletedrevisions",
                "group": "prop",
                "prefix": "drv",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Deletedrevisions"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "comment",
                            "content",
                            "contentmodel",
                            "flags",
                            "ids",
                            "parsedcomment",
                            "roles",
                            "sha1",
                            "size",
                            "slotsha1",
                            "slotsize",
                            "tags",
                            "timestamp",
                            "user",
                            "userid",
                            "parsetree"
                        ],
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "parsetree"
                        ]
                    },
                    {
                        "index": 2,
                        "name": "slots",
                        "type": [
                            "main"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "expandtemplates",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 5,
                        "name": "generatexml",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 6,
                        "name": "parse",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 7,
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "diffto",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 9,
                        "name": "difftotext",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 10,
                        "name": "difftotextpst",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 11,
                        "name": "contentformat",
                        "type": [
                            "application/json",
                            "application/octet-stream",
                            "application/unknown",
                            "application/x-binary",
                            "text/css",
                            "text/javascript",
                            "text/plain",
                            "text/unknown",
                            "text/x-wiki",
                            "unknown/unknown"
                        ],
                        "deprecated": ""
                    },
                    {
                        "index": 12,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 13,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 14,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 15,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 16,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 17,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 18,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "deletedrevs",
                "classname": "ApiQueryDeletedrevs",
                "path": "query+deletedrevs",
                "group": "list",
                "prefix": "dr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "deprecated": "",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Deletedrevs"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "start",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    1,
                                    2
                                ]
                            }
                        ]
                    },
                    {
                        "index": 2,
                        "name": "end",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    1,
                                    2
                                ]
                            }
                        ]
                    },
                    {
                        "index": 3,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    1,
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "index": 4,
                        "name": "from",
                        "type": "string",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "index": 5,
                        "name": "to",
                        "type": "string",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "index": 6,
                        "name": "prefix",
                        "type": "string",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "index": 7,
                        "name": "unique",
                        "type": "boolean",
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "index": 8,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 0,
                        "info": [
                            {
                                "name": "modes",
                                "values": [
                                    3
                                ]
                            }
                        ]
                    },
                    {
                        "index": 9,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 10,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 11,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 12,
                        "name": "prop",
                        "type": [
                            "comment",
                            "content",
                            "len",
                            "minor",
                            "parentid",
                            "parsedcomment",
                            "revid",
                            "sha1",
                            "tags",
                            "user",
                            "userid",
                            "token"
                        ],
                        "default": "user|comment",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "token"
                        ]
                    },
                    {
                        "index": 13,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 14,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "duplicatefiles",
                "classname": "ApiQueryDuplicateFiles",
                "path": "query+duplicatefiles",
                "group": "prop",
                "prefix": "df",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Duplicatefiles"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 2,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 4,
                        "name": "localonly",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "embeddedin",
                "classname": "ApiQueryBacklinks",
                "path": "query+embeddedin",
                "group": "list",
                "prefix": "ei",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Embeddedin"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 6,
                        "name": "filterredir",
                        "type": [
                            "all",
                            "nonredirects",
                            "redirects"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 7,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "extlinks",
                "classname": "ApiQueryExternalLinks",
                "path": "query+extlinks",
                "group": "prop",
                "prefix": "el",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Extlinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 2,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "protocol",
                        "type": [
                            "",
                            "bitcoin",
                            "ftp",
                            "ftps",
                            "geo",
                            "git",
                            "gopher",
                            "http",
                            "https",
                            "irc",
                            "ircs",
                            "magnet",
                            "mailto",
                            "matrix",
                            "mms",
                            "news",
                            "nntp",
                            "redis",
                            "sftp",
                            "sip",
                            "sips",
                            "sms",
                            "ssh",
                            "svn",
                            "tel",
                            "telnet",
                            "urn",
                            "worldwind",
                            "xmpp"
                        ],
                        "default": ""
                    },
                    {
                        "index": 4,
                        "name": "query",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "expandurl",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "exturlusage",
                "classname": "ApiQueryExtLinksUsage",
                "path": "query+exturlusage",
                "group": "list",
                "prefix": "eu",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Exturlusage"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "ids",
                            "title",
                            "url"
                        ],
                        "default": "ids|title|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "protocol",
                        "type": [
                            "",
                            "bitcoin",
                            "ftp",
                            "ftps",
                            "geo",
                            "git",
                            "gopher",
                            "http",
                            "https",
                            "irc",
                            "ircs",
                            "magnet",
                            "mailto",
                            "matrix",
                            "mms",
                            "news",
                            "nntp",
                            "redis",
                            "sftp",
                            "sip",
                            "sips",
                            "sms",
                            "ssh",
                            "svn",
                            "tel",
                            "telnet",
                            "urn",
                            "worldwind",
                            "xmpp"
                        ],
                        "default": ""
                    },
                    {
                        "index": 4,
                        "name": "query",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 6,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 7,
                        "name": "expandurl",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "filearchive",
                "classname": "ApiQueryFilearchive",
                "path": "query+filearchive",
                "group": "list",
                "prefix": "fa",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Filearchive"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "from",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "to",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 5,
                        "name": "sha1",
                        "type": "string"
                    },
                    {
                        "index": 6,
                        "name": "sha1base36",
                        "type": "string"
                    },
                    {
                        "index": 7,
                        "name": "prop",
                        "type": [
                            "archivename",
                            "bitdepth",
                            "description",
                            "dimensions",
                            "mediatype",
                            "metadata",
                            "mime",
                            "parseddescription",
                            "sha1",
                            "size",
                            "timestamp",
                            "user"
                        ],
                        "default": "timestamp",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 8,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 9,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "filerepoinfo",
                "classname": "ApiQueryFileRepoInfo",
                "path": "query+filerepoinfo",
                "group": "meta",
                "prefix": "fri",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Filerepoinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "canUpload",
                            "displayname",
                            "favicon",
                            "initialCapital",
                            "local",
                            "name",
                            "rootUrl",
                            "scriptDirUrl",
                            "thumbUrl",
                            "url"
                        ],
                        "default": "canUpload|displayname|favicon|initialCapital|local|name|rootUrl|scriptDirUrl|thumbUrl|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "fileusage",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+fileusage",
                "group": "prop",
                "prefix": "fu",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Fileusage"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "pageid",
                            "redirect",
                            "title"
                        ],
                        "default": "pageid|title|redirect",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "show",
                        "type": [
                            "!redirect",
                            "redirect"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "gadgetcategories",
                "classname": "MediaWiki\\Extension\\Gadgets\\Api\\ApiQueryGadgetCategories",
                "path": "query+gadgetcategories",
                "group": "list",
                "prefix": "gc",
                "source": "Gadgets",
                "sourcename": "Gadgets",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/Gadgets",
                "readrights": "",
                "helpurls": [],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "members",
                            "name",
                            "title"
                        ],
                        "default": "name",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "names",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "gadgets",
                "classname": "MediaWiki\\Extension\\Gadgets\\Api\\ApiQueryGadgets",
                "path": "query+gadgets",
                "group": "list",
                "prefix": "ga",
                "source": "Gadgets",
                "sourcename": "Gadgets",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/Gadgets",
                "readrights": "",
                "helpurls": [],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "desc",
                            "id",
                            "metadata"
                        ],
                        "default": "id|metadata",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "categories",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "ids",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "allowedonly",
                        "type": "boolean"
                    },
                    {
                        "index": 5,
                        "name": "enabledonly",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "imageinfo",
                "classname": "ApiQueryImageInfo",
                "path": "query+imageinfo",
                "group": "prop",
                "prefix": "ii",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Imageinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "archivename",
                            "badfile",
                            "bitdepth",
                            "canonicaltitle",
                            "comment",
                            "commonmetadata",
                            "dimensions",
                            "extmetadata",
                            "mediatype",
                            "metadata",
                            "mime",
                            "parsedcomment",
                            "sha1",
                            "size",
                            "thumbmime",
                            "timestamp",
                            "uploadwarning",
                            "url",
                            "user",
                            "userid"
                        ],
                        "default": "timestamp|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "limit",
                        "type": "limit",
                        "default": 1,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 3,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 4,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 5,
                        "name": "urlwidth",
                        "type": "integer",
                        "default": -1
                    },
                    {
                        "index": 6,
                        "name": "urlheight",
                        "type": "integer",
                        "default": -1
                    },
                    {
                        "index": 7,
                        "name": "metadataversion",
                        "type": "string",
                        "default": "1"
                    },
                    {
                        "index": 8,
                        "name": "extmetadatalanguage",
                        "type": "string",
                        "default": "zh-cn"
                    },
                    {
                        "index": 9,
                        "name": "extmetadatamultilang",
                        "type": "boolean"
                    },
                    {
                        "index": 10,
                        "name": "extmetadatafilter",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 11,
                        "name": "urlparam",
                        "type": "string",
                        "default": ""
                    },
                    {
                        "index": 12,
                        "name": "badfilecontexttitle",
                        "type": "string"
                    },
                    {
                        "index": 13,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 14,
                        "name": "localonly",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "images",
                "classname": "ApiQueryImages",
                "path": "query+images",
                "group": "prop",
                "prefix": "im",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Images"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 2,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "images",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "imageusage",
                "classname": "ApiQueryBacklinks",
                "path": "query+imageusage",
                "group": "list",
                "prefix": "iu",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Imageusage"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "pageid",
                        "type": "integer"
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 6,
                        "name": "filterredir",
                        "type": [
                            "all",
                            "nonredirects",
                            "redirects"
                        ],
                        "default": "all"
                    },
                    {
                        "index": 7,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 8,
                        "name": "redirect",
                        "type": "boolean"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "info",
                "classname": "ApiQueryInfo",
                "path": "query+info",
                "group": "prop",
                "prefix": "in",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Info"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "associatedpage",
                            "displaytitle",
                            "linkclasses",
                            "notificationtimestamp",
                            "preload",
                            "protection",
                            "subjectid",
                            "talkid",
                            "url",
                            "varianttitles",
                            "visitingwatchers",
                            "watched",
                            "watchers",
                            "readable"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "readable"
                        ]
                    },
                    {
                        "index": 2,
                        "name": "linkcontext",
                        "type": "title",
                        "default": "\u9996\u9875"
                    },
                    {
                        "index": 3,
                        "name": "testactions",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "testactionsdetail",
                        "type": [
                            "boolean",
                            "full",
                            "quick"
                        ],
                        "default": "boolean"
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "iwbacklinks",
                "classname": "ApiQueryIWBacklinks",
                "path": "query+iwbacklinks",
                "group": "list",
                "prefix": "iwbl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Iwbacklinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "prop",
                        "type": [
                            "iwprefix",
                            "iwtitle"
                        ],
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 6,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "iwlinks",
                "classname": "ApiQueryIWLinks",
                "path": "query+iwlinks",
                "group": "prop",
                "prefix": "iw",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Iwlinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "url"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 5,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 6,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 7,
                        "name": "url",
                        "type": "boolean",
                        "deprecated": ""
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "langbacklinks",
                "classname": "ApiQueryLangBacklinks",
                "path": "query+langbacklinks",
                "group": "list",
                "prefix": "lbl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Langbacklinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "lang",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "prop",
                        "type": [
                            "lllang",
                            "lltitle"
                        ],
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 6,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "langlinks",
                "classname": "ApiQueryLangLinks",
                "path": "query+langlinks",
                "group": "prop",
                "prefix": "ll",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Langlinks"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "autonym",
                            "langname",
                            "url"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "lang",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 5,
                        "name": "inlanguagecode",
                        "type": "string",
                        "default": "zh-cn"
                    },
                    {
                        "index": 6,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 7,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "url",
                        "type": "boolean",
                        "deprecated": ""
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "languageinfo",
                "classname": "ApiQueryLanguageinfo",
                "path": "query+languageinfo",
                "group": "meta",
                "prefix": "li",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "autonym",
                            "bcp47",
                            "code",
                            "dir",
                            "fallbacks",
                            "name",
                            "variants"
                        ],
                        "default": "code",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "code",
                        "type": "string",
                        "default": "*",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "links",
                "classname": "ApiQueryLinks",
                "path": "query+links",
                "group": "prop",
                "prefix": "pl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Links"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 2,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "titles",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "linkshere",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+linkshere",
                "group": "prop",
                "prefix": "lh",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Linkshere"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "pageid",
                            "redirect",
                            "title"
                        ],
                        "default": "pageid|title|redirect",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "show",
                        "type": [
                            "!redirect",
                            "redirect"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "logevents",
                "classname": "ApiQueryLogEvents",
                "path": "query+logevents",
                "group": "list",
                "prefix": "le",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Logevents"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "comment",
                            "details",
                            "ids",
                            "parsedcomment",
                            "tags",
                            "timestamp",
                            "title",
                            "type",
                            "user",
                            "userid"
                        ],
                        "default": "ids|title|type|user|timestamp|comment|details",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "type",
                        "type": [
                            "",
                            "block",
                            "contentmodel",
                            "create",
                            "delete",
                            "import",
                            "managetags",
                            "merge",
                            "move",
                            "newusers",
                            "patrol",
                            "protect",
                            "rights",
                            "suppress",
                            "tag",
                            "upload"
                        ]
                    },
                    {
                        "index": 3,
                        "name": "action",
                        "type": [
                            "block/block",
                            "block/reblock",
                            "block/unblock",
                            "contentmodel/change",
                            "contentmodel/new",
                            "create/create",
                            "delete/delete",
                            "delete/delete_redir",
                            "delete/delete_redir2",
                            "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",
                            "newusers/autocreate",
                            "newusers/byemail",
                            "newusers/create",
                            "newusers/create2",
                            "newusers/newusers",
                            "patrol/autopatrol",
                            "patrol/patrol",
                            "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"
                        ]
                    },
                    {
                        "index": 4,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 5,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 6,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 7,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 8,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 9,
                        "name": "namespace",
                        "type": "namespace",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 10,
                        "name": "prefix",
                        "type": "string"
                    },
                    {
                        "index": 11,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 12,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 13,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "mystashedfiles",
                "classname": "ApiQueryMyStashedFiles",
                "path": "query+mystashedfiles",
                "group": "list",
                "prefix": "msf",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:mystashedfiles"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "size",
                            "type"
                        ],
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "pagepropnames",
                "classname": "ApiQueryPagePropNames",
                "path": "query+pagepropnames",
                "group": "list",
                "prefix": "ppn",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Pagepropnames"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "pageprops",
                "classname": "ApiQueryPageProps",
                "path": "query+pageprops",
                "group": "prop",
                "prefix": "pp",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Pageprops"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "prop",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "pageswithprop",
                "classname": "ApiQueryPagesWithProp",
                "path": "query+pageswithprop",
                "group": "list",
                "prefix": "pwp",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Pageswithprop"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "propname",
                        "type": "string",
                        "required": ""
                    },
                    {
                        "index": 2,
                        "name": "prop",
                        "type": [
                            "ids",
                            "title",
                            "value"
                        ],
                        "default": "ids|title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "prefixsearch",
                "classname": "ApiQueryPrefixSearch",
                "path": "query+prefixsearch",
                "group": "list",
                "prefix": "ps",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Prefixsearch"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "search",
                        "type": "string",
                        "required": ""
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 0,
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "offset",
                        "type": "integer",
                        "default": 0
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "protectedtitles",
                "classname": "ApiQueryProtectedTitles",
                "path": "query+protectedtitles",
                "group": "list",
                "prefix": "pt",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Protectedtitles"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 2,
                        "name": "level",
                        "type": [
                            "autoconfirmed",
                            "sysop"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 5,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 6,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 7,
                        "name": "prop",
                        "type": [
                            "comment",
                            "expiry",
                            "level",
                            "parsedcomment",
                            "timestamp",
                            "user",
                            "userid"
                        ],
                        "default": "timestamp|level",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 8,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "querypage",
                "classname": "ApiQueryQueryPage",
                "path": "query+querypage",
                "group": "list",
                "prefix": "qp",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Querypage"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "page",
                        "type": [
                            "Ancientpages",
                            "BrokenRedirects",
                            "Deadendpages",
                            "DoubleRedirects",
                            "Fewestrevisions",
                            "GadgetUsage",
                            "ListDuplicatedFiles",
                            "Listredirects",
                            "Lonelypages",
                            "Longpages",
                            "MediaStatistics",
                            "Mostcategories",
                            "Mostimages",
                            "Mostinterwikis",
                            "Mostlinked",
                            "Mostlinkedcategories",
                            "Mostlinkedtemplates",
                            "Mostrevisions",
                            "Shortpages",
                            "Uncategorizedcategories",
                            "Uncategorizedimages",
                            "Uncategorizedpages",
                            "Uncategorizedtemplates",
                            "Unusedcategories",
                            "Unusedimages",
                            "Unusedtemplates",
                            "Unwatchedpages",
                            "Wantedcategories",
                            "Wantedfiles",
                            "Wantedpages",
                            "Wantedtemplates",
                            "Withoutinterwiki"
                        ],
                        "required": ""
                    },
                    {
                        "index": 2,
                        "name": "offset",
                        "type": "integer",
                        "default": 0
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "random",
                "classname": "ApiQueryRandom",
                "path": "query+random",
                "group": "list",
                "prefix": "rn",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Random"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 2,
                        "name": "filterredir",
                        "type": [
                            "all",
                            "nonredirects",
                            "redirects"
                        ],
                        "default": "nonredirects"
                    },
                    {
                        "index": 3,
                        "name": "redirect",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 1,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "recentchanges",
                "classname": "ApiQueryRecentChanges",
                "path": "query+recentchanges",
                "group": "list",
                "prefix": "rc",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Recentchanges"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 2,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 3,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 4,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 5,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 6,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 7,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "prop",
                        "type": [
                            "comment",
                            "flags",
                            "ids",
                            "loginfo",
                            "parsedcomment",
                            "patrolled",
                            "redirect",
                            "sha1",
                            "sizes",
                            "tags",
                            "timestamp",
                            "title",
                            "user",
                            "userid"
                        ],
                        "default": "title|timestamp|ids",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 9,
                        "name": "show",
                        "type": [
                            "!anon",
                            "!autopatrolled",
                            "!bot",
                            "!minor",
                            "!patrolled",
                            "!redirect",
                            "anon",
                            "autopatrolled",
                            "bot",
                            "minor",
                            "patrolled",
                            "redirect",
                            "unpatrolled"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 10,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 11,
                        "name": "type",
                        "type": [
                            "categorize",
                            "edit",
                            "external",
                            "log",
                            "new"
                        ],
                        "default": "edit|new|log|categorize",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 12,
                        "name": "toponly",
                        "type": "boolean"
                    },
                    {
                        "index": 13,
                        "name": "title",
                        "type": "string"
                    },
                    {
                        "index": 14,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 15,
                        "name": "generaterevisions",
                        "type": "boolean"
                    },
                    {
                        "index": 16,
                        "name": "slot",
                        "type": [
                            "main"
                        ]
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "redirects",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+redirects",
                "group": "prop",
                "prefix": "rd",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Redirects"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "fragment",
                            "pageid",
                            "title"
                        ],
                        "default": "pageid|title",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "show",
                        "type": [
                            "!fragment",
                            "fragment"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "revisions",
                "classname": "ApiQueryRevisions",
                "path": "query+revisions",
                "group": "prop",
                "prefix": "rv",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Revisions"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "comment",
                            "content",
                            "contentmodel",
                            "flags",
                            "ids",
                            "parsedcomment",
                            "roles",
                            "sha1",
                            "size",
                            "slotsha1",
                            "slotsize",
                            "tags",
                            "timestamp",
                            "user",
                            "userid",
                            "parsetree"
                        ],
                        "default": "ids|timestamp|flags|comment|user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "parsetree"
                        ]
                    },
                    {
                        "index": 2,
                        "name": "slots",
                        "type": [
                            "main"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "min": 1,
                        "max": 500,
                        "highmax": 5000,
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 4,
                        "name": "expandtemplates",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 5,
                        "name": "generatexml",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 6,
                        "name": "parse",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 7,
                        "name": "section",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "diffto",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 9,
                        "name": "difftotext",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 10,
                        "name": "difftotextpst",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 11,
                        "name": "contentformat",
                        "type": [
                            "application/json",
                            "application/octet-stream",
                            "application/unknown",
                            "application/x-binary",
                            "text/css",
                            "text/javascript",
                            "text/plain",
                            "text/unknown",
                            "text/x-wiki",
                            "unknown/unknown"
                        ],
                        "deprecated": ""
                    },
                    {
                        "index": 12,
                        "name": "startid",
                        "type": "integer",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 13,
                        "name": "endid",
                        "type": "integer",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 14,
                        "name": "start",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 15,
                        "name": "end",
                        "type": "timestamp",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 16,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older",
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 17,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ],
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 18,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ],
                        "info": [
                            {
                                "name": "singlepageonly"
                            }
                        ]
                    },
                    {
                        "index": 19,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 20,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "search",
                "classname": "ApiQuerySearch",
                "path": "query+search",
                "group": "list",
                "prefix": "sr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Search"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "search",
                        "type": "string",
                        "required": ""
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "default": 0,
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "offset",
                        "type": "integer",
                        "default": 0
                    },
                    {
                        "index": 5,
                        "name": "what",
                        "type": [
                            "nearmatch",
                            "text",
                            "title"
                        ]
                    },
                    {
                        "index": 6,
                        "name": "info",
                        "type": [
                            "rewrittenquery",
                            "suggestion",
                            "totalhits"
                        ],
                        "default": "totalhits|suggestion|rewrittenquery",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "prop",
                        "type": [
                            "categorysnippet",
                            "extensiondata",
                            "isfilematch",
                            "redirectsnippet",
                            "redirecttitle",
                            "sectionsnippet",
                            "sectiontitle",
                            "size",
                            "snippet",
                            "timestamp",
                            "titlesnippet",
                            "wordcount",
                            "hasrelated",
                            "score"
                        ],
                        "default": "size|wordcount|timestamp|snippet",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "deprecatedvalues": [
                            "hasrelated",
                            "score"
                        ]
                    },
                    {
                        "index": 8,
                        "name": "interwiki",
                        "type": "boolean"
                    },
                    {
                        "index": 9,
                        "name": "enablerewrites",
                        "type": "boolean"
                    },
                    {
                        "index": 10,
                        "name": "sort",
                        "type": [
                            "relevance"
                        ],
                        "default": "relevance"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "siteinfo",
                "classname": "ApiQuerySiteinfo",
                "path": "query+siteinfo",
                "group": "meta",
                "prefix": "si",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Siteinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "dbrepllag",
                            "defaultoptions",
                            "extensions",
                            "extensiontags",
                            "fileextensions",
                            "functionhooks",
                            "general",
                            "interwikimap",
                            "languages",
                            "languagevariants",
                            "libraries",
                            "magicwords",
                            "namespacealiases",
                            "namespaces",
                            "protocols",
                            "restrictions",
                            "rightsinfo",
                            "showhooks",
                            "skins",
                            "specialpagealiases",
                            "statistics",
                            "uploaddialog",
                            "usergroups",
                            "variables"
                        ],
                        "default": "general",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "filteriw",
                        "type": [
                            "!local",
                            "local"
                        ]
                    },
                    {
                        "index": 3,
                        "name": "showalldb",
                        "type": "boolean"
                    },
                    {
                        "index": 4,
                        "name": "numberingroup",
                        "type": "boolean"
                    },
                    {
                        "index": 5,
                        "name": "inlanguagecode",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "stashimageinfo",
                "classname": "ApiQueryStashImageInfo",
                "path": "query+stashimageinfo",
                "group": "prop",
                "prefix": "sii",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Stashimageinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "filekey",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "sessionkey",
                        "type": "string",
                        "deprecated": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 3,
                        "name": "prop",
                        "type": [
                            "badfile",
                            "bitdepth",
                            "canonicaltitle",
                            "commonmetadata",
                            "dimensions",
                            "extmetadata",
                            "metadata",
                            "mime",
                            "sha1",
                            "size",
                            "thumbmime",
                            "timestamp",
                            "url"
                        ],
                        "default": "timestamp|url",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "urlwidth",
                        "type": "integer",
                        "default": -1
                    },
                    {
                        "index": 5,
                        "name": "urlheight",
                        "type": "integer",
                        "default": -1
                    },
                    {
                        "index": 6,
                        "name": "urlparam",
                        "type": "string",
                        "default": ""
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "tags",
                "classname": "ApiQueryTags",
                "path": "query+tags",
                "group": "list",
                "prefix": "tg",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tags"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 3,
                        "name": "prop",
                        "type": [
                            "active",
                            "defined",
                            "description",
                            "displayname",
                            "hitcount",
                            "source"
                        ],
                        "default": "",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "templates",
                "classname": "ApiQueryLinks",
                "path": "query+templates",
                "group": "prop",
                "prefix": "tl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Templates"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*",
                        "extranamespaces": [
                            -2,
                            -1
                        ]
                    },
                    {
                        "index": 2,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 3,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 4,
                        "name": "templates",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 5,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "tokens",
                "classname": "ApiQueryTokens",
                "path": "query+tokens",
                "group": "meta",
                "prefix": "",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tokens"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "type",
                        "type": [
                            "createaccount",
                            "csrf",
                            "login",
                            "patrol",
                            "rollback",
                            "userrights",
                            "watch"
                        ],
                        "default": "csrf",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "transcludedin",
                "classname": "ApiQueryBacklinksprop",
                "path": "query+transcludedin",
                "group": "prop",
                "prefix": "ti",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Transcludedin"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "pageid",
                            "redirect",
                            "title"
                        ],
                        "default": "pageid|title|redirect",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "show",
                        "type": [
                            "!redirect",
                            "redirect"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 5,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "usercontribs",
                "classname": "ApiQueryUserContribs",
                "path": "query+usercontribs",
                "group": "list",
                "prefix": "uc",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Usercontribs"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 2,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 3,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 4,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 5,
                        "name": "user",
                        "type": "user",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki"
                        ]
                    },
                    {
                        "index": 6,
                        "name": "userids",
                        "type": "integer",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 7,
                        "name": "userprefix",
                        "type": "string"
                    },
                    {
                        "index": 8,
                        "name": "iprange",
                        "type": "string"
                    },
                    {
                        "index": 9,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 10,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 11,
                        "name": "prop",
                        "type": [
                            "comment",
                            "flags",
                            "ids",
                            "parsedcomment",
                            "patrolled",
                            "size",
                            "sizediff",
                            "tags",
                            "timestamp",
                            "title"
                        ],
                        "default": "ids|title|timestamp|comment|size|flags",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 12,
                        "name": "show",
                        "type": [
                            "!autopatrolled",
                            "!minor",
                            "!new",
                            "!patrolled",
                            "!top",
                            "autopatrolled",
                            "minor",
                            "new",
                            "patrolled",
                            "top"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 13,
                        "name": "tag",
                        "type": "string"
                    },
                    {
                        "index": 14,
                        "name": "toponly",
                        "type": "boolean",
                        "deprecated": ""
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "userinfo",
                "classname": "ApiQueryUserInfo",
                "path": "query+userinfo",
                "group": "meta",
                "prefix": "ui",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Userinfo"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "acceptlang",
                            "blockinfo",
                            "centralids",
                            "changeablegroups",
                            "editcount",
                            "email",
                            "groupmemberships",
                            "groups",
                            "hasmsg",
                            "implicitgroups",
                            "latestcontrib",
                            "options",
                            "ratelimits",
                            "realname",
                            "registrationdate",
                            "rights",
                            "theoreticalratelimits",
                            "unreadcount"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 2,
                        "name": "attachedwiki",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "users",
                "classname": "ApiQueryUsers",
                "path": "query+users",
                "group": "list",
                "prefix": "us",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Users"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "prop",
                        "type": [
                            "blockinfo",
                            "cancreate",
                            "centralids",
                            "editcount",
                            "emailable",
                            "gender",
                            "groupmemberships",
                            "groups",
                            "implicitgroups",
                            "registration",
                            "rights"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 2,
                        "name": "attachedwiki",
                        "type": "string"
                    },
                    {
                        "index": 3,
                        "name": "users",
                        "type": "string",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "userids",
                        "type": "integer",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "watchlist",
                "classname": "ApiQueryWatchlist",
                "path": "query+watchlist",
                "group": "list",
                "prefix": "wl",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Watchlist"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "allrev",
                        "type": "boolean"
                    },
                    {
                        "index": 2,
                        "name": "start",
                        "type": "timestamp"
                    },
                    {
                        "index": 3,
                        "name": "end",
                        "type": "timestamp"
                    },
                    {
                        "index": 4,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 5,
                        "name": "user",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 6,
                        "name": "excludeuser",
                        "type": "user",
                        "subtypes": [
                            "name",
                            "ip",
                            "interwiki",
                            "id"
                        ]
                    },
                    {
                        "index": 7,
                        "name": "dir",
                        "type": [
                            "newer",
                            "older"
                        ],
                        "default": "older"
                    },
                    {
                        "index": 8,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 9,
                        "name": "prop",
                        "type": [
                            "comment",
                            "expiry",
                            "flags",
                            "ids",
                            "loginfo",
                            "notificationtimestamp",
                            "parsedcomment",
                            "patrol",
                            "sizes",
                            "tags",
                            "timestamp",
                            "title",
                            "user",
                            "userid"
                        ],
                        "default": "ids|title|flags",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 10,
                        "name": "show",
                        "type": [
                            "!anon",
                            "!autopatrolled",
                            "!bot",
                            "!minor",
                            "!patrolled",
                            "!unread",
                            "anon",
                            "autopatrolled",
                            "bot",
                            "minor",
                            "patrolled",
                            "unread"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 11,
                        "name": "type",
                        "type": [
                            "categorize",
                            "edit",
                            "external",
                            "log",
                            "new"
                        ],
                        "default": "edit|new|log|categorize",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 12,
                        "name": "owner",
                        "type": "user",
                        "subtypes": [
                            "name"
                        ]
                    },
                    {
                        "index": 13,
                        "name": "token",
                        "type": "string",
                        "sensitive": ""
                    },
                    {
                        "index": 14,
                        "name": "continue",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            },
            {
                "name": "watchlistraw",
                "classname": "ApiQueryWatchlistRaw",
                "path": "query+watchlistraw",
                "group": "list",
                "prefix": "wr",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "http://tetriswiki.cn/p/%E7%89%B9%E6%AE%8A:%E7%89%88%E6%9C%AC/License/MediaWiki",
                "readrights": "",
                "generator": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Watchlistraw"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "continue",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "namespace",
                        "type": "namespace",
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50,
                        "allspecifier": "*"
                    },
                    {
                        "index": 3,
                        "name": "limit",
                        "type": "limit",
                        "default": 10,
                        "min": 1,
                        "max": 500,
                        "highmax": 5000
                    },
                    {
                        "index": 4,
                        "name": "prop",
                        "type": [
                            "changed"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 5,
                        "name": "show",
                        "type": [
                            "!changed",
                            "changed"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 6,
                        "name": "owner",
                        "type": "user",
                        "subtypes": [
                            "name"
                        ]
                    },
                    {
                        "index": 7,
                        "name": "token",
                        "type": "string",
                        "sensitive": ""
                    },
                    {
                        "index": 8,
                        "name": "dir",
                        "type": [
                            "ascending",
                            "descending"
                        ],
                        "default": "ascending"
                    },
                    {
                        "index": 9,
                        "name": "fromtitle",
                        "type": "string"
                    },
                    {
                        "index": 10,
                        "name": "totitle",
                        "type": "string"
                    }
                ],
                "templatedparameters": []
            }
        ]
    },
    "debuginfo": {
        "mwVersion": "1.39.10",
        "phpEngine": "PHP",
        "phpVersion": "8.3.19",
        "time": 0.11908793449401855,
        "log": [
            {
                "msg": "MWDebug output complete",
                "type": "log",
                "caller": "MWDebug::appendDebugInfoToApiResult"
            }
        ],
        "debugLog": [
            "\n\nStart request GET /api.php?action=paraminfo&modules=query%2B%2A\nIP: 3.15.233.150\nHTTP HEADERS:\nHOST: tetriswiki.cn\nACCEPT-ENCODING: gzip, br, zstd, deflate\nUSER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\nACCEPT: */*\nCONTENT-LENGTH: \nCONTENT-TYPE: \n(end headers)",
            "[session] SessionManager using store APCUBagOStuff",
            "[localisation] LocalisationCache using store LCStoreCDB",
            "[session] SessionBackend \"t5mohq8virokft1lc7gqalhlmm99u447\" is unsaved, marking dirty in constructor",
            "[session] SessionBackend \"t5mohq8virokft1lc7gqalhlmm99u447\" save: dataDirty=1 metaDirty=1 forcePersist=0",
            "[cookie] already deleted setcookie: \"testwiki_session\", \"\", \"1713577784\", \"/\", \"\", \"\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"testwikiUserID\", \"\", \"1713577784\", \"/\", \"\", \"\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"testwikiToken\", \"\", \"1713577784\", \"/\", \"\", \"\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"forceHTTPS\", \"\", \"1713577784\", \"/\", \"\", \"\", \"1\", \"\"",
            "[session] SessionBackend \"t5mohq8virokft1lc7gqalhlmm99u447\" data dirty due to dirty(): MediaWiki\\Session\\SessionManager->getSessionForRequest/MediaWiki\\Session\\SessionManager->getInitialSession/MediaWiki\\Session\\Session->getToken/MediaWiki\\Session\\Session->set/MediaWiki\\Session\\SessionBackend->dirty",
            "[session] SessionBackend \"t5mohq8virokft1lc7gqalhlmm99u447\" save: dataDirty=1 metaDirty=0 forcePersist=0",
            "ParserFactory: using default preprocessor",
            "[MessageCache] MessageCache using store APCUBagOStuff",
            "[SQLBagOStuff] MainObjectStash using store SqlBagOStuff",
            "[ContentHandler] Registered handler for Scribunto: MediaWiki\\Extension\\Scribunto\\ScribuntoContentHandler",
            "[ContentHandler] Registered handler for GadgetDefinition: MediaWiki\\Extension\\Gadgets\\Content\\GadgetDefinitionContentHandler",
            "[ContentHandler] Registered handler for wikitext: WikitextContentHandler",
            "[ContentHandler] Registered handler for javascript: JavaScriptContentHandler",
            "[ContentHandler] Registered handler for json: JsonContentHandler",
            "[ContentHandler] Registered handler for css: CssContentHandler",
            "[ContentHandler] Registered handler for text: TextContentHandler",
            "[ContentHandler] Registered handler for unknown: FallbackContentHandler",
            "[GlobalTitleFail] RequestContext::getTitle called with no title set.",
            "[MessageCache] MessageCache::loadUnguarded: Loading zh-cn... got from local cache",
            "[MessageCache] MessageCache::loadUnguarded: Loading zh-hans... got from local cache",
            "[gitinfo] Candidate cacheFile=/var/www/wiki/gitinfo.json for /var/www/wiki",
            "[gitinfo] Cache incomplete for /var/www/wiki"
        ],
        "queries": [],
        "request": {
            "method": "GET",
            "url": "/api.php?action=paraminfo&modules=query%2B%2A",
            "headers": {
                "HOST": "tetriswiki.cn",
                "ACCEPT-ENCODING": "gzip, br, zstd, deflate",
                "USER-AGENT": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "ACCEPT": "*/*",
                "CONTENT-LENGTH": "",
                "CONTENT-TYPE": ""
            },
            "params": {
                "action": "paraminfo",
                "modules": "query+*"
            }
        },
        "memory": "2.8 MB",
        "memoryPeak": "3.66 MB",
        "includes": [
            {
                "name": "/var/www/wiki/api.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/WebStart.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/BootstrapHelperFunctions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/Setup.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/wiki/includes/AutoLoader.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/autoload.php",
                "size": "253 KB"
            },
            {
                "name": "/var/www/wiki/vendor/autoload.php",
                "size": "756\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/composer/autoload_real.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/composer/platform_check.php",
                "size": "925\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/composer/ClassLoader.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/wiki/vendor/composer/include_paths.php",
                "size": "437\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/composer/autoload_static.php",
                "size": "222 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/at-ease/src/Wikimedia/Functions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/ralouphie/getallheaders/src/getallheaders.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/symfony/deprecation-contracts/function.php",
                "size": "1,014\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/guzzlehttp/promises/src/functions_include.php",
                "size": "167\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/guzzlehttp/promises/src/functions.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/vendor/symfony/polyfill-php80/bootstrap.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/base-convert/src/Functions.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/vendor/guzzlehttp/guzzle/src/functions_include.php",
                "size": "162\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/guzzlehttp/guzzle/src/functions.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/timestamp/src/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/symfony/polyfill-php81/bootstrap.php",
                "size": "738\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/symfony/polyfill-php82/bootstrap.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/vendor/symfony/polyfill-php83/bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/relpath/src/Wikimedia/RelPath.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/Defines.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/mime/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/defines.php",
                "size": "956\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/database/IDatabase.php",
                "size": "71 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/platform/ISQLPlatform.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/database/DbQuoter.php",
                "size": "290\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/loadbalancer/ILoadBalancer.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/wiki/vendor/psr/log/Psr/Log/LoggerInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/SiteConfiguration.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/SettingsBuilder.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/registration/ExtensionRegistry.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/GlobalConfigBuilder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/ConfigBuilderBase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/ConfigBuilder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/PhpIniSink.php",
                "size": "794\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/normalized-exception/src/NormalizedExceptionTrait.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/ConfigSchemaAggregator.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Source/JsonSchemaTrait.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/ConfigSchema.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/MainConfigNames.php",
                "size": "138 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Source/PhpSettingsSource.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Source/SettingsSource.php",
                "size": "621\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Source/SettingsIncludeLocator.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/GlobalFunctions.php",
                "size": "69 KB"
            },
            {
                "name": "/var/www/wiki/includes/HeaderCallback.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/WebRequest.php",
                "size": "43 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Source/ArraySource.php",
                "size": "385\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/at-ease/src/Wikimedia/AtEase/AtEase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/config-schema.php",
                "size": "80 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/Config/MergeStrategy.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/LocalSettings.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/config/GlobalVarConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/config/Config.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Settings/DynamicDefaultValues.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/MainConfigSchema.php",
                "size": "369 KB"
            },
            {
                "name": "/var/www/wiki/includes/SetupDynamicConfig.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/title/NamespaceInfo.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LanguageCode.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/objectcache/ObjectCache.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/WikiMap.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/database/domain/DatabaseDomain.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/APCUBagOStuff.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/MediumSpecificBagOStuff.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/BagOStuff.php",
                "size": "31 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/utils/ExpirationAwareness.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/utils/StorageAwareness.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/IStoreKeyEncoder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/psr/log/Psr/Log/LoggerAwareInterface.php",
                "size": "297\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/libs/stats/NullStatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/stats/IBufferingStatsdDataFactory.php",
                "size": "972\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactoryInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/vendor/psr/log/Psr/Log/NullLogger.php",
                "size": "707\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/psr/log/Psr/Log/AbstractLogger.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/shell/Shell.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/serialized/SerializedValueContainer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Scribunto/includes/Hooks.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Bootstrap/src/Bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/debug/MWDebug.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/includes/MediaWikiServices.php",
                "size": "52 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/services/src/ServiceContainer.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/vendor/psr/container/src/ContainerInterface.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/services/src/DestructibleService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/NonSerializableTrait.php",
                "size": "375\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/exception/MWExceptionRenderer.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/exception/MWExceptionHandler.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/skins/MinervaNeue/includes/ServiceWiring.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/skins/Vector/includes/ServiceWiring.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/skins/Vector/includes/Constants.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/ServiceWiring.php",
                "size": "80 KB"
            },
            {
                "name": "/var/www/wiki/includes/HookContainer/HookRunner.php",
                "size": "118 KB"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/GetActionNameHook.php",
                "size": "530\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/auth/Hook/AuthManagerLoginAuthenticateAuditHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/auth/Hook/ExemptFromAccountCreationThrottleHook.php",
                "size": "597\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/auth/Hook/LocalUserCreatedHook.php",
                "size": "799\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/auth/Hook/ResetPasswordExpirationHook.php",
                "size": "666\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/auth/Hook/SecuritySensitiveOperationStatusHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/auth/Hook/UserLoggedInHook.php",
                "size": "536\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/block/Hook/AbortAutoblockHook.php",
                "size": "663\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/block/Hook/GetAllBlockActionsHook.php",
                "size": "983\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/block/Hook/GetUserBlockHook.php",
                "size": "974\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/block/Hook/PerformRetroactiveAutoblockHook.php",
                "size": "730\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/cache/Hook/BacklinkCacheGetConditionsHook.php",
                "size": "727\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/cache/Hook/BacklinkCacheGetPrefixHook.php",
                "size": "583\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/cache/Hook/HtmlCacheUpdaterAppendUrlsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/cache/Hook/HtmlCacheUpdaterVaryUrlsHook.php",
                "size": "828\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/cache/Hook/HTMLFileCache__useFileCacheHook.php",
                "size": "734\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/MessageCacheReplaceHook.php",
                "size": "634\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/MessageCache__getHook.php",
                "size": "802\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/MessagesPreLoadHook.php",
                "size": "651\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleSquidURLsHook.php",
                "size": "645\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ChangeTagAfterDeleteHook.php",
                "size": "882\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ChangeTagCanCreateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ChangeTagCanDeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ChangeTagsAfterUpdateTagsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ChangeTagsAllowedAddHook.php",
                "size": "915\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ChangeTagsListActiveHook.php",
                "size": "609\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Hook/ListDefinedTagsHook.php",
                "size": "535\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/ContentAlterParserOutputHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/ContentGetParserOutputHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/ContentHandlerForModelIDHook.php",
                "size": "919\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/ContentModelCanBeUsedOnHook.php",
                "size": "953\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/ConvertContentHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/GetContentModelsHook.php",
                "size": "621\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/GetDifferenceEngineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/GetSlotDiffRendererHook.php",
                "size": "858\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/JsonValidateSaveHook.php",
                "size": "922\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/PageContentLanguageHook.php",
                "size": "898\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/PlaceNewSectionHook.php",
                "size": "899\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/Hook/SearchDataForIndexHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/AbortDiffCacheHook.php",
                "size": "543\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/ArticleContentOnDiffHook.php",
                "size": "712\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineAfterLoadNewTextHook.php",
                "size": "782\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php",
                "size": "903\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineMarkPatrolledLinkHook.php",
                "size": "930\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineMarkPatrolledRCIDHook.php",
                "size": "975\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineNewHeaderHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineOldHeaderHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineOldHeaderNoOldRevHook.php",
                "size": "631\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineRenderRevisionAddParserOutputHook.php",
                "size": "885\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineRenderRevisionShowFinalPatrolLinkHook.php",
                "size": "691\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineShowDiffHook.php",
                "size": "629\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineShowDiffPageHook.php",
                "size": "607\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineShowDiffPageMaybeShowMissingRevisionHook.php",
                "size": "856\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineShowEmptyOldContentHook.php",
                "size": "719\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DifferenceEngineViewHeaderHook.php",
                "size": "585\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/DiffToolsHook.php",
                "size": "861\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/diff/Hook/NewDifferenceEngineHook.php",
                "size": "848\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/AbortEmailNotificationHook.php",
                "size": "721\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/AbortTalkPageEmailNotificationHook.php",
                "size": "729\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/ActionBeforeFormDisplayHook.php",
                "size": "649\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/ActionModifyFormFieldsHook.php",
                "size": "752\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/AddNewAccountHook.php",
                "size": "689\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/AfterBuildFeedLinksHook.php",
                "size": "738\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/AfterFinalPageOutputHook.php",
                "size": "824\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/AfterImportPageHook.php",
                "size": "922\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/AfterParserFetchFileAndTitleHook.php",
                "size": "859\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/AlternateEditHook.php",
                "size": "624\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/AlternateEditPreviewHook.php",
                "size": "985\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/AlternateUserMailerHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/AncientPagesQueryHook.php",
                "size": "683\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ApiBeforeMainHook.php",
                "size": "534\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ArticleMergeCompleteHook.php",
                "size": "620\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/revisiondelete/Hook/ArticleRevisionVisibilitySetHook.php",
                "size": "982\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ArticleUpdateBeforeRedirectHook.php",
                "size": "815\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/BadImageHook.php",
                "size": "702\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/BaseTemplateAfterPortletHook.php",
                "size": "807\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/BeforeInitializeHook.php",
                "size": "823\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/BeforePageDisplayHook.php",
                "size": "558\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/BeforePageRedirectHook.php",
                "size": "790\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/BeforeParserFetchFileAndTitleHook.php",
                "size": "946\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/BeforeParserFetchTemplateAndtitleHook.php",
                "size": "820\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/BeforeParserFetchTemplateRevisionRecordHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/BeforeParserrenderImageGalleryHook.php",
                "size": "659\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/BeforeWelcomeCreationHook.php",
                "size": "832\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/media/Hook/BitmapHandlerCheckImageAreaHook.php",
                "size": "846\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/media/Hook/BitmapHandlerTransformHook.php",
                "size": "846\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/BlockIpCompleteHook.php",
                "size": "786\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/BlockIpHook.php",
                "size": "765\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/BookInformationHook.php",
                "size": "629\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/title/Hook/CanonicalNamespacesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/CategoryViewer__doCategoryQueryHook.php",
                "size": "881\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/CategoryViewer__generateLinkHook.php",
                "size": "1,022\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/ChangesListInitRowsHook.php",
                "size": "680\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/ChangesListInsertArticleLinkHook.php",
                "size": "977\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ChangeUserGroupsHook.php",
                "size": "755\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/collation/Hook/Collation__factoryHook.php",
                "size": "831\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ContentSecurityPolicyDefaultSourceHook.php",
                "size": "1,010\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ContentSecurityPolicyDirectivesHook.php",
                "size": "933\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ContentSecurityPolicyScriptSourceHook.php",
                "size": "966\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ContribsPager__getQueryInfoHook.php",
                "size": "746\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ContribsPager__reallyDoQueryHook.php",
                "size": "973\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ContributionsLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ContributionsToolLinksHook.php",
                "size": "944\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/CustomEditorHook.php",
                "size": "686\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/DeletedContribsPager__reallyDoQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/DeletedContributionsLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/DeleteUnknownPreferencesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditFilterHook.php",
                "size": "769\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditFilterMergedContentHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditFormInitialTextHook.php",
                "size": "553\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditFormPreloadTextHook.php",
                "size": "608\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageBeforeConflictDiffHook.php",
                "size": "835\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageBeforeEditButtonsHook.php",
                "size": "787\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageBeforeEditToolbarHook.php",
                "size": "704\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageCopyrightWarningHook.php",
                "size": "822\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageGetCheckboxesDefinitionHook.php",
                "size": "790\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageGetDiffContentHook.php",
                "size": "797\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageGetPreviewContentHook.php",
                "size": "797\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageNoSuchSectionHook.php",
                "size": "656\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPageTosSummaryHook.php",
                "size": "752\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__attemptSaveHook.php",
                "size": "679\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__attemptSave_afterHook.php",
                "size": "795\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__importFormDataHook.php",
                "size": "682\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__showEditForm_fieldsHook.php",
                "size": "742\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__showEditForm_initialHook.php",
                "size": "955\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__showReadOnlyForm_initialHook.php",
                "size": "795\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/EditPage__showStandardInputs_optionsHook.php",
                "size": "828\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/EmailUserCCHook.php",
                "size": "749\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/EmailUserCompleteHook.php",
                "size": "753\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/EmailUserFormHook.php",
                "size": "541\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/EmailUserHook.php",
                "size": "921\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/EmailUserPermissionsErrorsHook.php",
                "size": "803\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/EnhancedChangesListModifyBlockLineDataHook.php",
                "size": "862\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/EnhancedChangesListModifyLineDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/EnhancedChangesList__getLogTextHook.php",
                "size": "919\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ExtensionTypesHook.php",
                "size": "837\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/FetchChangesListHook.php",
                "size": "957\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/FileDeleteCompleteHook.php",
                "size": "946\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/Hook/FileTransformedHook.php",
                "size": "817\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/FileUndeleteCompleteHook.php",
                "size": "782\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/Hook/FileUploadHook.php",
                "size": "846\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/FormatAutocommentsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/gallery/Hook/GalleryGetModesHook.php",
                "size": "704\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetCacheVaryCookiesHook.php",
                "size": "689\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetCanonicalURLHook.php",
                "size": "740\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetDefaultSortkeyHook.php",
                "size": "627\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetDoubleUnderscoreIDsHook.php",
                "size": "751\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/media/Hook/GetExtendedMetadataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetFullURLHook.php",
                "size": "721\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/GetHumanTimestampHook.php",
                "size": "997\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetInternalURLHook.php",
                "size": "728\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetIPHook.php",
                "size": "512\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/GetLangPreferredVariantHook.php",
                "size": "803\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/GetLinkColoursHook.php",
                "size": "817\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetLocalURLHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetLocalURL__ArticleHook.php",
                "size": "756\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetLocalURL__InternalHook.php",
                "size": "784\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/GetLogTypesOnUserHook.php",
                "size": "544\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetMagicVariableIDsHook.php",
                "size": "675\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/media/Hook/GetMetadataVersionHook.php",
                "size": "937\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/GetNewMessagesAlertHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GetRelativeTimestampHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/GitViewersHook.php",
                "size": "610\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/HistoryPageToolLinksHook.php",
                "size": "754\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/HistoryToolsHook.php",
                "size": "906\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ImageBeforeProduceHTMLHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ImgAuthBeforeStreamHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ImgAuthModifyHeadersHook.php",
                "size": "927\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/ImportHandleContentXMLTagHook.php",
                "size": "640\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/ImportHandleLogItemXMLTagHook.php",
                "size": "660\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/ImportHandlePageXMLTagHook.php",
                "size": "651\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/ImportHandleRevisionXMLTagHook.php",
                "size": "754\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/ImportHandleToplevelXMLTagHook.php",
                "size": "601\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ImportHandleUnknownUserHook.php",
                "size": "589\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/import/Hook/ImportHandleUploadXMLTagHook.php",
                "size": "670\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ImportLogInterwikiLinkHook.php",
                "size": "712\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ImportSourcesHook.php",
                "size": "754\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/InfoActionHook.php",
                "size": "612\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/InitializeArticleMaybeRedirectHook.php",
                "size": "865\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/InternalParseBeforeLinksHook.php",
                "size": "794\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/InternalParseBeforeSanitizeHook.php",
                "size": "970\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/rcfeed/Hook/IRCLineURLHook.php",
                "size": "758\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/IsTrustedProxyHook.php",
                "size": "639\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/upload/Hook/IsUploadAllowedFromUrlHook.php",
                "size": "643\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/IsValidEmailAddrHook.php",
                "size": "737\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/LanguageGetNamespacesHook.php",
                "size": "688\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/LanguageLinksHook.php",
                "size": "997\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/LanguageSelectorHook.php",
                "size": "643\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/LinkerMakeExternalImageHook.php",
                "size": "684\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/LinkerMakeExternalLinkHook.php",
                "size": "802\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/LinkerMakeMediaLinkFileHook.php",
                "size": "870\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/Hook/LinksUpdateAfterInsertHook.php",
                "size": "854\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/Hook/LinksUpdateCompleteHook.php",
                "size": "759\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/Hook/LinksUpdateConstructedHook.php",
                "size": "644\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/Hook/LinksUpdateHook.php",
                "size": "604\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/Hook/LocalFilePurgeThumbnailsHook.php",
                "size": "762\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/Hook/LocalFile__getHistoryHook.php",
                "size": "839\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/LocalisationCacheRecacheFallbackHook.php",
                "size": "818\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/LocalisationCacheRecacheHook.php",
                "size": "771\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/logging/Hook/LogEventsListGetExtraInputsHook.php",
                "size": "945\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/logging/Hook/LogEventsListLineEndingHook.php",
                "size": "1,011\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/logging/Hook/LogEventsListShowLogExtractHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/exception/Hook/LogExceptionHook.php",
                "size": "877\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/LoginFormValidErrorMessagesHook.php",
                "size": "807\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/logging/Hook/LogLineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/LonelyPagesQueryHook.php",
                "size": "679\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MagicWordwgVariableIDsHook.php",
                "size": "583\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MaintenanceRefreshLinksInitHook.php",
                "size": "604\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MaintenanceShellStartHook.php",
                "size": "366\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MaintenanceUpdateAddParamsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MakeGlobalVariablesScriptHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/logging/Hook/ManualLogEntryBeforePublishHook.php",
                "size": "596\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/MarkPatrolledCompleteHook.php",
                "size": "872\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/MarkPatrolledHook.php",
                "size": "954\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MediaWikiPerformActionHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MediaWikiServicesHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MimeMagicGuessFromContentHook.php",
                "size": "866\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MimeMagicImproveFromExtensionHook.php",
                "size": "713\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MimeMagicInitHook.php",
                "size": "930\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/export/Hook/ModifyExportQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MovePageCheckPermissionsHook.php",
                "size": "858\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/MovePageIsValidMoveHook.php",
                "size": "717\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/title/Hook/NamespaceIsMovableHook.php",
                "size": "795\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/NewPagesLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/OldChangesListRecentChangesLineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OpenSearchUrlsHook.php",
                "size": "659\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/OtherAutoblockLogLinkHook.php",
                "size": "709\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/OtherBlockLogLinkHook.php",
                "size": "805\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OutputPageAfterGetHeadLinksArrayHook.php",
                "size": "758\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OutputPageBeforeHTMLHook.php",
                "size": "719\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OutputPageBodyAttributesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OutputPageCheckLastModifiedHook.php",
                "size": "732\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OutputPageMakeCategoryLinksHook.php",
                "size": "999\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/OutputPageParserOutputHook.php",
                "size": "679\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/PageHistoryBeforeListHook.php",
                "size": "670\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/PageHistoryLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/PageHistoryPager__doBatchLookupsHook.php",
                "size": "914\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/PageHistoryPager__getQueryInfoHook.php",
                "size": "720\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/PageMoveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/PageMoveCompletingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/PageRenderingHashHook.php",
                "size": "887\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserAfterParseHook.php",
                "size": "700\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserAfterTidyHook.php",
                "size": "605\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserBeforeInternalParseHook.php",
                "size": "702\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserBeforePreprocessHook.php",
                "size": "676\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserCacheSaveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserClearStateHook.php",
                "size": "553\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserClonedHook.php",
                "size": "531\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserFetchTemplateDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserFirstCallInitHook.php",
                "size": "578\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserGetVariableValueSwitchHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserGetVariableValueTsHook.php",
                "size": "690\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserLimitReportFormatHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserLimitReportPrepareHook.php",
                "size": "839\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserLogLinterDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserMakeImageParamsHook.php",
                "size": "873\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserModifyImageHTML.php",
                "size": "970\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserOptionsRegisterHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserOutputPostCacheTransformHook.php",
                "size": "797\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserPreSaveTransformCompleteHook.php",
                "size": "759\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/ParserSectionCreateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ParserTestGlobalsHook.php",
                "size": "664\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ParserTestTablesHook.php",
                "size": "702\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/password/Hook/PasswordPoliciesForUserHook.php",
                "size": "688\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/PostLoginRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/PreferencesGetLegendHook.php",
                "size": "790\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/PrefsEmailAuditHook.php",
                "size": "686\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ProtectionForm__buildFormHook.php",
                "size": "770\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ProtectionForm__saveHook.php",
                "size": "861\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ProtectionForm__showLogExtractHook.php",
                "size": "713\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/ProtectionFormAddFormFieldsHook.php",
                "size": "526\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/RandomPageQueryHook.php",
                "size": "732\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/RawPageViewBeforeOutputHook.php",
                "size": "632\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/jobqueue/jobs/Hook/RecentChangesPurgeRowsHook.php",
                "size": "699\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/changes/Hook/RecentChange_saveHook.php",
                "size": "611\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/parser/Hook/RejectParserCacheValueHook.php",
                "size": "936\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/context/Hook/RequestContextCreateSkinHook.php",
                "size": "906\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/SelfLinkBeginHook.php",
                "size": "858\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/SendWatchlistEmailNotificationHook.php",
                "size": "802\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/SetupAfterCacheHook.php",
                "size": "481\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/ShortPagesQueryHook.php",
                "size": "735\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SidebarBeforeOutputHook.php",
                "size": "771\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SiteNoticeAfterHook.php",
                "size": "668\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SiteNoticeBeforeHook.php",
                "size": "760\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinAddFooterLinksHook.php",
                "size": "911\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinAfterBottomScriptsHook.php",
                "size": "674\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinAfterContentHook.php",
                "size": "716\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinBuildSidebarHook.php",
                "size": "612\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinCopyrightFooterHook.php",
                "size": "898\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinEditSectionLinksHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinPreloadExistenceHook.php",
                "size": "631\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinSubPageSubtitleHook.php",
                "size": "848\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinTemplateGetLanguageLinkHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinTemplateNavigationHook.php",
                "size": "962\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinTemplateNavigation__SpecialPageHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinTemplateNavigation__UniversalHook.php",
                "size": "848\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/PersonalUrlsHook.php",
                "size": "972\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SoftwareInfoHook.php",
                "size": "636\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialBlockModifyFormFieldsHook.php",
                "size": "651\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialContributionsBeforeMainOutputHook.php",
                "size": "837\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialContributions__formatRow__flagsHook.php",
                "size": "847\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialExportGetExtraPagesHook.php",
                "size": "701\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialContributions__getForm__filtersHook.php",
                "size": "834\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialListusersDefaultQueryHook.php",
                "size": "675\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialListusersFormatRowHook.php",
                "size": "688\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialListusersHeaderFormHook.php",
                "size": "660\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialListusersHeaderHook.php",
                "size": "647\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialListusersQueryInfoHook.php",
                "size": "662\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialLogAddLogSearchRelationsHook.php",
                "size": "763\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialMovepageAfterMoveHook.php",
                "size": "637\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialMuteModifyFormFieldsHook.php",
                "size": "678\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialMuteSubmitHook.php",
                "size": "632\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialNewpagesConditionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialNewPagesFiltersHook.php",
                "size": "814\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialRandomGetRandomTitleHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialRecentChangesPanelHook.php",
                "size": "689\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialResetTokensTokensHook.php",
                "size": "712\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchCreateLinkHook.php",
                "size": "696\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchGoResultHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchNogomatchHook.php",
                "size": "794\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchProfilesHook.php",
                "size": "550\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchResultsAppendHook.php",
                "size": "811\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchResultsHook.php",
                "size": "732\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchResultsPrependHook.php",
                "size": "894\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialSearchSetupEngineHook.php",
                "size": "686\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialStatsAddExtraHook.php",
                "size": "983\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialTrackingCategories__generateCatLinkHook.php",
                "size": "869\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialTrackingCategories__preprocessHook.php",
                "size": "836\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialUploadCompleteHook.php",
                "size": "571\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialVersionVersionUrlHook.php",
                "size": "655\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/SpecialWatchlistGetNonRevisionTypesHook.php",
                "size": "813\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TestCanonicalRedirectHook.php",
                "size": "871\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/media/Hook/ThumbnailBeforeProduceHTMLHook.php",
                "size": "767\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TempUserCreatedRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleExistsHook.php",
                "size": "606\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleGetEditNoticesHook.php",
                "size": "778\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleGetRestrictionTypesHook.php",
                "size": "647\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleIsAlwaysKnownHook.php",
                "size": "863\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleIsMovableHook.php",
                "size": "890\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleMoveHook.php",
                "size": "826\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/TitleMoveStartingHook.php",
                "size": "675\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UnblockUserCompleteHook.php",
                "size": "710\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UnblockUserHook.php",
                "size": "786\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UndeleteForm__showHistoryHook.php",
                "size": "763\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UndeleteForm__showRevisionHook.php",
                "size": "765\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/UndeletePageToolLinksHook.php",
                "size": "789\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/UnitTestsAfterDatabaseSetupHook.php",
                "size": "776\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/UnitTestsBeforeDatabaseTeardownHook.php",
                "size": "573\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/UnitTestsListHook.php",
                "size": "697\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/UnwatchArticleCompleteHook.php",
                "size": "639\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/UnwatchArticleHook.php",
                "size": "744\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/UpdateUserMailerFormattedPageStatusHook.php",
                "size": "628\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/upload/Hook/UploadCompleteHook.php",
                "size": "625\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/upload/Hook/UploadCreateFromRequestHook.php",
                "size": "658\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UploadFormInitDescriptorHook.php",
                "size": "601\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UploadFormSourceDescriptorsHook.php",
                "size": "761\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UploadForm_BeforeProcessingHook.php",
                "size": "899\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UploadForm_getInitialPageTextHook.php",
                "size": "805\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UploadForm_initialHook.php",
                "size": "769\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/upload/Hook/UploadStashFileHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/upload/Hook/UploadVerifyFileHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/upload/Hook/UploadVerifyUploadHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/deferred/Hook/UserEditCountUpdateHook.php",
                "size": "552\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/context/Hook/UserGetLanguageObjectHook.php",
                "size": "696\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UserLoginCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UserLogoutCompleteHook.php",
                "size": "750\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/UserMailerChangeReturnPathHook.php",
                "size": "735\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/UserMailerSplitToHook.php",
                "size": "669\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/UserMailerTransformContentHook.php",
                "size": "888\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/mail/Hook/UserMailerTransformMessageHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/UsersPagerDoBatchLookupsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hook/UserToolLinksEditHook.php",
                "size": "740\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/media/Hook/ValidateExtendedMetadataCacheHook.php",
                "size": "743\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/WantedPages__getQueryInfoHook.php",
                "size": "778\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/WatchArticleCompleteHook.php",
                "size": "620\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/actions/Hook/WatchArticleHook.php",
                "size": "849\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/watcheditem/Hook/WatchedItemQueryServiceExtensionsHook.php",
                "size": "769\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/WatchlistEditorBeforeFormRenderHook.php",
                "size": "762\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/WatchlistEditorBuildRemoveLineHook.php",
                "size": "806\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/WebRequestPathInfoRouterHook.php",
                "size": "581\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Hook/WebResponseSetCookieHook.php",
                "size": "856\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specials/Hook/WhatLinksHerePropsHook.php",
                "size": "814\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/export/Hook/WikiExporter__dumpStableQueryHook.php",
                "size": "837\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/export/Hook/XmlDumpWriterOpenPageHook.php",
                "size": "769\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/export/Hook/XmlDumpWriterWriteRevisionHook.php",
                "size": "967\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php",
                "size": "827\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/interwiki/Hook/InterwikiLoadPrefixHook.php",
                "size": "929\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/LanguageGetTranslatedLanguageNamesHook.php",
                "size": "684\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Hook/Language__getMessagesFileNameHook.php",
                "size": "784\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/linker/Hook/LinkerGenerateRollbackLinkHook.php",
                "size": "991\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/linker/Hook/HtmlPageLinkRendererBeginHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/Hook/HtmlPageLinkRendererEndHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleConfirmDeleteHook.php",
                "size": "723\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleDeleteAfterSuccessHook.php",
                "size": "709\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleDeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleDeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleFromTitleHook.php",
                "size": "766\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticlePageDataAfterHook.php",
                "size": "683\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticlePageDataBeforeHook.php",
                "size": "830\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleParserOptionsHook.php",
                "size": "777\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleProtectCompleteHook.php",
                "size": "760\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleProtectHook.php",
                "size": "732\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticlePurgeHook.php",
                "size": "542\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleRevisionViewCustomHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleShowPatrolFooterHook.php",
                "size": "654\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleUndeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleViewFooterHook.php",
                "size": "646\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleViewHeaderHook.php",
                "size": "925\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ArticleViewRedirectHook.php",
                "size": "602\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/Article__MissingArticleConditionsHook.php",
                "size": "930\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/BeforeDisplayNoArticleTextHook.php",
                "size": "644\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/CategoryAfterPageAddedHook.php",
                "size": "668\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/CategoryAfterPageRemovedHook.php",
                "size": "756\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/CategoryPageViewHook.php",
                "size": "561\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/DisplayOldSubtitleHook.php",
                "size": "648\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ImageOpenShowImageInlineBeforeHook.php",
                "size": "683\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ImagePageAfterImageLinksHook.php",
                "size": "674\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ImagePageFileHistoryLineHook.php",
                "size": "817\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ImagePageFindFileHook.php",
                "size": "761\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ImagePageShowTOCHook.php",
                "size": "602\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/IsFileCacheableHook.php",
                "size": "565\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/OpportunisticLinksUpdateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/PageDeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/PageDeleteHook.php",
                "size": "1,006\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/PageDeletionDataUpdatesHook.php",
                "size": "951\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/PageUndeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/PageViewUpdatesHook.php",
                "size": "728\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/RevisionFromEditCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/RevisionUndeletedHook.php",
                "size": "699\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/RollbackCompleteHook.php",
                "size": "929\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/ShowMissingArticleHook.php",
                "size": "590\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/WikiPageDeletionUpdatesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/Hook/WikiPageFactoryHook.php",
                "size": "638\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/PermissionErrorAuditHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/GetUserPermissionsErrorsExpensiveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/GetUserPermissionsErrorsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/TitleQuickPermissionsHook.php",
                "size": "975\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/TitleReadWhitelistHook.php",
                "size": "822\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/UserCanHook.php",
                "size": "976\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/UserGetAllRightsHook.php",
                "size": "581\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/UserGetRightsHook.php",
                "size": "605\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/UserGetRightsRemoveHook.php",
                "size": "871\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/UserIsBlockedFromHook.php",
                "size": "946\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Hook/UserIsEveryoneAllowedHook.php",
                "size": "642\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/preferences/Hook/GetPreferencesHook.php",
                "size": "660\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/preferences/Hook/PreferencesFormPreSaveHook.php",
                "size": "887\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/ResourceLoader/Hook/ResourceLoaderGetConfigVarsHook.php",
                "size": "993\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/ResourceLoader/Hook/ResourceLoaderJqueryMsgModuleMagicWordsHook.php",
                "size": "920\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Rest/Hook/SearchResultProvideDescriptionHook.php",
                "size": "1,006\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Revision/Hook/ContentHandlerDefaultModelForHook.php",
                "size": "762\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Revision/Hook/RevisionRecordInsertedHook.php",
                "size": "658\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/PrefixSearchBackendHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/PrefixSearchExtractNamespaceHook.php",
                "size": "850\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchableNamespacesHook.php",
                "size": "583\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchAfterNoDirectMatchHook.php",
                "size": "766\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchGetNearMatchBeforeHook.php",
                "size": "745\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchGetNearMatchCompleteHook.php",
                "size": "679\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchGetNearMatchHook.php",
                "size": "671\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchIndexFieldsHook.php",
                "size": "718\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchResultInitFromTitleHook.php",
                "size": "706\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchResultProvideThumbnailHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SearchResultsAugmentHook.php",
                "size": "939\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/ShowSearchHitHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/ShowSearchHitTitleHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SpecialSearchPowerBoxHook.php",
                "size": "863\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/search/Hook/SpecialSearchProfileFormHook.php",
                "size": "799\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/session/Hook/SessionCheckInfoHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/Hook/SessionMetadataHook.php",
                "size": "857\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/session/Hook/UserSetCookiesHook.php",
                "size": "942\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/shell/Hook/WfShellWikiCmdHook.php",
                "size": "798\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinAfterPortletHook.php",
                "size": "646\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/skins/Hook/SkinPageReadyConfigHook.php",
                "size": "663\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/AuthChangeFormFieldsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/ChangeAuthenticationDataAuditHook.php",
                "size": "825\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/ChangesListSpecialPageQueryHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/ChangesListSpecialPageStructuredFiltersHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/RedirectSpecialArticleRedirectParamsHook.php",
                "size": "780\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/SpecialPageAfterExecuteHook.php",
                "size": "656\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/SpecialPageBeforeExecuteHook.php",
                "size": "672\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/SpecialPageBeforeFormDisplayHook.php",
                "size": "631\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/SpecialPage_initListHook.php",
                "size": "715\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/Hook/WgQueryPagesHook.php",
                "size": "771\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/ArticleEditUpdateNewTalkHook.php",
                "size": "709\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/ArticlePrepareTextForEditHook.php",
                "size": "699\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/BeforeRevertedTagUpdateHook.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/MultiContentSaveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/PageContentSaveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/PageSaveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/ParserOutputStashForEditHook.php",
                "size": "951\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Storage/Hook/RevisionDataUpdatesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/AutopromoteConditionHook.php",
                "size": "696\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/ConfirmEmailCompleteHook.php",
                "size": "588\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/EmailConfirmedHook.php",
                "size": "806\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/GetAutoPromoteGroupsHook.php",
                "size": "652\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/InvalidateEmailCompleteHook.php",
                "size": "601\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/IsValidPasswordHook.php",
                "size": "785\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/PingLimiterHook.php",
                "size": "881\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/SpecialPasswordResetOnSubmitHook.php",
                "size": "905\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserAddGroupHook.php",
                "size": "788\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserArrayFromResultHook.php",
                "size": "761\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserCanSendEmailHook.php",
                "size": "715\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserClearNewTalkNotificationHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserEffectiveGroupsHook.php",
                "size": "629\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserGetDefaultOptionsHook.php",
                "size": "905\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserGetEmailAuthenticationTimestampHook.php",
                "size": "721\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserGetEmailHook.php",
                "size": "588\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserGetReservedNamesHook.php",
                "size": "575\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserGroupsChangedHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserIsBlockedGloballyHook.php",
                "size": "761\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserIsBotHook.php",
                "size": "582\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserIsLockedHook.php",
                "size": "618\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserLoadAfterLoadFromSessionHook.php",
                "size": "658\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserLoadDefaultsHook.php",
                "size": "556\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserLoadFromDatabaseHook.php",
                "size": "609\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserLogoutHook.php",
                "size": "532\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserPrivilegedGroupsHook.php",
                "size": "748\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserRemoveGroupHook.php",
                "size": "665\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserSaveSettingsHook.php",
                "size": "737\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserSendConfirmationMailHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserSetEmailAuthenticationTimestampHook.php",
                "size": "730\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/UserSetEmailHook.php",
                "size": "596\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Hook/User__mailPasswordInternalHook.php",
                "size": "806\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Options/Hook/LoadUserOptionsHook.php",
                "size": "668\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/user/Options/Hook/SaveUserOptionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/scoped-callback/src/ScopedCallback.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/HookContainer/DeprecatedHooks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/HookContainer/GlobalHookRegistry.php",
                "size": "830\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/HookContainer/HookRegistry.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/HookContainer/HookContainer.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/services/src/SalvageableService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/object-factory/src/ObjectFactory.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/config/ConfigFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/utils/UrlUtils.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/context/RequestContext.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/wiki/includes/context/IContextSource.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/MessageLocalizer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/CsrfTokenSetProvider.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/context/MutableContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/filebackend/fsfile/TempFSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/filebackend/fsfile/FSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/debug/logger/LoggerFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/debug/logger/LegacySpi.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/debug/logger/Spi.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/debug/logger/LegacyLogger.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/vendor/psr/log/Psr/Log/LogLevel.php",
                "size": "336\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/ip-utils/src/IPUtils.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/includes/Hooks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/utfnormal/src/Validator.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/utfnormal/src/Constants.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Bootstrap/src/BootstrapManager.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Bootstrap/src/Definition/V4ModuleDefinition.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Bootstrap/src/Definition/ModuleDefinition.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Bootstrap/src/Hooks/SetupAfterCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/PHPSessionHandler.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionManager.php",
                "size": "36 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionManagerInterface.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/stats/BufferingStatsdDataFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/CachedBagOStuff.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/HashBagOStuff.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/Message/MessageFormatterFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/Message/IMessageFormatterFactory.php",
                "size": "393\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/language/Message.php",
                "size": "43 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/MessageSpecifier.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserNameUtils.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserRigorOptions.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/config/ServiceOptions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LanguageFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LocalisationCache.php",
                "size": "35 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LCStoreCDB.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LCStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LanguageNameUtils.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LanguageFallback.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LanguageConverterFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/MapCacheLRU.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/title/MediaWikiTitleCodec.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/wiki/includes/title/TitleFormatter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/title/TitleParser.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Title.php",
                "size": "125 KB"
            },
            {
                "name": "/var/www/wiki/includes/debug/DeprecationHelper.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/dao/WikiAwareEntityTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/LinkTarget.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/PageIdentity.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/PageReference.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/dao/WikiAwareEntity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/dao/IDBAccessObject.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/cdb/src/Reader.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/cdb/src/Reader/PHP.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/cdb/src/Util.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/dependency/FileDependency.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/dependency/CacheDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/dependency/GlobalDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/dependency/MainConfigDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/dependency/ConstantDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/json/FormatJson.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/assert/src/Assert.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/languages/LanguageZh_hans.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/Language.php",
                "size": "158 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/wancache/WANObjectCache.php",
                "size": "132 KB"
            },
            {
                "name": "/var/www/wiki/includes/db/MWLBFactory.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/wiki/includes/ConfiguredReadOnlyMode.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/request-timeout/src/RequestTimeout.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/request-timeout/src/Detail/BasicRequestTimeout.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/request-timeout/src/CriticalSectionProvider.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/database/DatabaseFactory.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/profiler/Profiler.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/profiler/ProfilerStub.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/TransactionProfiler.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/lbfactory/LBFactorySimple.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/lbfactory/LBFactory.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/lbfactory/ILBFactory.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/ChronologyProtector.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/loadbalancer/LoadBalancer.php",
                "size": "83 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/loadbalancer/ILoadBalancerForOwner.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/cache/GenderCache.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/DefaultOptionsLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserOptionsLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/interwiki/ClassicInterwikiLookup.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/interwiki/InterwikiLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Message/TextFormatter.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/Message/ITextFormatter.php",
                "size": "909\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Message/Converter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/TempUser/RealTempUserConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/TempUser/TempUserConfig.php",
                "size": "948\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/php-session-serializer/src/Wikimedia/PhpSessionSerializer.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/CookieSessionProvider.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionProvider.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionProviderInterface.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionInfo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/GrantsInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/BotPasswordSessionProvider.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/ImmutableSessionProviderWithCookie.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/utils/MWCryptRand.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionId.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/SessionBackend.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/User.php",
                "size": "107 KB"
            },
            {
                "name": "/var/www/wiki/includes/HookContainer/ProtectedHookAccessorTrait.php",
                "size": "926\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/Authority.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserIdentity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/mail/UserEmailContact.php",
                "size": "656\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/session/Session.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/wiki/includes/MWTimestamp.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/vendor/wikimedia/timestamp/src/ConvertibleTimestamp.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/includes/WebResponse.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/session/Token.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/StubGlobalUser.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/StubObject.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/StubUserLang.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/OutputPage.php",
                "size": "135 KB"
            },
            {
                "name": "/var/www/wiki/includes/context/ContextSource.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/ResourceLoader/Module.php",
                "size": "35 KB"
            },
            {
                "name": "/var/www/wiki/includes/ContentSecurityPolicy.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/wiki/includes/Pingback.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/deferred/DeferredUpdates.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/wiki/includes/deferred/MWCallableUpdate.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/deferred/DeferrableUpdate.php",
                "size": "292\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/DeferrableCallback.php",
                "size": "227\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/TransactionRoundAwareUpdate.php",
                "size": "602\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/deferred/DeferredUpdatesScopeStack.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/deferred/DeferredUpdatesScope.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/ProxyLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiMain.php",
                "size": "71 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiBase.php",
                "size": "64 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiBlockInfoTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/ParamValidator.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/IntegerDef.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/NumericDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Validator/SubmoduleDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/EnumDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/ParamValidator/TypeDef/NamespaceDef.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/StringDef.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/context/DerivativeContext.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiHookRunner.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIAfterExecuteHook.php",
                "size": "591\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiCheckCanExecuteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiDeprecationHelpHook.php",
                "size": "676\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiFeedContributions__feedItemHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiFormatHighlightHook.php",
                "size": "773\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIGetAllowedParamsHook.php",
                "size": "671\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIGetDescriptionMessagesHook.php",
                "size": "598\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIGetParamDescriptionMessagesHook.php",
                "size": "625\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIHelpModifyOutputHook.php",
                "size": "870\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiMain__moduleManagerHook.php",
                "size": "720\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiMain__onExceptionHook.php",
                "size": "742\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiMakeParserOptionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiMaxLagInfoHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiOpenSearchSuggestHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiOptionsHook.php",
                "size": "932\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiParseMakeOutputPageHook.php",
                "size": "781\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIQueryAfterExecuteHook.php",
                "size": "618\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQueryBaseAfterQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQueryBaseBeforeQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQueryBaseProcessRowHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIQueryGeneratorAfterExecuteHook.php",
                "size": "723\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php",
                "size": "704\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/APIQuerySiteInfoStatisticsInfoHook.php",
                "size": "616\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQueryTokensRegisterTypesHook.php",
                "size": "795\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQueryWatchlistExtractOutputDataHook.php",
                "size": "846\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php",
                "size": "966\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiQuery__moduleManagerHook.php",
                "size": "730\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiRsdServiceApisHook.php",
                "size": "780\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/ApiValidatePasswordHook.php",
                "size": "593\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Hook/RequestHasSameOriginSecurityHook.php",
                "size": "768\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/Validator/ApiParamValidator.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/Validator/ApiParamValidatorCallbacks.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/Callbacks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiResult.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiSerializable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiErrorFormatter_BackCompat.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiErrorFormatter.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/languages/LanguageEn.php",
                "size": "881\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiModuleManager.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/ParamValidator/TypeDef/UserDef.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/ActorStoreFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/ActorStore.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserIdentityLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/ActorNormalization.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/ActorCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/PresenceBooleanDef.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserFactory.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiParamInfo.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/export/WikiExporterFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Revision/RevisionStoreFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/BlobStoreFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/externalstore/ExternalStoreAccess.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/externalstore/ExternalStoreFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/NameTableStoreFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/Revision/SlotRoleRegistry.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/NameTableStore.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/utils/IExpiringStore.php",
                "size": "351\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/content/ContentHandlerFactory.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/IContentHandlerFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/TitleFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/CommentStore.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/wiki/includes/ActorMigration.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/ActorMigrationBase.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/PageStoreFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/PageStore.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/PageLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/cache/LinkCache.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/Revision/RevisionStore.php",
                "size": "106 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/LegacyArticleIdAccess.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Revision/RevisionFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/Revision/RevisionLookup.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/SqlBlobStore.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/includes/Storage/BlobStore.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQuery.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiPageSet.php",
                "size": "52 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/LanguageConverter.php",
                "size": "40 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/ILanguageConverter.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/cache/LinkBatchFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/LinksMigration.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/LinkTargetStore.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/LinkTargetLookup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/TrivialLanguageConverter.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/SpecialPageFactory.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/WikiPageFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiFormatJson.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiFormatBase.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserOptionsManager.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/wiki/includes/skins/Skin.php",
                "size": "83 KB"
            },
            {
                "name": "/var/www/wiki/includes/skins/SkinFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/Hooks.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/ResourceLoader/Hook/ResourceLoaderRegisterModulesHook.php",
                "size": "732\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/GadgetRepo.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/MediaWikiGadgetsDefinitionRepo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/Gadget.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Entity/StatsdDataInterface.php",
                "size": "726\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllCategories.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryGeneratorBase.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryBase.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryBlockInfoTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Parser.php",
                "size": "207 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/ParserFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/MagicWordFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/LinkRendererFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/BadFileLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/RepoGroup.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/mime/MimeAnalyzer.php",
                "size": "36 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/mime/MimeMap.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/tidy/RemexDriver.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/tidy/TidyDriverBase.php",
                "size": "903\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/http/HttpRequestFactory.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/TrackingCategories.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/preferences/SignatureValidatorFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/preferences/SignatureValidator.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/Renderer/ContentRenderer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/Transform/ContentTransformer.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllDeletedRevisions.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryRevisionsBase.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllLinks.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/GroupPermissionsLookup.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllImages.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/LocalRepo.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/wiki/includes/filerepo/FileRepo.php",
                "size": "60 KB"
            },
            {
                "name": "/var/www/wiki/includes/filebackend/FileBackendGroup.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/filebackend/lockmanager/LockManagerGroupFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/filebackend/fsfile/TempFSFileFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/filebackend/lockmanager/LockManagerGroup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/lockmanager/FSLockManager.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/lockmanager/LockManager.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/filebackend/FSFileBackend.php",
                "size": "35 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/filebackend/FileBackendStore.php",
                "size": "69 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/filebackend/FileBackend.php",
                "size": "63 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/objectcache/EmptyBagOStuff.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/language/MessageCache.php",
                "size": "52 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllMessages.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/RestrictionStore.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllPages.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllRevisions.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserGroupManagerFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserGroupManager.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/UserEditTracker.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/jobqueue/JobQueueGroupFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/uuid/GlobalIdGenerator.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/wiki/includes/jobqueue/JobQueueGroup.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/includes/ReadOnlyMode.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAllUsers.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/auth/AuthManager.php",
                "size": "91 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/BlockManager.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/PermissionManager.php",
                "size": "60 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/BlockErrorFormatter.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/cache/UserCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/RedirectStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/page/RedirectLookup.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/actions/ActionFactory.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/watchlist/WatchlistManager.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/TalkPageNotificationManager.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/watcheditem/WatchedItemStore.php",
                "size": "52 KB"
            },
            {
                "name": "/var/www/wiki/includes/watcheditem/WatchedItemStoreInterface.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/stats/StatsdAwareInterface.php",
                "size": "435\u5b57\u8282"
            },
            {
                "name": "/var/www/wiki/includes/objectcache/SqlBagOStuff.php",
                "size": "61 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/BotPasswordStore.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/CentralId/CentralIdLookupFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/CentralId/LocalIdLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/user/CentralId/CentralIdLookup.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryAuthManagerInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryBacklinks.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/BlockActionInfo.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/BlockRestrictionStoreFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/BlockRestrictionStore.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/Restriction/PageRestriction.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/Restriction/AbstractRestriction.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/Restriction/Restriction.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/Restriction/NamespaceRestriction.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/block/Restriction/ActionRestriction.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryBlocks.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryCategories.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryCategoryInfo.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/collation/CollationFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryCategoryMembers.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/collation/UppercaseCollation.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/collation/Collation.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryContributors.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryDeletedRevisions.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/CommentFormatter/CommentParserFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/linker/LinkRenderer.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/CommentFormatter/RowCommentFormatter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/CommentFormatter/CommentFormatter.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryDeletedrevs.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryDuplicateFiles.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryExternalLinks.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryExtLinksUsage.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryFilearchive.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryFileRepoInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryBacklinksprop.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/Api/ApiQueryGadgetCategories.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/Api/ApiQueryGadgets.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryImageInfo.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryImages.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryInfo.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryIWBacklinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryIWLinks.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryLangBacklinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryLangLinks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryLanguageinfo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryLinks.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryLogEvents.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryMyStashedFiles.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryPagePropNames.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/PageProps.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryPageProps.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryPagesWithProp.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/SearchEngineConfig.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/SearchEngineFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryPrefixSearch.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/SearchApi.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryProtectedTitles.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryQueryPage.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/QueryPage.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/wiki/includes/specialpage/SpecialPage.php",
                "size": "34 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/SpecialMediaStatistics.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryRandom.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryRecentChanges.php",
                "size": "25 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryRevisions.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQuerySearch.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Preprocessor.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Preprocessor_Hash.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/CoreParserFunctions.php",
                "size": "47 KB"
            },
            {
                "name": "/var/www/wiki/includes/MagicWord.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/CoreTagHooks.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/extensions/RandomSelection/src/RandomSelection.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/MagicWordArray.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/extensions/SimpleMathJax/SimpleMathJaxHooks.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/extensions/TemplateData/includes/Hooks.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Cite/src/Hooks/CiteParserHooks.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/extensions/ParserFunctions/includes/Hooks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Cite/src/Hooks/CiteParserTagHooks.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/extensions/ParserFunctions/includes/ParserFunctions.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQuerySiteinfo.php",
                "size": "34 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryStashImageInfo.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryTags.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryTokens.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryUserContribs.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryUserInfo.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryUsers.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/wiki/includes/watcheditem/WatchedItemQueryService.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryWatchlist.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiQueryWatchlistRaw.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/specials/SpecialVersion.php",
                "size": "36 KB"
            },
            {
                "name": "/var/www/wiki/includes/title/TitleValue.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiHelpParamValueMessage.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/LimitDef.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/Permissions/UserAuthority.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Scribunto/includes/ScribuntoContentHandler.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/CodeContentHandler.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/TextContentHandler.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/ContentHandler.php",
                "size": "61 KB"
            },
            {
                "name": "/var/www/wiki/extensions/Gadgets/includes/Content/GadgetDefinitionContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/JsonContentHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/WikitextContentHandler.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/JavaScriptContentHandler.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/CssContentHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/content/FallbackContentHandler.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/ParamValidator/TypeDef/TimestampDef.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/api/ApiAuthManagerHelper.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/wiki/includes/parser/Sanitizer.php",
                "size": "60 KB"
            },
            {
                "name": "/var/www/wiki/includes/ParamValidator/TypeDef/TitleDef.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/wiki/includes/logging/LogPage.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/SearchEngine.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/SearchSqlite.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/wiki/includes/search/SearchDatabase.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/database/DBConnRef.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/wiki/includes/libs/rdbms/database/IMaintainableDatabase.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/wiki/includes/changes/RecentChange.php",
                "size": "40 KB"
            },
            {
                "name": "/var/www/wiki/includes/changetags/Taggable.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/wiki/includes/GitInfo.php",
                "size": "13 KB"
            }
        ]
    }
}