系統介面

前往: 導覽搜尋

這裡列出所有可定製的系統介面。

搜尋
依修改狀況搜尋:    
第一頁
最末頁
名稱 預設的訊息文字
目前的訊息文字
apihelp-move-param-movesubpages (對話) (翻譯) 如果適用,則重新命名子頁面。
apihelp-move-param-movetalk (對話) (翻譯) 重命名讨论页,如果存在。
apihelp-move-param-noredirect (對話) (翻譯) 不要建立重新導向。
apihelp-move-param-reason (對話) (翻譯) 重新命名的原因。
apihelp-move-param-to (對話) (翻譯) 將本頁面的標題重新命名為
apihelp-move-param-unwatch (對話) (翻譯) 从当前用户的监视列表中移除页面及重定向。
apihelp-move-param-watch (對話) (翻譯) 将页面和重定向加入至当前用户的监视列表中。
apihelp-move-param-watchlist (對話) (翻譯) 无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。
apihelp-no-such-module (對話) (翻譯) 查無模組 "$1"。
apihelp-none-description (對話) (翻譯) 不輸出。
apihelp-opensearch-description (對話) (翻譯) 使用 OpenSearch 協定搜尋本 wiki。
apihelp-opensearch-example-te (對話) (翻譯) 查找以<kbd>Te</kbd>开头的页面。
apihelp-opensearch-param-format (對話) (翻譯) 輸出的格式。
apihelp-opensearch-param-limit (對話) (翻譯) 回傳的結果數量上限。
apihelp-opensearch-param-namespace (對話) (翻譯) 搜尋的命名空間。
apihelp-opensearch-param-redirects (對話) (翻譯) 如何处理重定向: ;return:返回重定向本身。 ;resolve:返回目标页面。可能返回少于$1limit个结果。 由于历史原因,$1format=json默认为"return",其他格式默认为"resolve"。
apihelp-opensearch-param-suggest (對話) (翻譯) 如果<var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>设置为false则不做任何事情。
apihelp-opensearch-param-warningsaserror (對話) (翻譯) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (對話) (翻譯) 更改当前用户的偏好设置。 只有注册在核心或者已安装扩展中的选项,或者具有"userjs-"键值前缀(旨在被用户脚本使用)的选项可被设置。
apihelp-options-example-change (對話) (翻譯) 更改<kbd>skin</kbd>和<kbd>hideminor</kbd>设置。
apihelp-options-example-complex (對話) (翻譯) 重置所有设置,然后设置<kbd>皮肤</kbd>和<kbd>昵称</kbd>。
apihelp-options-example-reset (對話) (翻譯) 重設所有偏好設定
apihelp-options-param-change (對話) (翻譯) 更改列表,以name=value格式化(例如skin=vector)。值不能包含管道字符。如果没提供值(甚至没有等号),例如optionname|otheroption|...,选项将重置为默认值。
apihelp-options-param-optionname (對話) (翻譯) 应设置为由<var>$1optionvalue</var>提供值的选项名称。
apihelp-options-param-optionvalue (對話) (翻譯) 使用<var>$1选项名</var>指定的选项值中,可以包含管道字符
apihelp-options-param-reset (對話) (翻譯) 重置偏好设置到网站默认设置。
apihelp-options-param-resetkinds (對話) (翻譯) 当<var>$1reset</var>选项被设置时,要重置的选项类型列表。
apihelp-paraminfo-description (對話) (翻譯) 获取关于 API 模块的信息。
apihelp-paraminfo-example-1 (對話) (翻譯) 显示<kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>、<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>、<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>和<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>的信息。
apihelp-paraminfo-param-formatmodules (對話) (翻譯) 格式模块名称(<var>format</var>参数的值)的列表。也可使用<var>$1modules</var>。
apihelp-paraminfo-param-helpformat (對話) (翻譯) 帮助字符串的格式。
apihelp-paraminfo-param-mainmodule (對話) (翻譯) 获得有关主要(最高级)模块的信息。也可使用<kbd>$1modules=main</kbd>。
apihelp-paraminfo-param-modules (對話) (翻譯) 模块名称(<var>action</var>和<var>format</var>参数值,或<kbd>main</kbd>)的列表。可通过<kbd>+</kbd>指定子模块。
apihelp-paraminfo-param-pagesetmodule (對話) (翻譯) 获得有关页面设置模块(提供titles=和朋友)的信息。
apihelp-paraminfo-param-querymodules (對話) (翻譯) 查询模块名称(<var>prop</var>、<var>meta</var>或<var>list</var>参数值)的列表。使用<kbd>$1modules=query+foo</kbd>而不是<kbd>$1querymodules=foo</kbd>。
apihelp-parse-description (對話) (翻譯) 解析内容并返回解析器输出。 参见<kbd>[[Special:ApiHelp/query|action=query]]</kbd>的各种prop-module以从页面的当前版本获得信息。 这里有几种方法可以指定解析的文本: # 指定一个页面或修订,使用<var>$1page</var>、<var>$1pageid</var>或<var>$1oldid</var>。 # 明确指定内容,使用<var>$1text</var>、<var>$1title</var>和<var>$1contentmodel</var>。 # 只指定一段摘要解析。<var>$1prop</var>应提供一个空值。
apihelp-parse-example-page (對話) (翻譯) 解析一个页面。
apihelp-parse-example-summary (對話) (翻譯) 解析一个摘要。
apihelp-parse-example-text (對話) (翻譯) 解析wiki文本。
apihelp-parse-example-texttitle (對話) (翻譯) 解析维基文本,指定页面标题。
apihelp-parse-param-contentformat (對話) (翻譯) Content serialization format used for the input text. Only valid when used with $1text.
apihelp-parse-param-contentmodel (對話) (翻譯) Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.
apihelp-parse-param-disableeditsection (對話) (翻譯) 从解析器输出中禁用编辑段落链接。
apihelp-parse-param-disablepp (對話) (翻譯) 从解析器输出中禁用PP报告。
apihelp-parse-param-disabletoc (對話) (翻譯) 在输出中禁用目录。
apihelp-parse-param-generatexml (對話) (翻譯) 生成XML解析树(需要内容模型<code>$1</code>)。
apihelp-parse-param-oldid (對話) (翻譯) 解析该修订版本的内容。覆盖<var>$1page</var>和<var>$1pageid</var>。
apihelp-parse-param-onlypst (對話) (翻譯) Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.
第一頁
最末頁