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

移動先: 案内検索

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

絞り込み
変更状態により絞り込む:    
最初のページ
最後のページ
名前 既定のメッセージ文
現在のメッセージ文
apihelp-parse-param-disablepp (トーク) (翻訳) <var>$1disablelimitreport</var> を代わりに使用してください。
apihelp-parse-param-disabletidy (トーク) (翻訳) Do not run HTML cleanup (e.g. tidy) on the parser output.
apihelp-parse-param-disabletoc (トーク) (翻訳) Omit table of contents in output.
apihelp-parse-param-generatexml (トーク) (翻訳) Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).
apihelp-parse-param-mainpage (トーク) (翻訳) Apply mobile main page transformations.
apihelp-parse-param-mobileformat (トーク) (翻訳) Return parse output in a format suitable for mobile devices.
apihelp-parse-param-noimages (トーク) (翻訳) Disable images in mobile output.
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>.
apihelp-parse-param-page (トーク) (翻訳) Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.
apihelp-parse-param-pageid (トーク) (翻訳) Parse the content of this page. Overrides <var>$1page</var>.
apihelp-parse-param-preview (トーク) (翻訳) プレビューモードでのパース
apihelp-parse-param-prop (トーク) (翻訳) Which pieces of information to get:
apihelp-parse-param-pst (トーク) (翻訳) Do a pre-save transform on the input before parsing it. Only valid when used with text.
apihelp-parse-param-redirects (トーク) (翻訳) If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.
apihelp-parse-param-section (トーク) (翻訳) Only retrieve the content of this section number or when <kbd>new</kbd> generate a new section. <kbd>new</kbd> section is only honored when specifying <var>text</var>.
apihelp-parse-param-sectionpreview (トーク) (翻訳) Parse in section preview mode (enables preview mode too).
apihelp-parse-param-sectiontitle (トーク) (翻訳) New section title when <var>section</var> is <kbd>new</kbd>. Unlike page editing, this does not fall back to <var>summary</var> when omitted or empty.
apihelp-parse-param-summary (トーク) (翻訳) Summary to parse.
apihelp-parse-param-text (トーク) (翻訳) Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.
apihelp-parse-param-title (トーク) (翻訳) Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.
apihelp-parse-paramvalue-prop-categories (トーク) (翻訳) Gives the categories in the parsed wikitext.
apihelp-parse-paramvalue-prop-categorieshtml (トーク) (翻訳) Gives the HTML version of the categories.
apihelp-parse-paramvalue-prop-displaytitle (トーク) (翻訳) Adds the title of the parsed wikitext.
apihelp-parse-paramvalue-prop-encodedjsconfigvars (トーク) (翻訳) Gives the JavaScript configuration variables specific to the page as a JSON string.
apihelp-parse-paramvalue-prop-headhtml (トーク) (翻訳) Gives parsed <code><head></code> of the page.
apihelp-parse-paramvalue-prop-headitems (トーク) (翻訳) Gives items to put in the <code><head></code> of the page.
apihelp-parse-paramvalue-prop-images (トーク) (翻訳) Gives the images in the parsed wikitext.
apihelp-parse-paramvalue-prop-indicators (トーク) (翻訳) Gives the HTML of page status indicators used on the page.
apihelp-parse-paramvalue-prop-jsconfigvars (トーク) (翻訳) Gives the JavaScript configuration variables specific to the page.
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-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。
最初のページ
最後のページ