Template:Fix: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
m (.) |
m (Text replacement - "\[\[Category:([A-Z a-z]+)\|[A-Za-z]\]\]" to "Category:$1") |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <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 = <Classes to set text to> | ||
|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> | ||
|cat = <Category to include page in> | |cat = <Category to include page in> | ||
}}</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 | ||
|cat=Articles in need of improvement}}, can be produced with: | |||
|cat= | |||
<!-- 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 | ||
|cat=Articles in need of improvement}}</pre> | |||
|cat= | |||
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,
, 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.
![]() |
This template uses content from Wikipedia (view authors), and falls under the compatible Creative Commons license. |