表示メッセージ一覧

これはMediaWiki名前空間にある全てのシステムメッセージの一覧です。
表示メッセージ一覧
最初のページ前のページ次のページ最後のページ
メッセージ名 既定の文章
現在の文章
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:Special:MyLanguage/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). For authenticated requests, 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 allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.
apihelp-main-param-requestid (トーク) (翻訳) 任意の値を指定でき、その値が結果に含められます。リクエストを識別するために使用できます。
apihelp-main-param-responselanginfo (トーク) (翻訳) 結果に<var>uselang</var>と<var>errorlang</var>に使用される言語を含めます。
apihelp-main-param-servedby (トーク) (翻訳) リクエストを処理したホスト名を結果に含めます。
apihelp-main-param-smaxage (トーク) (翻訳) <code>s-maxage</code>のHTTPキャッシュコントロールヘッダーをこの秒数に指定します。エラーはキャッシュされません。
apihelp-main-param-uselang (トーク) (翻訳) メッセージの翻訳に使用する言語です。<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> は言語コードの一覧を返します。<kbd>user</kbd> を指定することで現在の利用者の個人設定の言語を、<kbd>content</kbd> を指定することでこのウィキの本文の言語を使用することもできます。
apihelp-main-param-variant (トーク) (翻訳) 言語変種。基本言語が言語変種変換をサポートしている場合のみ機能します。
apihelp-main-paramvalue-errorformat-bc (トーク) (翻訳) MediaWiki 1.29より前に使われていた形式。 <var>errorlang</var> および <var>errorsuselocal</var> は無視されます。
apihelp-main-paramvalue-errorformat-html (トーク) (翻訳) HTML
apihelp-main-paramvalue-errorformat-none (トーク) (翻訳) テキスト出力なし、エラーコードのみ。
apihelp-main-paramvalue-errorformat-plaintext (トーク) (翻訳) HTMLタグを除去し、実体を置換したウィキテキスト。
apihelp-main-paramvalue-errorformat-raw (トーク) (翻訳) メッセージキーとパラメーター。
apihelp-main-paramvalue-errorformat-wikitext (トーク) (翻訳) パースされていないウィキテキスト。
apihelp-main-summary (トーク) (翻訳)  
apihelp-managetags-example-activate (トーク) (翻訳) <kbd>spam</kbd> という名前のタグを <kbd>For use in edit patrolling</kbd> という理由で有効化する
apihelp-managetags-example-create (トーク) (翻訳) <kbd>spam</kbd> という名前のタグを <kbd>For use in edit patrolling</kbd> という理由で作成する
apihelp-managetags-example-deactivate (トーク) (翻訳) <kbd>No longer required</kbd> という理由でタグ <kbd>spam</kbd> を無効化する
apihelp-managetags-example-delete (トーク) (翻訳) <kbd>vandlaism</kbd> タグを <kbd>Misspelt</kbd> という理由で削除する
apihelp-managetags-param-ignorewarnings (トーク) (翻訳) 操作中に発生したすべての警告を無視するかどうか。
apihelp-managetags-param-operation (トーク) (翻訳) 実行する操作:
apihelp-managetags-param-reason (トーク) (翻訳) タグを作成、削除、有効化、または無効化する追加の理由。
apihelp-managetags-param-tag (トーク) (翻訳) 作成、削除、有効化、または無効化するタグ。タグの作成の場合、そのタグは存在しないものでなければなりません。タグの削除の場合、そのタグが存在しなければなりません。タグの有効化の場合、そのタグが存在し、かつ拡張機能によって使用されていないものでなければなりません。タグの無効化の場合、そのタグが現在有効であって手動で定義されたものでなければなりません。
apihelp-managetags-param-tags (トーク) (翻訳) タグを変更し、タグ管理記録の項目に適用します。
apihelp-managetags-paramvalue-operation-activate (トーク) (翻訳) 変更タグを有効化し、利用者がそのタグを手動で適用できるようにします。
apihelp-managetags-paramvalue-operation-create (トーク) (翻訳) 手動適用のための新たな変更タグを作成します。
apihelp-managetags-paramvalue-operation-deactivate (トーク) (翻訳) 変更タグを無効化し、利用者がそのタグを手動で適用することができないようにします。
apihelp-managetags-paramvalue-operation-delete (トーク) (翻訳) 変更タグをデータベースから削除し、そのタグが使用されているすべての版、最近の更新項目、記録項目からそれを除去します。
apihelp-managetags-summary (トーク) (翻訳) Perform management tasks relating to change tags.
apihelp-mergehistory-example-merge (トーク) (翻訳) <kbd>Oldpage</kbd> のすべての履歴を <kbd>Newpage</kbd> に統合する。
apihelp-mergehistory-example-merge-timestamp (トーク) (翻訳) Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.
apihelp-mergehistory-param-from (トーク) (翻訳) 履歴統合元のページ名。<var>$1fromid</var> とは同時に使用できません。
apihelp-mergehistory-param-fromid (トーク) (翻訳) 履歴統合元のページ。<var>$1from</var> とは同時に使用できません。
apihelp-mergehistory-param-reason (トーク) (翻訳) 履歴の統合の理由。
apihelp-mergehistory-param-timestamp (トーク) (翻訳) Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page.
apihelp-mergehistory-param-to (トーク) (翻訳) 履歴統合先のページ名。<var>$1toid</var> とは同時に使用できません。
apihelp-mergehistory-param-toid (トーク) (翻訳) 履歴統合先のページID。<var>$1to</var> とは同時に使用できません。
apihelp-mergehistory-summary (トーク) (翻訳) ページの履歴を統合する。
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 (トーク) (翻訳) あらゆる警告を無視
apihelp-move-param-movesubpages (トーク) (翻訳) 可能であれば、下位ページも名前を変更します。
apihelp-move-param-movetalk (トーク) (翻訳) 存在する場合、トークページも名前を変更します。
apihelp-move-param-noredirect (トーク) (翻訳) 転送ページを作成しません。
apihelp-move-param-reason (トーク) (翻訳) 改名の理由。
apihelp-move-param-tags (トーク) (翻訳) Change tags to apply to the entry in the move log and to the null revision on the destination page.
apihelp-move-param-to (トーク) (翻訳) 移動後のページ名。
apihelp-move-param-unwatch (トーク) (翻訳) そのページと転送ページを現在の利用者のウォッチリストから除去します。
apihelp-move-param-watch (トーク) (翻訳) そのページと転送ページを現在の利用者のウォッチリストに追加します。
最初のページ前のページ次のページ最後のページ