Template:Deprecated template: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m +link and misc. fix |
||
Line 2: | Line 2: | ||
| type = delete | | type = delete | ||
| text = [[Template: {{{1}}}]] is deprecated. {{#if:{{{2|}}}|Please use [[{{{2}}}]] instead.}} {{{details|}}} | | text = [[Template: {{{1}}}]] is deprecated. {{#if:{{{2|}}}|Please use [[{{{2}}}]] instead.}} {{{details|}}} | ||
}}{{#ifeq:Template:{{ucfirst:{{{1|}}}}}|{{FULLPAGENAME}}|[[Category:Deprecated templates]]|[[Category:Pages | }}{{#ifeq:Template:{{ucfirst:{{{1|}}}}}|{{FULLPAGENAME}}|[[Category:Deprecated templates]]|[[Category:Pages with deprecated templates]]}}</includeonly><noinclude> | ||
The <nowiki>{{</nowiki>'''Deprecated template'''<nowiki>}}</nowiki> template notifies users that a given template has been replaced by a different one or ones, or simply deprecated (advised to no longer be used) without a replacement. Whenever possible, it should replace the deprecated template's content entirely, so that someone using the template will see only the message. | The <nowiki>{{</nowiki>'''Deprecated template'''<nowiki>}}</nowiki> template notifies users that a given template has been replaced by a different one or ones, or simply deprecated (advised to no longer be used) without a replacement. Whenever possible, it should replace the deprecated template's content entirely, so that someone using the template will see only the message. | ||
Line 22: | Line 22: | ||
== See also == | == See also == | ||
* [[:Category:Deprecated templates]] | * [[Template: Deprecated]] | ||
* [[:Category:Pages with deprecated templates]] | * [[:Category: Deprecated templates]] | ||
* [[:Category: Pages with deprecated templates]] | |||
[[Category:Message boxes]]</noinclude> | [[Category:Message boxes]]</noinclude> |
Revision as of 09:44, 3 January 2024
The {{Deprecated template}} template notifies users that a given template has been replaced by a different one or ones, or simply deprecated (advised to no longer be used) without a replacement. Whenever possible, it should replace the deprecated template's content entirely, so that someone using the template will see only the message.
Usage
Use as follows:
{{Deprecated template|Old template|Template: New template|details=Further details.}}
as to get:
Template: Old template is deprecated. Please use Template: New template instead. Further details. |
The last two parameters are optional. This can be useful when the template was replaced by something other than a new template, like a category.
The parameter names can be omitted if they are used in the same order as specified above.