Template:Fix: Difference between revisions

m
Text replacement - "\[\[Category:([A-Z a-z]+)\|[A-Za-z]\]\]" to "Category:$1"
(Cat.)
m (Text replacement - "\[\[Category:([A-Z a-z]+)\|[A-Za-z]\]\]" to "Category:Category:$1")
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{NAMESPACE}}||{{{cat|[[Category:All pages needing cleanup]]}}}{{#if:{{{cat-date|}}}|[[{{{cat-date}}} {{#if:{{{date|}}}|{{#if:{{{from|}}}|from|since}} {{{date}}}}}]]}}}}{{#if:{{{text|}}}|<sup class="{{{class|noprint Inline-Template}}}"><span title="{{{title|}}}{{#if:{{{date|}}}|&nbsp;{{#if:{{{from|}}}|from|since}} {{{date}}}}}" style="white-space: nowrap;">&#91;''{{{pre-text|}}}[[{{#if:{{{link|}}}|{{{link}}}{{!}}}}{{{text|}}}]]{{{post-text|}}}''&#93;</span></sup>|{{{special|}}}}}</includeonly><noinclude>
<includeonly>{{#if:{{{cat|}}}|[[Category:{{{cat}}}]]}}{{#if:{{{text|}}}|<span class='noprint Inline-Template {{{class|}}}' title='{{{title|}}}' style='line-height:0;vertical-align:super;font-size:90%;font-weight:normal;white-space:nowrap'>[''{{{pre-text|}}}{{#if:{{{link|}}}|[[{{{link}}}{{!}}{{{text}}}]]|{{{text}}}}}{{{post-text|}}}'']</span>|{{{special|}}}}}</includeonly><noinclude>
==Usage==
==Usage==
<pre>{{fix
<pre>{{fix
Line 6: Line 6:
|pre-text = <Optional text to print before the linked text>
|pre-text = <Optional text to print before the linked text>
|post-text = <Optional text to print after the linked text>
|post-text = <Optional text to print after the linked text>
|class = <Class to set text to> (default = "noprint Inline-Template"; neither should be removed,
|class = <Classes to set text to>
but additional classes can be added, e.g. "noprint Inline-Template FooBarBazQuux")
|title = <Tooltip text to display when mouse is hovered over link>
|title = <Tooltip text to display when mouse is hovered over link>
|special = <Optional replacement for text, link, title, pre-text, and post-text -  
|special = <Optional replacement for text, link, title, pre-text, and post-text -  
allowing user to define a non-standard format>
allowing user to define a non-standard format>
|date = <Optional date parameter to be displayed at end of 'title' and/or in cat-date>
|cat = <Category to include page in>
|cat = <Category to include page in>
|cat-date = <Category to include page in - with optional date parameter in the category name>}}</pre>
}}</pre>


==Purpose==
==Purpose==
Line 23: Line 21:
|text=cleanup
|text=cleanup
|title=The material in the vicinity of this tag may require cleanup
|title=The material in the vicinity of this tag may require cleanup
|date={{{date|}}}
|cat=Articles in need of improvement}}, can be produced with:
|cat=[[Category:Articles in need of improvement]]}}, can be produced with:


<!-- To use below source, remove amp; when copying -->
<!-- To use below source, remove amp; when copying -->
Line 32: Line 29:
|text=cleanup
|text=cleanup
|title=The material in the vicinity of this tag may require cleanup
|title=The material in the vicinity of this tag may require cleanup
|date={{{date|}}}
|cat=Articles in need of improvement}}</pre>
|cat=[[Category:Articles in need of improvement]]}}</pre>


This methodology allows new inline templates to be created by just filling in the parameters above. This also allows consistent formatting, features, and syntax across the range of templates.
This methodology allows new inline templates to be created by just filling in the parameters above. This also allows consistent formatting, features, and syntax across the range of templates.
Line 39: Line 35:
{{wikipedia|template}}
{{wikipedia|template}}


[[Category:Maintenance templates]]
[[Category:Maintenance templates]]</noinclude>
</noinclude>