システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
最初のページ |
前のページ |
次のページ |
最後のページ |
名前 | 既定のメッセージ文 |
---|---|
現在のメッセージ文 | |
apihelp-move-param-movesubpages (トーク) (翻訳) | 可能であれば、下位ページも名前を変更します。 |
apihelp-move-param-movetalk (トーク) (翻訳) | 存在する場合、トークページも名前を変更します。 |
apihelp-move-param-noredirect (トーク) (翻訳) | 転送ページを作成しません。 |
apihelp-move-param-reason (トーク) (翻訳) | 名称変更の理由。 |
apihelp-move-param-to (トーク) (翻訳) | 移動後のページ名。 |
apihelp-move-param-unwatch (トーク) (翻訳) | そのページと転送ページを現在の利用者のウォッチリストから除去します。 |
apihelp-move-param-watch (トーク) (翻訳) | そのページと転送ページを現在の利用者のウォッチリストに追加します。 |
apihelp-move-param-watchlist (トーク) (翻訳) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-no-such-module (トーク) (翻訳) | モジュール「$1」が見つかりません。 |
apihelp-none-description (トーク) (翻訳) | 何も出力しません。 |
apihelp-opensearch-description (トーク) (翻訳) | Search the wiki using the OpenSearch protocol. |
apihelp-opensearch-example-te (トーク) (翻訳) | Find pages beginning with <kbd>Te</kbd>. |
apihelp-opensearch-param-format (トーク) (翻訳) | The format of the output. |
apihelp-opensearch-param-limit (トーク) (翻訳) | 返す結果の最大数。 |
apihelp-opensearch-param-namespace (トーク) (翻訳) | 検索する名前空間。 |
apihelp-opensearch-param-redirects (トーク) (翻訳) | How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats. |
apihelp-opensearch-param-search (トーク) (翻訳) | 検索文字列。 |
apihelp-opensearch-param-suggest (トーク) (翻訳) | <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> が false の場合、何もしません。 |
apihelp-opensearch-param-warningsaserror (トーク) (翻訳) | If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them. |
apihelp-options-description (トーク) (翻訳) | Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with "userjs-" (intended to be used by user scripts), can be set. |
apihelp-options-example-change (トーク) (翻訳) | Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences. |
apihelp-options-example-complex (トーク) (翻訳) | Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>. |
apihelp-options-example-reset (トーク) (翻訳) | Reset all preferences. |
apihelp-options-param-change (トーク) (翻訳) | List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. |
apihelp-options-param-optionname (トーク) (翻訳) | A name of a option which should be set to the value given by <var>$1optionvalue</var>. |
apihelp-options-param-optionvalue (トーク) (翻訳) | A value of the option specified by <var>$1optionname</var>, can contain pipe characters. |
apihelp-options-param-reset (トーク) (翻訳) | Resets preferences to the site defaults. |
apihelp-options-param-resetkinds (トーク) (翻訳) | List of types of options to reset when the <var>$1reset</var> option is set. |
apihelp-paraminfo-description (トーク) (翻訳) | API モジュールに関する情報を取得します。 |
apihelp-paraminfo-example-1 (トーク) (翻訳) | Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>. |
apihelp-paraminfo-param-formatmodules (トーク) (翻訳) | List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead. |
apihelp-paraminfo-param-helpformat (トーク) (翻訳) | Format of help strings. |
apihelp-paraminfo-param-mainmodule (トーク) (翻訳) | Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead. |
apihelp-paraminfo-param-modules (トーク) (翻訳) | List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>. |
apihelp-paraminfo-param-pagesetmodule (トーク) (翻訳) | Get information about the pageset module (providing titles= and friends) as well. |
apihelp-paraminfo-param-querymodules (トーク) (翻訳) | List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>. |
apihelp-parse-description (トーク) (翻訳) | Parses content and returns parser output. See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value. |
apihelp-parse-example-page (トーク) (翻訳) | Parse a page. |
apihelp-parse-example-summary (トーク) (翻訳) | Parse a summary. |
apihelp-parse-example-text (トーク) (翻訳) | Parse wikitext. |
apihelp-parse-example-texttitle (トーク) (翻訳) | Parse wikitext, specifying the page title. |
apihelp-parse-param-contentformat (トーク) (翻訳) | Content serialization format used for the input text. Only valid when used with $1text. |
apihelp-parse-param-contentmodel (トーク) (翻訳) | Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text. |
apihelp-parse-param-disableeditsection (トーク) (翻訳) | Disable edit section links from the parser output. |
apihelp-parse-param-disablepp (トーク) (翻訳) | Disable the PP Report from the parser output. |
apihelp-parse-param-disabletoc (トーク) (翻訳) | Disable table of contents in output. |
apihelp-parse-param-effectivelanglinks (トーク) (翻訳) | Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>). |
apihelp-parse-param-generatexml (トーク) (翻訳) | Generate XML parse tree (requires content model <code>$1</code>). |
apihelp-parse-param-oldid (トーク) (翻訳) | Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>. |
apihelp-parse-param-onlypst (トーク) (翻訳) | Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>. |
最初のページ |
前のページ |
次のページ |
最後のページ |