系统消息
跳到导航
跳到搜索
此处列出了MediaWiki名字空间下的所有有效系统消息。如果想为MediaWiki的本地化贡献翻译,请访问MediaWiki本地化和translatewiki.net。
名称 | 默认信息文字 |
---|---|
当前信息文字 | |
apihelp-checktoken-param-token (讨论) (翻译) | 要测试的令牌。 |
apihelp-checktoken-param-type (讨论) (翻译) | 已开始测试的令牌类型。 |
apihelp-checktoken-summary (讨论) (翻译) | 从<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>检查令牌有效性。 |
apihelp-clearhasmsg-example-1 (讨论) (翻译) | 清除当前用户的<code>hasmsg</code>标记。 |
apihelp-clearhasmsg-summary (讨论) (翻译) | 清除当前用户的<code>hasmsg</code>标记。 |
apihelp-clientlogin-example-login (讨论) (翻译) | 开始作为用户<kbd>Example</kbd>和密码<kbd>ExamplePassword</kbd>登录至wiki的过程。 |
apihelp-clientlogin-example-login2 (讨论) (翻译) | 在<samp>UI</samp>响应双因素验证后继续登录,补充<var>OATHToken</var> <kbd>987654</kbd>。 |
apihelp-clientlogin-summary (讨论) (翻译) | 使用交互式流登录wiki。 |
apihelp-compare-example-1 (讨论) (翻译) | 在版本1和2中创建差异。 |
apihelp-compare-extended-description (讨论) (翻译) | 必须传递“from”和“to”之间的修订版本号、页面标题、页面ID、文本或相关参考资料。 |
apihelp-compare-param-fromcontentformat (讨论) (翻译) | <var>fromtext</var>的内容序列化格式。 |
apihelp-compare-param-fromcontentformat-{slot} (讨论) (翻译) | Content serialization format of <var>fromtext-{slot}</var>. |
apihelp-compare-param-fromcontentmodel (讨论) (翻译) | <var>fromtext</var>的内容模型。如果未指定,这将基于其他参数猜想。 |
apihelp-compare-param-fromcontentmodel-{slot} (讨论) (翻译) | Content model of <var>fromtext-{slot}</var>. If not supplied, it will be guessed based on the other parameters. |
apihelp-compare-param-fromid (讨论) (翻译) | 要比较的第一个页面 ID。 |
apihelp-compare-param-frompst (讨论) (翻译) | 在<var>fromtext</var>执行预保存转变。 |
apihelp-compare-param-fromrev (讨论) (翻译) | 要比较的第一个修订版本。 |
apihelp-compare-param-fromsection (讨论) (翻译) | 只使用指定“from”内容的指定章节。 |
apihelp-compare-param-fromsection-{slot} (讨论) (翻译) | When <var>fromtext-{slot}</var> is the content of a single section, this is the section number. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit. |
apihelp-compare-param-fromslots (讨论) (翻译) | Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. This parameter specifies the slots that are to be modified. Use <var>fromtext-{slot}</var>, <var>fromcontentmodel-{slot}</var>, and <var>fromcontentformat-{slot}</var> to specify content for each slot. |
apihelp-compare-param-fromtext (讨论) (翻译) | 使用该文本而不是由<var>fromtitle</var>、<var>fromid</var>或<var>fromrev</var>指定的修订版本内容。 |
apihelp-compare-param-fromtext-{slot} (讨论) (翻译) | Text of the specified slot. If omitted, the slot is removed from the revision. |
apihelp-compare-param-fromtitle (讨论) (翻译) | 要比较的第一个标题。 |
apihelp-compare-param-prop (讨论) (翻译) | 要获取的信息束。 |
apihelp-compare-param-slots (讨论) (翻译) | Return individual diffs for these slots, rather than one combined diff for all slots. |
apihelp-compare-param-tocontentformat (讨论) (翻译) | <var>totext</var>的内容序列化格式。 |
apihelp-compare-param-tocontentformat-{slot} (讨论) (翻译) | Content serialization format of <var>totext-{slot}</var>. |
apihelp-compare-param-tocontentmodel (讨论) (翻译) | <var>totext</var>的内容模型。如果未指定,这将基于其他参数猜想。 |
apihelp-compare-param-tocontentmodel-{slot} (讨论) (翻译) | Content model of <var>totext-{slot}</var>. If not supplied, it will be guessed based on the other parameters. |
apihelp-compare-param-toid (讨论) (翻译) | 要比较的第二个页面 ID。 |
apihelp-compare-param-topst (讨论) (翻译) | 在<var>totext</var>执行预保存转换。 |
apihelp-compare-param-torelative (讨论) (翻译) | 使用与定义自<var>fromtitle</var>、<var>fromid</var>或<var>fromrev</var>的修订版本相关的修订版本。所有其他“to”的选项将被忽略。 |
apihelp-compare-param-torev (讨论) (翻译) | 要比较的第二个修订版本。 |
apihelp-compare-param-tosection (讨论) (翻译) | 只使用指定“to”内容的指定章节。 |
apihelp-compare-param-tosection-{slot} (讨论) (翻译) | When <var>totext-{slot}</var> is the content of a single section, this is the section number. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit. |
apihelp-compare-param-toslots (讨论) (翻译) | Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>. This parameter specifies the slots that are to be modified. Use <var>totext-{slot}</var>, <var>tocontentmodel-{slot}</var>, and <var>tocontentformat-{slot}</var> to specify content for each slot. |
apihelp-compare-param-totext (讨论) (翻译) | 使用该文本而不是由<var>totitle</var>、<var>toid</var>或<var>torev</var>指定的修订版本内容。 |
apihelp-compare-param-totext-{slot} (讨论) (翻译) | Text of the specified slot. If omitted, the slot is removed from the revision. |
apihelp-compare-param-totitle (讨论) (翻译) | 要比较的第二个标题。 |
apihelp-compare-paramvalue-prop-comment (讨论) (翻译) | “from”和“to”修订版本的注释。 |
apihelp-compare-paramvalue-prop-diff (讨论) (翻译) | 差异HTML。 |
apihelp-compare-paramvalue-prop-diffsize (讨论) (翻译) | 差异HTML的大小(字节)。 |
apihelp-compare-paramvalue-prop-ids (讨论) (翻译) | “from”和“to”修订版本的页面及修订ID。 |
apihelp-compare-paramvalue-prop-parsedcomment (讨论) (翻译) | “from”和“to”修订版本的已解析注释。 |
apihelp-compare-paramvalue-prop-rel (讨论) (翻译) | “from”之前及“to”之后修订版本的修订ID,如果有。 |
apihelp-compare-paramvalue-prop-size (讨论) (翻译) | “from”和“to”修订版本的大小。 |
apihelp-compare-paramvalue-prop-title (讨论) (翻译) | “from”和“to”修订版本的页面标题。 |
apihelp-compare-paramvalue-prop-user (讨论) (翻译) | “from”和“to”修订版本的用户名和ID。 |
apihelp-compare-summary (讨论) (翻译) | 获取两页面之间的差异。 |
apihelp-createaccount-example-create (讨论) (翻译) | 开始创建用户<kbd>Example</kbd>和密码<kbd>ExamplePassword</kbd>的过程。 |