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

移動先: 案内検索

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

絞り込み
変更状態により絞り込む:    
最初のページ
最後のページ
名前 既定のメッセージ文
現在のメッセージ文
apihelp-query+categorymembers-paramvalue-prop-title (トーク) (翻訳) Adds the title and namespace ID of the page.
apihelp-query+categorymembers-paramvalue-prop-type (トーク) (翻訳) Adds the type that the page has been categorised as (page, subcat or file).
apihelp-query+checkuser-description (トーク) (翻訳) 指定した利用者名の利用者が使用した IPアドレス や、指定した IPアドレス を使用した利用者名を調査します。
apihelp-query+checkuser-example-1 (トーク) (翻訳) [[User:Example]] が使用した IPアドレス を調査
apihelp-query+checkuser-example-2 (トーク) (翻訳) 192.0.2.0/24 からなされた編集を調査
apihelp-query+checkuser-param-limit (トーク) (翻訳) 行数の上限です。
apihelp-query+checkuser-param-reason (トーク) (翻訳) 調査の理由です。
apihelp-query+checkuser-param-request (トーク) (翻訳) 利用者調査リクエストの種類です: ;userips:対象利用者の IPアドレス を取得します。 ;edits:対象 IPアドレス または IPアドレス 範囲による編集を取得します。 ;ipusers:対象 IPアドレス または IPアドレス 範囲を使用した利用者を取得します。
apihelp-query+checkuser-param-target (トーク) (翻訳) 調査する利用者名、IP アドレス、CIDR 範囲のいずれかです。
apihelp-query+checkuser-param-timecond (トーク) (翻訳) 利用者データの期間の上限です (例: "2 weeks")。
apihelp-query+checkuser-param-xff (トーク) (翻訳) IPアドレス の代わりに XFF データを使用します。
apihelp-query+checkuserlog-description (トーク) (翻訳) 利用者調査の記録から項目を取得します。
apihelp-query+checkuserlog-example-1 (トーク) (翻訳) [[User:Example]] の調査を表示
apihelp-query+checkuserlog-example-2 (トーク) (翻訳) 192.0.2.0/24 の 2011-10-15T23:00:00Z 以降の調査を表示
apihelp-query+checkuserlog-param-from (トーク) (翻訳) 一覧の開始点となる日時
apihelp-query+checkuserlog-param-limit (トーク) (翻訳) 行数の上限です。
apihelp-query+checkuserlog-param-target (トーク) (翻訳) 利用者調査の対象の利用者、IP アドレス、CIDR 範囲のいずれかです。
apihelp-query+checkuserlog-param-to (トーク) (翻訳) 一覧の終了点となる日時
apihelp-query+checkuserlog-param-user (トーク) (翻訳) 利用者調査の実行者の利用者名です。
apihelp-query+contributors-description (トーク) (翻訳) ページへのログインした投稿者の一覧と匿名投稿者の数を取得します。
apihelp-query+contributors-example-simple (トーク) (翻訳) <kbd>Main Page</kbd> への投稿者を表示する。
apihelp-query+contributors-param-excludegroup (トーク) (翻訳) Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-excluderights (トーク) (翻訳) Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-group (トーク) (翻訳) Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-limit (トーク) (翻訳) 返す投稿者の数。
apihelp-query+contributors-param-rights (トーク) (翻訳) Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+deletedrevisions-description (トーク) (翻訳) Get deleted revision information. May be used in several ways: # Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp. # Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.
apihelp-query+deletedrevisions-example-revids (トーク) (翻訳) 削除された版 <kbd>123456</kbd> に関する情報を一覧表示する。
apihelp-query+deletedrevisions-example-titles (トーク) (翻訳) ページ <kbd>Main Page</kbd> および <kbd>Talk:Main Page</kbd> の削除された版とその内容を一覧表示する。
apihelp-query+deletedrevisions-param-end (トーク) (翻訳) The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.
apihelp-query+deletedrevisions-param-excludeuser (トーク) (翻訳) この利用者による版を一覧表示しない。
apihelp-query+deletedrevisions-param-start (トーク) (翻訳) The timestamp to start enumerating from. Ignored when processing a list of revision IDs.
apihelp-query+deletedrevisions-param-tag (トーク) (翻訳) このタグが付与された版のみ表示します。
apihelp-query+deletedrevisions-param-user (トーク) (翻訳) この利用者による版のみを一覧表示。
apihelp-query+deletedrevs-description (トーク) (翻訳) List deleted revisions. Operates in three modes: # List deleted revisions for the given titles, sorted by timestamp. # List deleted contributions for the given user, sorted by timestamp (no titles specified). # List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set). Certain parameters only apply to some modes and are ignored in others.
apihelp-query+deletedrevs-example-mode1 (トーク) (翻訳) List the last deleted revisions of the pages <kbd>Main Page</kbd> and <kbd>Talk:Main Page</kbd>, with content (mode 1).
apihelp-query+deletedrevs-example-mode2 (トーク) (翻訳) List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).
apihelp-query+deletedrevs-example-mode3-main (トーク) (翻訳) List the first 50 deleted revisions in the main namespace (mode 3).
apihelp-query+deletedrevs-example-mode3-talk (トーク) (翻訳) List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).
apihelp-query+deletedrevs-param-end (トーク) (翻訳) The timestamp to stop enumerating at.
apihelp-query+deletedrevs-param-excludeuser (トーク) (翻訳) Don't list revisions by this user.
apihelp-query+deletedrevs-param-from (トーク) (翻訳) 列挙の始点となるページ名。
apihelp-query+deletedrevs-param-limit (トーク) (翻訳) The maximum amount of revisions to list.
apihelp-query+deletedrevs-param-namespace (トーク) (翻訳) Only list pages in this namespace.
apihelp-query+deletedrevs-param-prefix (トーク) (翻訳) Search for all page titles that begin with this value.
apihelp-query+deletedrevs-param-prop (トーク) (翻訳) Which properties to get: ;revid:Adds the revision ID of the deleted revision. ;parentid:Adds the revision ID of the previous revision to the page. ;user:Adds the user who made the revision. ;userid:Adds the ID of the user who made the revision. ;comment:Adds the comment of the revision. ;parsedcomment:Adds the parsed comment of the revision. ;minor:Tags if the revision is minor. ;len:Adds the length (bytes) of the revision. ;sha1:Adds the SHA-1 (base 16) of the revision. ;content:Adds the content of the revision. ;token:<span class="apihelp-deprecated">Deprecated.</span> Gives the edit token. ;tags:Tags for the revision.
apihelp-query+deletedrevs-param-start (トーク) (翻訳) The timestamp to start enumerating from.
apihelp-query+deletedrevs-param-tag (トーク) (翻訳) Only list revisions tagged with this tag.
apihelp-query+deletedrevs-param-to (トーク) (翻訳) 列挙の終点となるページ名。
apihelp-query+deletedrevs-param-unique (トーク) (翻訳) List only one revision for each page.
最初のページ
最後のページ