系统消息

跳到导航 跳到搜索
此处列出了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讨论) (翻译 应用到此修订的更改标签。
首页上一页下一页末页