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

移動先: 案内検索

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

絞り込み
変更状態により絞り込む:    
最初のページ
最後のページ
名前 既定のメッセージ文
現在のメッセージ文
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-hidden (トーク) (翻訳) Tags categories that are hidden with <code>__HIDDENCAT__</code>.
apihelp-query+allcategories-paramvalue-prop-size (トーク) (翻訳) Adds number of pages in the category.
apihelp-query+alldeletedrevisions-description (トーク) (翻訳) List all deleted revisions by a user or in a namespace.
apihelp-query+alldeletedrevisions-example-ns-main (トーク) (翻訳) 標準名前空間にある削除された最初の50版を一覧表示する。
apihelp-query+alldeletedrevisions-example-user (トーク) (翻訳) 利用者 <kbd>Example</kbd> による削除された直近の50版を一覧表示する。
apihelp-query+alldeletedrevisions-param-end (トーク) (翻訳) 列挙の終点となるタイムスタンプ。
apihelp-query+alldeletedrevisions-param-excludeuser (トーク) (翻訳) この利用者による版を一覧表示しない。
apihelp-query+alldeletedrevisions-param-from (トーク) (翻訳) 列挙の始点となるページ名。
apihelp-query+alldeletedrevisions-param-generatetitles (トーク) (翻訳) ジェネレーターとして使用する場合、版IDではなくページ名を生成します。
apihelp-query+alldeletedrevisions-param-miser-user-namespace (トーク) (翻訳) <strong>Note:</strong> Due to [[mw:Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.
apihelp-query+alldeletedrevisions-param-namespace (トーク) (翻訳) この名前空間に含まれるページのみを一覧表示します。
apihelp-query+alldeletedrevisions-param-prefix (トーク) (翻訳) この値で始まるすべてのページ名を検索する。
apihelp-query+alldeletedrevisions-param-start (トーク) (翻訳) 列挙の始点となるタイムスタンプ。
apihelp-query+alldeletedrevisions-param-tag (トーク) (翻訳) このタグが付与された版のみを一覧表示する。
apihelp-query+alldeletedrevisions-param-to (トーク) (翻訳) 列挙の終点となるページ名。
apihelp-query+alldeletedrevisions-param-user (トーク) (翻訳) この利用者による版のみを一覧表示する。
apihelp-query+alldeletedrevisions-paraminfo-nonuseronly (トーク) (翻訳) <var>$3user</var> と同時に使用できません。
apihelp-query+alldeletedrevisions-paraminfo-useronly (トーク) (翻訳) May only be used with <var>$3user</var>.
apihelp-query+allfileusages-description (トーク) (翻訳) List all file usages, including non-existing.
最初のページ
最後のページ