Template:Fix: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Cat.)
m (Text replacement - "\[\[Category:([A-Z a-z]+)\|[A-Za-z]\]\]" to "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>

Latest revision as of 17:25, 30 July 2021

Usage

{{fix
|link = <Page which text should link to, without brackets>
|text = <Text to be displayed for the link>
|pre-text = <Optional text to print before the linked text>
|post-text = <Optional text to print after the linked text>
|class = <Classes to set text to>
|title = <Tooltip text to display when mouse is hovered over link>
|special = <Optional replacement for text, link, title, pre-text, and post-text - 
allowing user to define a non-standard format>
|cat = <Category to include page in>
}}

Purpose

Most inline notices use virtually identical formats. This template is designed to provide a single standardized format which can accommodate the different text, links, and categories of individual templates.

For example,[needs cleanup], can be produced with:

{{fix
|link=Forum:Index
|pre-text=needs 
|text=cleanup
|title=The material in the vicinity of this tag may require cleanup
|cat=Articles in need of improvement}}

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.

Wikipedia logo.png This template uses content from Wikipedia (view authors), and falls under the compatible Creative Commons license.