Template:Deprecate/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Deprecate. It contains usage information, categories and other content or metadata that is not part of the original template. |
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}}