Template:Deprecated/doc: Difference between revisions
More actions
m -typos (de) |
m expansion |
||
| Line 16: | Line 16: | ||
|2type = wiki-template-name | |2type = wiki-template-name | ||
|2def = | |2def = | ||
|2stat = optional | |2stat = optional- | ||
|3 = p | |3 = p | ||
| Line 25: | Line 25: | ||
|3type = content | |3type = content | ||
|3def = | |3def = | ||
|3stat = optional | |3stat = optional- | ||
|4 = 2p | |4 = 2p | ||
| Line 34: | Line 34: | ||
|4type = content | |4type = content | ||
|4def = | |4def = | ||
|4stat = optional | |4stat = optional- | ||
|5 = note | |5 = note | ||
| Line 43: | Line 43: | ||
|5type = string | |5type = string | ||
|5def = | |5def = | ||
|5stat = optional | |5stat = optional- | ||
|6 = cat | |6 = cat | ||
| Line 49: | Line 49: | ||
|6label-de = Kategorie | |6label-de = Kategorie | ||
|6d = categorization option (when template is used): | |6d = categorization option (when template is used): | ||
* default: categorization {{C|Maint:Deprecated template usage}} | |||
* empty: no categorization | * empty: no categorization | ||
* <code>string</code>: categorization "Maint:<code>string</code>" | * <code>string</code>: categorization "Maint:<code>string</code>" | ||
|6d-de = Kategorisierungsoption (wenn die Vorlage transkludiert wird): | |6d-de = Kategorisierungsoption (wenn die Vorlage transkludiert wird): | ||
* default: Kategorisierung {{C|Maint:Deprecated template usage}} | |||
* leer: no categorization | * leer: no categorization | ||
* <code>string</code>: Kategorisierung "Maint:<code>string</code>" | * <code>string</code>: Kategorisierung "Maint:<code>string</code>" | ||
|6type = string | |6type = string | ||
|6def = default | |6def = default | ||
|6stat = optional | |6stat = optional- | ||
|7 = default | |||
|7label = parameters | |||
|7d = template + parameter(s) for substituting<br> | |||
slash-separated parameter list; 1st=template name | |||
|7def = | |||
|7stat = optional- | |||
|name = Deprecated | |name = Deprecated | ||
| Line 70: | Line 77: | ||
|placement = top | |placement = top | ||
|usage-notes = {{LangSwitch | |usage-notes = {{LangSwitch | ||
|en=When a template is replaced by a different one (or two), simply enter the template's name as the 1st parameter without the Template: prefix (the 2nd parameter can be used for a second template). | |en=When a template is replaced by a different one (or two), simply enter the template's name as the 1st parameter without the Template: prefix (the 2nd parameter can be used for a second template).<br> | ||
It is possible to perform instead a substitute template (with parameters): {{Tle|t=Deprecated|...|p2=default|subst_template/parm1/parm2/...}}; example {{T|Derived}}. | |||
|de=Wenn eine Vorlage durch eine andere (oder zwei) ersetzt wurde, kann der Vorlagenname als Parameter ohne die Vorlage eingegeben werden: -Präfix ein. (Der zweite Parameter kann für eine zweite Vorlage verwendet werden.) | |de=Wenn eine Vorlage durch eine andere (oder zwei) ersetzt wurde, kann der Vorlagenname als Parameter ohne die Vorlage eingegeben werden: -Präfix ein. (Der zweite Parameter kann für eine zweite Vorlage verwendet werden.) | ||
|ja=印をつけると同時に、利用を推奨するテンプレート名をお知らせすることができます。推奨するテンプレート名を第一パラメーターに入力します(第二パラメーターは2つめのテンプレートがある場合に利用します)。このときテンプレート名には接頭語「Template: 」を含めずに入力してください。 | |ja=印をつけると同時に、利用を推奨するテンプレート名をお知らせすることができます。推奨するテンプレート名を第一パラメーターに入力します(第二パラメーターは2つめのテンプレートがある場合に利用します)。このときテンプレート名には接頭語「Template: 」を含めずに入力してください。 | ||
| Line 102: | Line 110: | ||
|print = one | |print = one | ||
|shorthand = | |shorthand = | ||
|relieson = | |relieson = | ||
}}<includeonly> | }}<includeonly> | ||
Revision as of 09:01, 13 November 2020
To mark templates that are deprecated. It should go at the very beginning of the deprecated template's code inside of <noinclude> tags.
The template automatically sets the following categories:
- Category:Deprecated templates
- Category:Maint:Deprecated template usage or its subcategories
Usage
{{Deprecated |1= }}
When a template is replaced by a different one (or two), simply enter the template's name as the 1st parameter without the Template: prefix (the 2nd parameter can be used for a second template).
It is possible to perform instead a substitute template (with parameters): {{ Deprecated | ... | default = subst_template/parm1/parm2/... }}; example {{Derived}}.
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | Template 1 | First template that can be used as a replacement. | empty | optional |
2 | Template 2 | Second template that can be used as a replacement. | empty | optional |
p | Parameter 1 | Parameters of the first replacement template | empty | optional |
2p | Parameter 2 | Parameters of the Second replacement template | empty | optional |
note | Note | Supplementary note text | empty | optional |
cat | category | categorization option (when template is used):
| default | optional |
default | parameters | template + parameter(s) for substituting slash-separated parameter list; 1st=template name | empty | optional |
Additional information
The template is intended to be used in the following namespaces: the Template namespace
The template is intended to be used by the following user groups: all users
Placement: At the top of the page
Example
{{Deprecated|template}}
renders as:
{{deprecated|template|2nd template}}
{{deprecated|template|p=parameter}}
{{deprecated|note=Customized note.}}
{{deprecated|template|p=<nowiki>a=b|c=d</nowiki>|2nd template|2p=e|note=Customized note.}}
See also
Localization
This template is localized through {{Autotranslate}}. The layout of the template can be found under Template:Deprecated/layout.
To add your language to the list of languages supported by this template, please copy the code of Template:Deprecated/en (or any other language version you prefer to translate) and replace the text strings in there (the form below can be used to create a translation, the English version is preloaded in the edit box). Please change the parameter lang from en (or whatever language you are translating) to the language code of your language.