Template:Fix: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(Copy from enwp)
 
(Remove the Namespace check)
 
(2 intermediate revisions by the same user 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:{{{date|}}}|{{#ifexist:{{{cat-date}}} {{#if:{{{from|}}}|from|since}} {{{date}}}||[[Category:Articles with invalid date parameter in template]]}}}}}}}}{{#if:{{{text|}}}|<sup class="{{{class|noprint Inline-Template}}}"><span title="{{{title|}}}{{#if:{{{date|}}}|&nbsp;{{#if:{{{from|}}}|from|since}} {{{date}}}}}" style="white-space: nowrap;">&#91;<i>{{#if:{{{pre-text|}}}|{{{pre-text}}}&#32;}}[[{{{link|NDWiki:Cleanup}}}|{{{text|}}}]]{{#if:{{{post-text|}}}|&#32;{{{post-text}}}}}</i>&#93;</span></sup>|{{{special|}}}}}</includeonly><noinclude>
<includeonly>{{{cat|[[Category:All pages needing cleanup]]}}}{{#if:{{{cat-date|}}}|[[{{{cat-date}}} {{#if:{{{date|}}}|{{#if:{{{from|}}}|from|since}} {{{date}}}}}]]{{#if:{{{date|}}}|{{#ifexist:{{{cat-date}}} {{#if:{{{from|}}}|from|since}} {{{date}}}||[[Category:Articles with invalid date parameter in template]]}}}}}}{{#if:{{{text|}}}|<sup class="{{{class|noprint Inline-Template}}}"><span title="{{{title|}}}{{#if:{{{date|}}}|&nbsp;{{#if:{{{from|}}}|from|since}} {{{date}}}}}" style="white-space: nowrap;">&#91;<i>{{#if:{{{pre-text|}}}|{{{pre-text}}}&#32;}}[[{{{link|NDWiki:Cleanup}}}|{{{text|}}}]]{{#if:{{{post-text|}}}|&#32;{{{post-text}}}}}</i>&#93;</span></sup>|{{{special|}}}}}</includeonly><noinclude>
==Purpose==
==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.
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.
Line 19: Line 19:
|cat-date = <Category to include page in - with optional date parameter in the category name>}}</pre>
|cat-date = <Category to include page in - with optional date parameter in the category name>}}</pre>


This template is used by [[:Template:Citation needed]].
[[Category:Utility templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Latest revision as of 16:45, 12 November 2008

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.

Usage

{{fix
|link = <Page which text should link to, without brackets> (default = NDWiki:Cleanup)
|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 = <Class to set text to> (default = "noprint Inline-Template"; neither should be removed,
but additional classes can be added, e.g. "noprint Inline-Template FooBarBazQuux")
|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>
|date = <Optional date parameter to be displayed at end of 'title' and/or in cat-date>
|cat = <Category to include page in>
|cat-date = <Category to include page in - with optional date parameter in the category name>}}

This template is used by Template:Citation needed.