システムメッセージの一覧

移動: 案内検索

これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズtranslatewiki.net をご覧ください。

絞り込み
変更状態により絞り込む:    
最初のページ
最後のページ
名前 既定のメッセージ文
現在のメッセージ文
apihelp-import-param-fullhistory (トーク) (翻訳) For interwiki imports: import the full history, not just the current version.
apihelp-import-param-interwikipage (トーク) (翻訳) For interwiki imports: page to import.
apihelp-import-param-interwikisource (トーク) (翻訳) For interwiki imports: wiki to import from.
apihelp-import-param-namespace (トーク) (翻訳) For interwiki imports: import to this namespace.
apihelp-import-param-rootpage (トーク) (翻訳) このページの下位ページとしてインポートする。
apihelp-import-param-summary (トーク) (翻訳) Import summary.
apihelp-import-param-templates (トーク) (翻訳) For interwiki imports: import all included templates as well.
apihelp-import-param-xml (トーク) (翻訳) XMLファイルをアップロード
apihelp-json-description (トーク) (翻訳) データを JSON 形式で出力します。
apihelp-json-param-ascii (トーク) (翻訳) If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.
apihelp-json-param-callback (トーク) (翻訳) 指定すると、指定した関数呼び出しで出力をラップします。安全のため、利用者固有のデータはすべて制限されます。
apihelp-json-param-formatversion (トーク) (翻訳) Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning.
apihelp-json-param-utf8 (トーク) (翻訳) 指定すると、大部分の非 ASCII 文字 (すべてではありません) を、16 進のエスケープ シーケンスに置換する代わりに UTF-8 として符号化します。
apihelp-jsonfm-description (トーク) (翻訳) データを JSON 形式 (HTML に埋め込んだ形式) で出力します。
apihelp-login-description (トーク) (翻訳) Log in and get authentication cookies. In the event of a successful log-in, the needed cookies will be included in the HTTP response headers. In the event of a failed log-in, further attempts may be throttled to limit automated password guessing attacks.
apihelp-login-example-gettoken (トーク) (翻訳) ログイントークンを取得する。
apihelp-login-example-login (トーク) (翻訳) ログイン
apihelp-login-param-domain (トーク) (翻訳) Domain (optional).
apihelp-login-param-name (トーク) (翻訳) 利用者名。
apihelp-login-param-password (トーク) (翻訳) パスワード。
apihelp-login-param-token (トーク) (翻訳) 最初のリクエストで取得したログイントークンです。
apihelp-logout-description (トーク) (翻訳) ログアウトしてセッションデータを消去します。
apihelp-logout-example-logout (トーク) (翻訳) 現在の利用者をログアウトする。
apihelp-main-description (トーク) (翻訳) <div class="hlist plainlinks api-main-links"> * [[mw:API:Main_page|Documentation]] * [[mw:API:FAQ|FAQ]] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API Announcements] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests] </div> <strong>Status:</strong> All features shown on this page should be working, but the API is still in active development, and may change at any time. Subscribe to [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ the mediawiki-api-announce mailing list] for notice of updates. <strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key "MediaWiki-API-Error" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:API:Errors_and_warnings|API: Errors and warnings]].
apihelp-main-param-action (トーク) (翻訳) 実行する操作です。
apihelp-main-param-assert (トーク) (翻訳) <kbd>user</kbd> を設定した場合は利用者がログイン済みかどうかを、<kbd>bot</kbd> を指定した場合はボット権限があるかどうかを、それぞれ検証します。
apihelp-main-param-curtimestamp (トーク) (翻訳) 現在のタイムスタンプを結果に含めます。
apihelp-main-param-format (トーク) (翻訳) 出力する形式です。
apihelp-main-param-maxage (トーク) (翻訳) <code>max-age</code> ヘッダーにこの秒数を設定します。エラーがキャッシュされることはありません。
apihelp-main-param-maxlag (トーク) (翻訳) Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.
apihelp-main-param-origin (トーク) (翻訳) When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). This must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, an <code>Access-Control-Allow-Origin</code> header will be set.
apihelp-main-param-requestid (トーク) (翻訳) 任意の値を指定でき、その値が結果に含められます。リクエストを識別するために使用できます。
apihelp-main-param-servedby (トーク) (翻訳) リクエストを処理したホスト名を結果に含めます。
apihelp-main-param-smaxage (トーク) (翻訳) <code>s-maxage</code> ヘッダーにこの秒数を設定します。エラーがキャッシュされることはありません。
apihelp-main-param-uselang (トーク) (翻訳) メッセージの翻訳に使用する言語です。コードの一覧は <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> に <kbd>siprop=languages</kbd> を付けることで取得できます。<kbd>user</kbd> を指定することで現在の利用者の個人設定の言語を、<kbd>content</kbd> を指定することでこのウィキの本文の言語を使用することもできます。
apihelp-managetags-description (トーク) (翻訳) Perform management tasks relating to change tags.
apihelp-managetags-example-activate (トーク) (翻訳) Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-create (トーク) (翻訳) Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-deactivate (トーク) (翻訳) Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>
apihelp-managetags-example-delete (トーク) (翻訳) Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>
apihelp-managetags-param-ignorewarnings (トーク) (翻訳) Whether to ignore any warnings that are issued during the operation.
apihelp-managetags-param-operation (トーク) (翻訳) Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
apihelp-managetags-param-reason (トーク) (翻訳) An optional reason for creating, deleting, activating or deactivating the tag.
apihelp-managetags-param-tag (トーク) (翻訳) Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.
apihelp-move-description (トーク) (翻訳) ページを移動します。
apihelp-move-example-move (トーク) (翻訳) <kbd>Badtitle</kbd> を <kbd>Goodtitle</kbd> に転送ページを残さず移動
apihelp-move-param-from (トーク) (翻訳) 移動するページのページ名です。<var>$1fromid</var> とは同時に使用できません。
apihelp-move-param-fromid (トーク) (翻訳) 移動するページのページIDです。<var>$1from</var> とは同時に使用できません。
apihelp-move-param-ignorewarnings (トーク) (翻訳) あらゆる警告を無視
最初のページ
最後のページ