打开主菜单

系统消息

此处列出了MediaWiki名字空间下的所有有效系统消息。 如果想为MediaWiki的本地化贡献翻译,请访问MediaWiki本地化和translatewiki.net。

过滤
按自定义状态过滤:    
首页
上一页
下一页
末页
名称 默认信息文字
当前信息文字
apihelp-query+allfileusages-paramvalue-prop-title (讨论) (翻译) 添加文件的标题。
apihelp-query+allimages-description (讨论) (翻译) 按顺序枚举所有图像。
apihelp-query+allimages-example-B (讨论) (翻译) 显示以字母<kbd>B</kbd>开始的文件列表。
apihelp-query+allimages-example-generator (讨论) (翻译) 显示有关4个以<kbd>T</kbd>开头的文件的信息。
apihelp-query+allimages-example-mimetypes (讨论) (翻译) 显示带MIME类型<kbd>image/png</kbd>或<kbd>image/gif</kbd>的文件列表
apihelp-query+allimages-example-recent (讨论) (翻译) 显示一个最近上传文件的列表,类似[[Special:NewFiles]]。
apihelp-query+allimages-param-dir (讨论) (翻译) 罗列所采用的方向。
apihelp-query+allimages-param-end (讨论) (翻译) 要列举的最终时间戳。只能与$1sort=timestamp一起使用。
apihelp-query+allimages-param-filterbots (讨论) (翻译) 如何过滤由机器人上传的文件。只能与$1sort=timestamp一起使用。不能与$1user一起使用。
apihelp-query+allimages-param-from (讨论) (翻译) 要列举的起始图片标题。只能与$1sort=name一起使用。
apihelp-query+allimages-param-limit (讨论) (翻译) 共计要返回多少图像。
apihelp-query+allimages-param-maxsize (讨论) (翻译) 限于顶多这么多字节的图像。
apihelp-query+allimages-param-mime (讨论) (翻译) 要搜索的MIME类型,例如<kbd>image/jpeg</kbd>。
apihelp-query+allimages-param-minsize (讨论) (翻译) 限于至少这么多字节的图像。
apihelp-query+allimages-param-prefix (讨论) (翻译) 搜索所有以此值开头的图像标题。只能与$1sort=name一起使用。
apihelp-query+allimages-param-sha1 (讨论) (翻译) 图像的 SHA1 哈希。覆盖$1sha1base36。
apihelp-query+allimages-param-sha1base36 (讨论) (翻译) 基于base 36的图片的SHA1哈希值(用于MediaWiki)。
apihelp-query+allimages-param-sort (讨论) (翻译) 要作为排序方式的属性。
apihelp-query+allimages-param-start (讨论) (翻译) 要列举的起始时间戳。只能与$1sort=timestamp一起使用。
apihelp-query+allimages-param-to (讨论) (翻译) 要列举的最终图片标题。只能与$1sort=name一起使用。
apihelp-query+allimages-param-user (讨论) (翻译) 只返回此用户上传的文件。只能与$1sort=timestamp一起使用。不能与$1filterbots一起使用。
apihelp-query+alllinks-description (讨论) (翻译) 列举所有指向至指定名字空间的链接。
apihelp-query+alllinks-example-B (讨论) (翻译) 列出链接的标题,包括丢失的,带它们来自的页面ID,以<kbd>B</kbd>开头。
apihelp-query+alllinks-example-generator (讨论) (翻译) 获取包含这些链接的页面。
apihelp-query+alllinks-example-unique (讨论) (翻译) 列出唯一的链接标题。
apihelp-query+alllinks-example-unique-generator (讨论) (翻译) 获取所有已链接的标题,标记缺少的。
apihelp-query+alllinks-param-dir (讨论) (翻译) 列出方向。
apihelp-query+alllinks-param-from (讨论) (翻译) 要列举的起始标题链接。
apihelp-query+alllinks-param-limit (讨论) (翻译) 总共要返回多少个项目。
apihelp-query+alllinks-param-namespace (讨论) (翻译) 要列举的名字空间。
apihelp-query+alllinks-param-prefix (讨论) (翻译) 搜索所有以此值开头的已链接标题。
apihelp-query+alllinks-param-prop (讨论) (翻译) 要包含的信息束:
apihelp-query+alllinks-param-to (讨论) (翻译) 要列举的最终标题链接。
apihelp-query+alllinks-param-unique (讨论) (翻译) 只显示明显的链接标题。不能与<kbd>$1prop=ids</kbd>一起使用。 当作为生成器使用时,产生目标页面而不是来源页面。
apihelp-query+alllinks-paramvalue-prop-ids (讨论) (翻译) 添加链接中的页面的页面ID(不能与<var>$1unique</var>一起使用)。
apihelp-query+alllinks-paramvalue-prop-title (讨论) (翻译) 添加链接的标题。
apihelp-query+allmessages-description (讨论) (翻译) 返回来自该网站的消息。
apihelp-query+allmessages-example-de (讨论) (翻译) 显示德语版的<kbd>august</kbd>和<kbd>mainpage</kbd>消息。
apihelp-query+allmessages-example-ipb (讨论) (翻译) 显示以<kbd>ipb-</kbd>开始的消息。
apihelp-query+allmessages-param-args (讨论) (翻译) 要替代进消息的参数。
apihelp-query+allmessages-param-customised (讨论) (翻译) 只返回在此定制情形下的消息。
apihelp-query+allmessages-param-enableparser (讨论) (翻译) Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).
apihelp-query+allmessages-param-filter (讨论) (翻译) 只返回名称包含此字符串的消息。
apihelp-query+allmessages-param-from (讨论) (翻译) 从此消息开始返回消息。
apihelp-query+allmessages-param-includelocal (讨论) (翻译) Also include local messages, i.e. messages that don't exist in the software but do exist as a MediaWiki: page. This lists all MediaWiki: pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]].
apihelp-query+allmessages-param-lang (讨论) (翻译) 返回这种语言的信息。
apihelp-query+allmessages-param-messages (讨论) (翻译) 要输出的消息。<kbd>*</kbd>(默认)表示所有消息。
apihelp-query+allmessages-param-nocontent (讨论) (翻译) If set, do not include the content of the messages in the output.
apihelp-query+allmessages-param-prefix (讨论) (翻译) 返回带有该前缀的消息。
apihelp-query+allmessages-param-prop (讨论) (翻译) 要获取的属性。
首页
上一页
下一页
末页
  • JsRobot

    • 移动版
    • 桌面版
  • 隐私