システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
| 名前 | 既定のメッセージ文 |
|---|---|
| 現在のメッセージ文 | |
| apihelp-query+references-summary (トーク) (翻訳) | Return a data representation of references associated with the given pages. |
| apihelp-query+revisions+base-param-contentformat (トーク) (翻訳) | Serialization format used for <var>$1difftotext</var> and expected for output of content. |
| apihelp-query+revisions+base-param-diffto (トーク) (翻訳) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively. |
| apihelp-query+revisions+base-param-difftotext (トーク) (翻訳) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text. |
| apihelp-query+revisions+base-param-difftotextpst (トーク) (翻訳) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>. |
| apihelp-query+revisions+base-param-expandtemplates (トーク) (翻訳) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content). |
| apihelp-query+revisions+base-param-generatexml (トーク) (翻訳) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content). |
| apihelp-query+revisions+base-param-limit (トーク) (翻訳) | 返す版の数を制限する。 |
| apihelp-query+revisions+base-param-parse (トーク) (翻訳) | Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1. |
| apihelp-query+revisions+base-param-prop (トーク) (翻訳) | Which properties to get for each revision: |
| apihelp-query+revisions+base-param-section (トーク) (翻訳) | Only retrieve the content of this section number. |
| apihelp-query+revisions+base-paramvalue-prop-comment (トーク) (翻訳) | その版の利用者によるコメント。 |
| apihelp-query+revisions+base-paramvalue-prop-content (トーク) (翻訳) | その版のテキスト。 |
| apihelp-query+revisions+base-paramvalue-prop-contentmodel (トーク) (翻訳) | Content model ID of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-flags (トーク) (翻訳) | Revision flags (minor). |
| apihelp-query+revisions+base-paramvalue-prop-ids (トーク) (翻訳) | 版のID。 |
| apihelp-query+revisions+base-paramvalue-prop-parsedcomment (トーク) (翻訳) | その版の利用者による、構文解析されたコメント。 |
| apihelp-query+revisions+base-paramvalue-prop-parsetree (トーク) (翻訳) | <span class="apihelp-deprecated">Deprecated.</span> Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>). |
| apihelp-query+revisions+base-paramvalue-prop-sha1 (トーク) (翻訳) | SHA-1 (base 16) of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-size (トーク) (翻訳) | その版の長さ (バイト) 。 |
| apihelp-query+revisions+base-paramvalue-prop-tags (トーク) (翻訳) | その版のタグ。 |
| apihelp-query+revisions+base-paramvalue-prop-timestamp (トーク) (翻訳) | 版のタイムスタンプ。 |
| apihelp-query+revisions+base-paramvalue-prop-user (トーク) (翻訳) | その版を作成した利用者。 |
| apihelp-query+revisions+base-paramvalue-prop-userid (トーク) (翻訳) | その版の作成者の利用者ID。 |
| apihelp-query+revisions-example-content (トーク) (翻訳) | ページ<kbd>API</kbd> および <kbd>Main Page</kbd> の最新の版のデータと本文を取得する。 |
| apihelp-query+revisions-example-first5 (トーク) (翻訳) | <kbd>Main Page</kbd> の最初の5版を取得する。 |
| apihelp-query+revisions-example-first5-after (トーク) (翻訳) | <kbd>Main Page</kbd> の 2006-05-01 以降の最初の5版を取得する。 |
| apihelp-query+revisions-example-first5-not-localhost (トーク) (翻訳) | <kbd>Main Page</kbd> の匿名利用者 <kbd>127.0.0.1</kbd> 以外による最初の5版を取得する。 |
| apihelp-query+revisions-example-first5-user (トーク) (翻訳) | <kbd>Main Page</kbd> の <kbd>MediaWiki default</kbd> による最初の5版を取得する。 |
| apihelp-query+revisions-example-last5 (トーク) (翻訳) | <kbd>Main Page</kbd> の直近の5版を取得する。 |
| apihelp-query+revisions-extended-description (トーク) (翻訳) | May be used in several ways: # Get data about a set of pages (last revision), by setting titles or pageids. # Get revisions for one given page, by using titles or pageids with start, end, or limit. # Get data about a set of revisions by setting their IDs with revids. |
| apihelp-query+revisions-param-end (トーク) (翻訳) | 列挙の終点となるタイムスタンプ。 |
| apihelp-query+revisions-param-endid (トーク) (翻訳) | Stop enumeration at this revision's timestamp. The revision must exist, but need not belong to this page. |
| apihelp-query+revisions-param-excludeuser (トーク) (翻訳) | この利用者による版を結果に含めない。 |
| apihelp-query+revisions-param-start (トーク) (翻訳) | From which revision timestamp to start enumeration. |
| apihelp-query+revisions-param-startid (トーク) (翻訳) | Start enumeration from this revision's timestamp. The revision must exist, but need not belong to this page. |
| apihelp-query+revisions-param-tag (トーク) (翻訳) | このタグが付与された版のみを一覧表示する。 |
| apihelp-query+revisions-param-token (トーク) (翻訳) | Which tokens to obtain for each revision. |
| apihelp-query+revisions-param-user (トーク) (翻訳) | この利用者による版のみを結果に含める。 |
| apihelp-query+revisions-paraminfo-singlepageonly (トーク) (翻訳) | May only be used with a single page (mode #2). |
| apihelp-query+revisions-summary (トーク) (翻訳) | Get revision information. |
| apihelp-query+search-example-generator (トーク) (翻訳) | <kbd>meaning</kbd> の検索で返されたページのページ情報を取得する。 |
| apihelp-query+search-example-simple (トーク) (翻訳) | <kbd>meaning</kbd> を検索する。 |
| apihelp-query+search-example-text (トーク) (翻訳) | Search texts for <kbd>meaning</kbd>. |
| apihelp-query+search-param-backend (トーク) (翻訳) | Which search backend to use, if not the default. |
| apihelp-query+search-param-enablerewrites (トーク) (翻訳) | Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors. |
| apihelp-query+search-param-info (トーク) (翻訳) | Which metadata to return. |
| apihelp-query+search-param-interwiki (トーク) (翻訳) | Include interwiki results in the search, if available. |
| apihelp-query+search-param-limit (トーク) (翻訳) | 返すページの総数です。 |
| apihelp-query+search-param-namespace (トーク) (翻訳) | この名前空間内のみを検索します。 |