Template:SettingSummary

From mediawiki.org
This page is a translated version of the page Template:SettingSummary and the translation is 88% complete.
MediaWiki の設定: SettingSummary
このページを編集して要約を入力してください。
導入されたバージョン:不明
除去されたバージョン:使用中
許容される値:未指定
既定値:未指定
テンプレートの解説

Copy and paste template

{{SettingSummary
|name =
|summary =
|section =
|version_min =
|rev_introduced =
|sha_introduced =
|change_introduced =
|version_deprecated =
|rev_deprecated =
|sha_deprecated =
|change_deprecated =
|version_max =
|rev_removed =
|sha_removed =
|change_removed =
|range =
|default =
|newvarlink =
|newvarname =
|sensitive =
}}

TemplateData

[閲覧 · トーク · 編集]

これは、ビジュアルエディターまたは他のツールで使用される、このテンプレート向けのテンプレートデータ説明文です。

SettingSummary

A card describing the information of a given configuration setting from MediaWiki core.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The name of the setting without the initial $wg prefix.

Stringoptional
Version introducedversion_min

The version of MediaWiki the setting was introduced in

Stringsuggested
Version deprecatedversion_deprecated

The version of MediaWiki it was deprecated

Stringoptional
Version removedversion_max

The version of MediaWiki it was removed

Stringoptional
New variable linknewvarlink

For obsolete settings replaced by another setting, the link to the variable page that took its place

Page nameoptional
New variable namenewvarname

For obsolete settings replaced by another setting, the new setting name

Unknownoptional
Sensitive datasensitive

If the setting contains sensitive data such as passwords, put yes

Booleanoptional
Type of settingsection

The category that this setting comes under. This is automatically made into a link to the correct section in Manual:Configuration settings, so make sure you use an existing heading (or a new heading that you may add).

Stringoptional
Summarysummary

A short description of the setting's purpose. More detailed descriptions are desirable, and should be added to the main page content. If you update the short description, please also update the two tables at Manual:Configuration settings and Manual:Configuration settings (alphabetical).

Unknownoptional
SVN revision introducedrev_introduced

The SVN revision where this feature is introduced, only displayed if ''version_min'' is defined. Don't include the leading 'r'

Example
1509
Numberoptional
Gerrit commit ID introducedsha_introduced

same as rev_*, but for Git commit IDs.

Unknownoptional
Gerrit changeset ID introducedchange_introduced

same as rev_*, but for Gerrit changeset IDs. Only works if the respective sha_* parameter is set as well.

Unknownoptional
SVN revision deprecatedrev_deprecated

The SVN revision where this feature was deprecated only displayed if ''version_deprecated'' is defined. Don't include the leading 'r'

Example
1509
Numberoptional
Gerrit commit ID deprecatedsha_deprecated

same as rev_*, but for Git commit IDs.

Unknownoptional
Gerrit changeset ID deprecatedchange_deprecated

same as rev_*, but for Gerrit changeset IDs. Only works if the respective sha_* parameter is set as well.

Unknownoptional
SVN revision removedrev_removed

The SVN revision where this feature was removed, only displayed if ''version_max'' is defined. Don't include the leading 'r'

Example
1509
Numberoptional
Gerrit commit ID removedsha_removed

same as rev_*, but for Git commit IDs.

Unknownoptional
Gerrit changeset ID removedchange_removed

same as rev_*, but for Gerrit changeset IDs. Only works if the respective sha_* parameter is set as well.

Unknownoptional
Range of allowable valuesrange

The range of allowable values, e.g. "0 - 255", "boolean", "string containing a URL or """.

Suggested values
array boolean float integer string
Stringsuggested
Default valuedefault

The default value in a clean MediaWiki installation. If this is different in different versions of the software, then such variations should be noted.

Example
{{phpi|$foobar}}
Contentrequired

Related categories