系统消息
跳到导航
跳到搜索
此处列出了MediaWiki名字空间下的所有有效系统消息。如果想为MediaWiki的本地化贡献翻译,请访问MediaWiki本地化和translatewiki.net。
名称 | 默认信息文字 |
---|---|
当前信息文字 | |
apihelp-echomarkread-example-2 (讨论) (翻译) | 标记所有通知为已读 |
apihelp-echomarkread-example-3 (讨论) (翻译) | 标记通知1为未读 |
apihelp-echomarkread-param-all (讨论) (翻译) | 如果设置,标记一位用户的所有通知为已读。 |
apihelp-echomarkread-param-list (讨论) (翻译) | 要标记已读的通知ID列表。 |
apihelp-echomarkread-param-sections (讨论) (翻译) | 要标记为已读的部分列表。 |
apihelp-echomarkread-param-unreadlist (讨论) (翻译) | 要标记未读的通知ID列表。 |
apihelp-echomarkread-param-wikis (讨论) (翻译) | List of wikis to mark notification as read (defaults to only current wiki). |
apihelp-echomarkread-summary (讨论) (翻译) | 对当前用户标记通知为已读。 |
apihelp-echomarkseen-description (讨论) (翻译) | 对当前用户标记通知为已读。 |
apihelp-echomarkseen-example-1 (讨论) (翻译) | 标记所有类型的通知为已读 |
apihelp-echomarkseen-param-timestampFormat (讨论) (翻译) | 用于输出的时间戳格式,“ISO_8601”或“MW”。“MW”在此被弃用,因此所有客户端应切换为“ISO_8601”。此参数将被移除,且“ISO_8601”将成为唯一的输出格式。 |
apihelp-echomarkseen-param-type (讨论) (翻译) | 要标记为已读的通知类型:“alert”、“message”或“all”。 |
apihelp-echomarkseen-summary (讨论) (翻译) | 对当前用户标记通知为已读。 |
apihelp-echomute-description (讨论) (翻译) | Mute or unmute notifications from certain users or pages. |
apihelp-echomute-param-mute (讨论) (翻译) | Pages or users to add to the mute list |
apihelp-echomute-param-type (讨论) (翻译) | Which mute list to add to or remove from |
apihelp-echomute-param-unmute (讨论) (翻译) | Pages or users to remove from the mute list |
apihelp-echomute-summary (讨论) (翻译) | Mute or unmute notifications from certain users or pages. |
apihelp-echopushsubscriptions+create-example (讨论) (翻译) | Register a push subscription for the current user. |
apihelp-echopushsubscriptions+create-param-provider (讨论) (翻译) | The push service provider for which to register a token. |
apihelp-echopushsubscriptions+create-param-providertoken (讨论) (翻译) | The token to register. |
apihelp-echopushsubscriptions+create-summary (讨论) (翻译) | Register push subscriptions for the current user. |
apihelp-echopushsubscriptions+delete-example (讨论) (翻译) | Unregister a push subscription for the current user. |
apihelp-echopushsubscriptions+delete-param-providertoken (讨论) (翻译) | The token associated with the push subscription to unregister. |
apihelp-echopushsubscriptions+delete-summary (讨论) (翻译) | Unegister push subscriptions for the current user. |
apihelp-echopushsubscriptions-param-command (讨论) (翻译) | Action to perform. |
apihelp-echopushsubscriptions-summary (讨论) (翻译) | Manage push subscriptions for the current user. |
apihelp-edit-example-edit (讨论) (翻译) | 编辑一个页面。 |
apihelp-edit-example-prepend (讨论) (翻译) | 页面中预置<kbd>__NOTOC__</kbd>。 |
apihelp-edit-example-undo (讨论) (翻译) | 撤销修订版本13579至13585并自动填写编辑摘要。 |
apihelp-edit-param-appendtext (讨论) (翻译) | 将该文本添加到该页面的结尾。覆盖$1text。 采用$1section=new来添加一个新的章节,而不是这个参数。 |
apihelp-edit-param-baserevid (讨论) (翻译) | ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set. |
apihelp-edit-param-basetimestamp (讨论) (翻译) | 基础修订的时间戳,用于检测编辑冲突。可以通过[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]得到。 |
apihelp-edit-param-bot (讨论) (翻译) | 标记此编辑为机器人编辑。 |
apihelp-edit-param-contentformat (讨论) (翻译) | 用于输入文本的内容序列化格式。 |
apihelp-edit-param-contentmodel (讨论) (翻译) | 新内容的内容模型。 |
apihelp-edit-param-createonly (讨论) (翻译) | 不要编辑页面,如果已经存在。 |
apihelp-edit-param-md5 (讨论) (翻译) | $1text参数或$1prependtext和$1appendtext级联参数的MD5哈希值。如果设置,除非哈希值正确否则编辑无法完成。 |
apihelp-edit-param-minor (讨论) (翻译) | 将此次编辑标记为小编辑 |
apihelp-edit-param-nocreate (讨论) (翻译) | 如果该页面不存在,则抛出一个错误。 |
apihelp-edit-param-notminor (讨论) (翻译) | 不是小编辑。 |
apihelp-edit-param-pageid (讨论) (翻译) | 要编辑的页面的页面 ID。不能与<var>$1title</var>一起使用。 |
apihelp-edit-param-prependtext (讨论) (翻译) | 将该文本添加到该页面的开始。覆盖$1text。 |
apihelp-edit-param-recreate (讨论) (翻译) | 覆盖有关该页面在此期间已被删除的任何错误。 |
apihelp-edit-param-redirect (讨论) (翻译) | 自动解决重定向。 |
apihelp-edit-param-section (讨论) (翻译) | 段落数。<kbd>0</kbd>用于首段,<kbd>new</kbd>用于新的段落。 |
apihelp-edit-param-sectiontitle (讨论) (翻译) | 新段落的标题。 |
apihelp-edit-param-starttimestamp (讨论) (翻译) | 编辑过程开始的时间戳,用于检测编辑冲突。当开始编辑过程时(例如当加载要编辑的页面时)使用<var>[[Special:ApiHelp/main|curtimestamp]]</var>可能取得一个适当的值。 |
apihelp-edit-param-summary (讨论) (翻译) | 编辑摘要。当$1section=new且未设置$1sectiontitle时,还包括小节标题。 |
apihelp-edit-param-tags (讨论) (翻译) | 应用到此修订的更改标签。 |