システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
最初のページ |
前のページ |
次のページ |
最後のページ |
名前 | 既定のメッセージ文 |
---|---|
現在のメッセージ文 | |
apihelp-parse-paramvalue-prop-langlinks (トーク) (翻訳) | Gives the language links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-limitreportdata (トーク) (翻訳) | Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set. |
apihelp-parse-paramvalue-prop-limitreporthtml (トーク) (翻訳) | Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set. |
apihelp-parse-paramvalue-prop-links (トーク) (翻訳) | Gives the internal links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-modules (トーク) (翻訳) | Gives the ResourceLoader modules used on the page. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. |
apihelp-parse-paramvalue-prop-parsetree (トーク) (翻訳) | The XML parse tree of revision content (requires content model <code>$1</code>) |
apihelp-parse-paramvalue-prop-properties (トーク) (翻訳) | Gives various properties defined in the parsed wikitext. |
apihelp-parse-paramvalue-prop-revid (トーク) (翻訳) | Adds the revision ID of the parsed page. |
apihelp-parse-paramvalue-prop-sections (トーク) (翻訳) | Gives the sections in the parsed wikitext. |
apihelp-parse-paramvalue-prop-templates (トーク) (翻訳) | Gives the templates in the parsed wikitext. |
apihelp-parse-paramvalue-prop-text (トーク) (翻訳) | Gives the parsed text of the wikitext. |
apihelp-parse-paramvalue-prop-wikitext (トーク) (翻訳) | Gives the original wikitext that was parsed. |
apihelp-patrol-description (トーク) (翻訳) | ページまたは版を巡回済みにします。 |
apihelp-patrol-example-rcid (トーク) (翻訳) | 最近の更新を巡回 |
apihelp-patrol-example-revid (トーク) (翻訳) | 版を巡回済みにする。 |
apihelp-patrol-param-rcid (トーク) (翻訳) | Recentchanges ID to patrol. |
apihelp-patrol-param-revid (トーク) (翻訳) | 巡回済みにする版ID。 |
apihelp-php-description (トーク) (翻訳) | データを PHP のシリアル化した形式で出力します。 |
apihelp-php-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-phpfm-description (トーク) (翻訳) | データを PHP のシリアル化した形式 (HTML に埋め込んだ形式) で出力します。 |
apihelp-protect-description (トーク) (翻訳) | ページの保護レベルを変更します。 |
apihelp-protect-example-protect (トーク) (翻訳) | ページを保護する。 |
apihelp-protect-example-unprotect (トーク) (翻訳) | Unprotect a page by setting restrictions to <kbd>all</kbd>. |
apihelp-protect-example-unprotect2 (トーク) (翻訳) | Unprotect a page by setting no restrictions. |
apihelp-protect-param-cascade (トーク) (翻訳) | Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading. |
apihelp-protect-param-expiry (トーク) (翻訳) | 有効期限です。タイムスタンプがひとつだけ指定された場合は、それがすべての保護に適用されます。無期限の保護を行う場合は<kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, または <kbd>never</kbd> を指定します。 |
apihelp-protect-param-pageid (トーク) (翻訳) | 保護(解除)するページIDです。$1title とは同時に使用できません。 |
apihelp-protect-param-protections (トーク) (翻訳) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). <strong>Note:</strong> Any actions not listed will have restrictions removed. |
apihelp-protect-param-reason (トーク) (翻訳) | 保護(解除)の理由。 |
apihelp-protect-param-title (トーク) (翻訳) | 保護(解除)するページ名です。$1pageid とは同時に使用できません。 |
apihelp-protect-param-watch (トーク) (翻訳) | 指定されると、保護(解除)するページが現在の利用者のウォッチリストに追加されます。 |
apihelp-protect-param-watchlist (トーク) (翻訳) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-purge-description (トーク) (翻訳) | Purge the cache for the given titles. Requires a POST request if the user is not logged in. |
apihelp-purge-example-generator (トーク) (翻訳) | 標準名前空間にある最初の10ページをパージする。 |
apihelp-purge-example-simple (トーク) (翻訳) | ページ <kbd>Main Page</kbd> および <kbd>API</kbd> をパージする。 |
apihelp-purge-param-forcelinkupdate (トーク) (翻訳) | Update the links tables. |
apihelp-purge-param-forcerecursivelinkupdate (トーク) (翻訳) | Update the links table, and update the links tables for any page that uses this page as a template. |
apihelp-query+allcategories-description (トーク) (翻訳) | すべてのカテゴリを一覧表示します。 |
apihelp-query+allcategories-example-generator (トーク) (翻訳) | <kbd>List</kbd> で始まるカテゴリページに関する情報を取得する。 |
apihelp-query+allcategories-example-size (トーク) (翻訳) | List categories with information on the number of pages in each. |
apihelp-query+allcategories-param-dir (トーク) (翻訳) | Direction to sort in. |
apihelp-query+allcategories-param-from (トーク) (翻訳) | 列挙を開始するカテゴリ。 |
apihelp-query+allcategories-param-limit (トーク) (翻訳) | 返すカテゴリの数。 |
apihelp-query+allcategories-param-max (トーク) (翻訳) | Only return categories with at most this many members. |
apihelp-query+allcategories-param-min (トーク) (翻訳) | Only return categories with at least this many members. |
apihelp-query+allcategories-param-prefix (トーク) (翻訳) | この値で始まるタイトルのカテゴリを検索します。 |
apihelp-query+allcategories-param-prop (トーク) (翻訳) | Which properties to get: |
apihelp-query+allcategories-param-to (トーク) (翻訳) | 列挙を終了するカテゴリ。 |
apihelp-query+allcategories-paramvalue-prop-size (トーク) (翻訳) | Adds number of pages in the category. |
最初のページ |
前のページ |
次のページ |
最後のページ |