系統訊息

前往: 導覽搜尋

此處列出所有在 MediaWiki 命名空間中系統訊息。 若您想參與官方的 MediaWiki 在地化,請參考 MediaWiki 在地化translatewiki.net

搜尋
依修改狀況搜尋:    
第一頁
最末頁
名稱 預設的訊息文字
目前的訊息文字
api-format-prettyprint-header (對話) (翻譯) 这是$1格式的HTML表示。HTML对调试很有用,但不适合应用程序使用。 指定<var>format</var>参数以更改输出格式。要查看$1格式的非HTML表示,设置<kbd>format=$2</kbd>。 参见[[mw:API|完整文档]],或[[Special:ApiHelp/main|API 帮助]]以获取更多信息。
api-format-prettyprint-header-only-html (對話) (翻譯) 这是用来调试的HTML表现,不适合实际使用。 参见[[mw:API|完整文档]],或[[Special:ApiHelp/main|API帮助]]以获取更多信息。
api-format-title (對話) (翻譯) MediaWiki API 結果
api-help-authmanager-general-usage (對話) (翻譯) The general procedure to use this module is: # Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]. # Present the fields to the user, and obtain their submission. # Post to this module, supplying <var>$1returnurl</var> and any relevant fields. # Check the <samp>status</samp> in the response. #* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you're done. The operation either succeeded or it didn't. #* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4. #* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4. #* If you received <samp>RESTART</samp>, that means the authentication worked but we don't have an linked user account. You might treat this as UI or as FAIL.
api-help-authmanagerhelper-additional-params (對話) (翻譯) This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.
api-help-authmanagerhelper-continue (對話) (翻譯) This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.
api-help-authmanagerhelper-mergerequestfields (對話) (翻譯) Merge field information for all authentication requests into one array.
api-help-authmanagerhelper-messageformat (對話) (翻譯) Format to use for returning messages.
api-help-authmanagerhelper-preservestate (對話) (翻譯) Preserve state from a previous failed login attempt, if possible.
api-help-authmanagerhelper-request (對話) (翻譯) Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.
api-help-authmanagerhelper-requests (對話) (翻譯) Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.
api-help-authmanagerhelper-returnurl (對話) (翻譯) Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required. Upon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.
api-help-datatypes (對話) (翻譯) 一些在API请求中的参数类型需要更进一步解释: ;boolean :布尔参数就像HTML复选框一样工作:如果指定参数,无论何值都被认为是真。如果要假值,则可完全忽略参数。 ;timestamp :时间戳可被指定为很多格式。推荐使用ISO 8601日期和时间标准。所有时间为UTC时间,包含的任何时区会被忽略。 :* ISO 8601日期和时间,<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>(标点和<kbd>Z</kbd>是可选项) :* 带小数秒(会被忽略)的ISO 8601日期和时间,<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd>(破折号、括号和<kbd>Z</kbd>是可选的) :* MediaWiki格式,<kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd> :* 一般数字格式,<kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>(<kbd>GMT</kbd>、<kbd>+<var>##</var></kbd>或<kbd>-<var>##</var></kbd>的可选时区会被忽略) :* EXIF格式,<kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> :* RFC 2822格式(时区可能会被省略),<kbd><var>Mon</var>, <var>15</var> <var>Jan</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> :* RFC 850格式(时区可能会被省略),<kbd><var>Monday</var>, <var>15</var>-<var>Jan</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> :* C ctime格式,<kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd> :* 秒数是从1970-01-01T00:00:00Z开始,作为1到13位数的整数(除了<kbd>0</kbd>) :* 字符串<kbd>now</kbd>
api-help-datatypes-header (對話) (翻譯) 数据类型
api-help-examples (對話) (翻譯) {{PLURAL:$1|範例}}:
api-help-fallback-description (對話) (翻譯) $1
api-help-fallback-example (對話) (翻譯) $1
api-help-fallback-parameter (對話) (翻譯) $1
api-help-flag-deprecated (對話) (翻譯) 此模組已停用。
api-help-flag-generator (對話) (翻譯) 此模块可作为发生器使用。
api-help-flag-internal (對話) (翻譯) <strong>此模块是内部或不稳定的。</strong>它的操作可以更改而不另行通知。
api-help-flag-mustbeposted (對話) (翻譯) 此模組僅接受 POST 請求。
api-help-flag-readrights (對話) (翻譯) 此模組需要讀取權限。
api-help-flag-writerights (對話) (翻譯) 此模組需要寫入權限。
api-help-flags (對話) (翻譯)  
api-help-help-urls (對話) (翻譯)  
api-help-lead (對話) (翻譯) 此頁為自動產生的 MediaWiki API 說明文件頁面。 說明文件與範例:https://www.mediawiki.org/wiki/API
api-help-license (對話) (翻譯) 许可协议:[[$1|$2]]
api-help-license-noname (對話) (翻譯) 许可协议:[[$1|参见链接]]
api-help-license-unknown (對話) (翻譯) 许可协议:<span class="apihelp-unknown">未知</span>
api-help-main-header (對話) (翻譯) 主要模組
api-help-open-in-apisandbox (對話) (翻譯) <small>[在沙盒中打开]</small>
api-help-param-continue (對話) (翻譯) 当更多结果可用时,使用这个继续。
api-help-param-default (對話) (翻譯) 預設值:$1
api-help-param-default-empty (對話) (翻譯) 預設值:<span class="apihelp-empty">(空)</span>
api-help-param-deprecated (對話) (翻譯) 已停用。
api-help-param-direction (對話) (翻譯) 列举的方向: ;newer:最早的优先。注意:$1start应早于$1end。 ;older:最新的优先(默认)。注意:$1start应晚于$1end。
api-help-param-disabled-in-miser-mode (對話) (翻譯) 由于[[mw:Manual:$wgMiserMode|miser模式]]而禁用。
api-help-param-integer-max (對話) (翻譯) {{PLURAL:$1|1=數值|2=數值}}不可大於 $3。
api-help-param-integer-min (對話) (翻譯) {{PLURAL:$1|1=數值|2=數值}}不可小於 $2。
api-help-param-integer-minmax (對話) (翻譯) {{PLURAL:$1|1=數值|2=數值}}必須在 $2 與 $3 之間。
api-help-param-limit (對話) (翻譯) 不允許超過 $1。
api-help-param-limit2 (對話) (翻譯) 不允許超過 $1 (機器人為 $2)。
api-help-param-limited-in-miser-mode (對話) (翻譯) <strong>注意:</strong>由于[[mw:Manual:$wgMiserMode|miser模式]],使用这个可能导致继续前返回少于<var>$1limit</var>个结果;极端情况下可能不会返回任何结果。
api-help-param-list (對話) (翻譯) {{PLURAL:$1|1=單值|2=多值 (以 <kbd>{{!}}</kbd> 分隔)}}:$2
api-help-param-list-can-be-empty (對話) (翻譯) {{PLURAL:$1|0=必須空白|可以空白,或 $2}}
api-help-param-multi-max (對話) (翻譯) 上限值為 {{PLURAL:$1|$1}} (機器人為 {{PLURAL:$2|$2}})。
api-help-param-multi-separate (對話) (翻譯) 使用 <kbd>|</kbd> 分隔數值。
api-help-param-no-description (對話) (翻譯) <span class="apihelp-empty">(無描述)</span>
api-help-param-required (對話) (翻譯) 此參數為必填。
第一頁
最末頁