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

移動先: 案内検索
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズtranslatewiki.net をご覧ください。
システムメッセージの一覧
最初のページ前のページ次のページ最後のページ
名前 既定のメッセージ文
現在のメッセージ文
apihelp-spamblacklist-description (トーク) (翻訳) 1 件以上の URL についてスパムブラックリストに登録されているか検証します。
apihelp-spamblacklist-example-1 (トーク) (翻訳) 2 件の URL についてブラックリストに登録されているか検証
apihelp-spamblacklist-param-url (トーク) (翻訳) ブラックリストに登録されているか検証する URL です。
apihelp-spamblacklist-summary (トーク) (翻訳) 1件以上の URL についてスパムブラックリストに登録されているか検証します。
apihelp-stashedit-extended-description (トーク) (翻訳) This is intended to be used via AJAX from the edit form to improve the performance of the page save.
apihelp-stashedit-param-baserevid (トーク) (翻訳) Revision ID of the base revision.
apihelp-stashedit-param-contentformat (トーク) (翻訳) Content serialization format used for the input text.
apihelp-stashedit-param-contentmodel (トーク) (翻訳) 新しいコンテンツのコンテンツ・モデル。
apihelp-stashedit-param-section (トーク) (翻訳) 節番号です。先頭の節の場合は <kbd>0</kbd>、新しい節の場合は <kbd>new</kbd>を指定します。
apihelp-stashedit-param-sectiontitle (トーク) (翻訳) 新しい節の名前です。
apihelp-stashedit-param-stashedtexthash (トーク) (翻訳) Page content hash from a prior stash to use instead.
apihelp-stashedit-param-summary (トーク) (翻訳) Change summary.
apihelp-stashedit-param-text (トーク) (翻訳) ページの本文。
apihelp-stashedit-param-title (トーク) (翻訳) 編集されているページのページ名。
apihelp-stashedit-summary (トーク) (翻訳) Prepare an edit in shared cache.
apihelp-summary (トーク) (翻訳)  
apihelp-tag-example-log (トーク) (翻訳) <kbd>Wrongly applied</kbd> という理由で <kbd>spam</kbd> タグを 記録項目ID 123 から取り除く
apihelp-tag-example-rev (トーク) (翻訳) 版ID 123に <kbd>vandalism</kbd> タグを理由を指定せずに追加する
apihelp-tag-param-add (トーク) (翻訳) 追加するタグ。手動で定義されたタグのみ追加可能です。
apihelp-tag-param-logid (トーク) (翻訳) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (トーク) (翻訳) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (トーク) (翻訳) 変更の理由。
apihelp-tag-param-remove (トーク) (翻訳) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (トーク) (翻訳) One or more revision IDs from which to add or remove the tag.
apihelp-tag-param-tags (トーク) (翻訳) Tags to apply to the log entry that will be created as a result of this action.
apihelp-tag-summary (トーク) (翻訳) 個々の版または記録項目に対しタグの追加または削除を行います。
apihelp-titleblacklist-description (トーク) (翻訳) TitleBllacklist に対してページ名、ファイル名、利用者名を検証します。
apihelp-titleblacklist-example-1 (トーク) (翻訳) [[Foo]]がブラックリストに載っているかどうかを確認する
apihelp-titleblacklist-example-2 (トーク) (翻訳) Check whether [[Bar]] is blacklisted for editing
apihelp-titleblacklist-param-action (トーク) (翻訳) 確認対象の操作
apihelp-titleblacklist-param-nooverride (トーク) (翻訳) titleblacklistを上書きしようとしないでください。
apihelp-titleblacklist-param-title (トーク) (翻訳) The string to validate against the blacklist.
apihelp-titleblacklist-summary (トーク) (翻訳) Validate a page title, filename, or username against the TitleBlacklist.
apihelp-tokens-example-edit (トーク) (翻訳) 編集トークンを取得する (既定)。
apihelp-tokens-example-emailmove (トーク) (翻訳) Retrieve an email token and a move token.
apihelp-tokens-extended-description (トーク) (翻訳) This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].
apihelp-tokens-param-type (トーク) (翻訳) リクエストするトークンの種類。
apihelp-tokens-summary (トーク) (翻訳) Get tokens for data-modifying actions.
apihelp-unblock-example-id (トーク) (翻訳) ブロックID #<kbd>105</kbd> を解除する。
apihelp-unblock-example-user (トーク) (翻訳) <kbd>Sorry Bob</kbd> という理由で利用者 <kbd>Bob</kbd> のブロックを解除する。
apihelp-unblock-param-id (トーク) (翻訳) 解除するブロックのID (<kbd>list=blocks</kbd>で取得できます)。<var>$1user</var> または <var>$1userid</var> とは同時に使用できません。
apihelp-unblock-param-reason (トーク) (翻訳) ブロック解除の理由。
apihelp-unblock-param-tags (トーク) (翻訳) ブロック記録の項目に適用する変更タグ。
apihelp-unblock-param-user (トーク) (翻訳) ブロックを解除する利用者名、IPアドレスまたはIPアドレスレンジ。<var>$1id</var>または<var>$1userid</var>とは同時に使用できません。
apihelp-unblock-param-userid (トーク) (翻訳) User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>.
apihelp-unblock-summary (トーク) (翻訳) 利用者のブロックを解除します。
apihelp-undelete-example-page (トーク) (翻訳) <kbd>Main Page</kbd> を復元する。
apihelp-undelete-example-revisions (トーク) (翻訳) <kbd>Main Page</kbd> の2つの版を復元する。
apihelp-undelete-extended-description (トーク) (翻訳) 削除された版の一覧 (タイムスタンプを含む) は[[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]に、また削除されたファイルのID一覧は[[Special:ApiHelp/query+filearchive|list=filearchive]]で見つけることができます。
apihelp-undelete-param-fileids (トーク) (翻訳) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
最初のページ前のページ次のページ最後のページ