|
|
(14 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| <includeonly><div style=" | | <includeonly>{{Mbox |
| margin:4px 10%;
| | | icon = Icon-Deprecated.png |
| border:2px #b32424 solid;
| | | type = delete |
| background-color:#f8f9fa;
| | | text = [[{{ARTICLESPACE}}:{{{1|{{ROOTPAGENAME}}}}}]] is deprecated. {{#if:{{{2|}}}|Please use [[{{{2}}}]] instead.}} {{{details|}}} |
| text-align:center; | | }}{{#ifeq: {{ARTICLESPACE}}:{{ucfirst:{{{1|}}}}}|{{ARTICLEROOTPAGENAME}}|[[Category:Deprecated templates]]|[[Category:Pages with deprecated templates]]}}{{#ifeq: {{lc: {{ARTICLEROOTPAGENAME}}}}|template:deprecated template||[[Category:Deprecated templates]]}}</includeonly><noinclude> |
| padding: 1em;">[[Template:{{{old}}}]] is deprecated. {{#if:{{{new|}}}|Please use [[{{{new}}}]] instead.}} {{{details|}}}</div>
| | {{documentation}} |
| {{#ifeq:Template:{{ucfirst:{{{old|}}}}}|{{FULLPAGENAME}}|[[Category:Deprecated templates]]|[[Category:Pages using 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. | |
|
| |
|
| == Usage ==
| | [[Category:Message boxes]] |
| Use as follows:
| | </noinclude> |
| | |
| <nowiki>{{</nowiki>Deprecated template|old=Deprecated template|new=New template|details=Further details.}}
| |
| | |
| as to get:
| |
| | |
| <div style="
| |
| margin:4px 10%;
| |
| border:2px #b32424 solid;
| |
| background-color:#f8f9fa;
| |
| text-align:center;
| |
| padding: 1em;">[[Template:Deprecated template]] is deprecated. Please use [[Template:New template]] instead. Further details.</div>
| |
| | |
| 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.
| |
| | |
| == See also ==
| |
| * [[:Category:Deprecated templates]]
| |
| * [[:Category:Pages with deprecated templates]]
| |
| | |
| [[Category:Templates]]</noinclude>
| |