Template:Deprecate
Jump to navigation
Jump to search
This documentation is transcluded from Template:Deprecate/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage
A template to make the proposed deprecations of proposals machine-readable:
{{deprecate|{{tag|foo}}}}
→ Deprecate foo=* without replacement.{{deprecate|{{tag|foo}}|{{tag|bar}}}}
→ Deprecate foo=* in favor of bar=*.{{deprecate|{{tag|foo||<var>X</var>}}|{{tag|bar||<var>X</var>}}|(where <var>X</var> is a value of {{tag|baz}})}}
→ Deprecate foo=X in favor of bar=X (where X is a value of baz=*).
Notes
Parameters
- What is being deprecated (use Template:Tag, Template:Prefix or Template:Suffix).
- What is the suggested replacement, if any (use Template:Tag, Template:Prefix or Template:Suffix).
- Additional notes.
See also
- {{Define}}