Template:Deprecated
Template page
More actions
Usage
To mark templates that are deprecated. It should go at the very beginning of the deprecated template's code inside of <noinclude> tags.
When a template is replaced by a different one (or two), simply enter the template's name the parameter(s) without the Template: prefix.
- Automatically adds tagged pages to Category:Deprecated templates. (Other categories should usually be removed.)
Examples
The default (no parameters) is what is shown above.
{{deprecated|template}} →
Please use {{Template}} instead. |
{{deprecated|template|2nd template}} →
Please use {{Template}} or {{2nd template}} instead. |
{{deprecated|note=Customized note.}} →
Customized note. |
{{deprecated|template|note=Customized note.}} →
Please use {{Template}} instead. Customized note. |