Revision as of 01:11, 5 June 2011 view sourceB1KWikis (talk | contribs)374 editsNo edit summary← Previous edit | Revision as of 01:15, 5 June 2011 view source B1KWikis (talk | contribs)374 editsNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
<!--#REDIRECT ]--> | |||
<div id="title-meta" style="display: none">{{{1| }}}</div><div id="title-align" style="display: none">{{#switch:{{{align}}}|right=right|middle|center=center|left}}</div><noinclude> | <div id="title-meta" style="display: none">{{{1| }}}</div><div id="title-align" style="display: none">{{#switch:{{{align}}}|right=right|middle|center=center|left}}</div><noinclude> | ||
⚫ | ==Usage examples== | ||
For testing, ] provides that purpose | |||
⚫ | Usage examples |
||
:Legend: ! = incorrect/undesirable usage; - = Correct usage | :Legend: ! = incorrect/undesirable usage; - = Correct usage | ||
*! <code><nowiki>{{Title}}</nowiki></code> ''takes away title'' | *! <code><nowiki>{{Title}}</nowiki></code> ''takes away title'' | ||
*- <code><nowiki>{{Title| |
*- <code><nowiki>{{Title|Article Title}}</nowiki></code> ''replaces title with Foo Bar'' | ||
*! <code><nowiki>{{Title|align=center}}</nowiki></code> ''centers " "'' | *! <code><nowiki>{{Title|align=center}}</nowiki></code> ''centers " "'' | ||
*! <code><nowiki>{{Title|align=right}}</nowiki></code> ''aligns " " to right'' | *! <code><nowiki>{{Title|align=right}}</nowiki></code> ''aligns " " to right'' | ||
*- <code><nowiki>{{Title| |
*- <code><nowiki>{{Title|Article Title|align=center/right}}</nowiki></code> ''Centers "Foo Bar"'' | ||
==Purpose== | |||
{{WIP}} | |||
The purpose of this template is to literally remove the title and replace it with what is placed in the second parameter. The author of this needs ] to get this template working. | |||
</noinclude> | </noinclude> |
Revision as of 01:15, 5 June 2011
leftUsage examples
- Legend: ! = incorrect/undesirable usage; - = Correct usage
- !
{{Title}}
takes away title - -
{{Title|Article Title}}
replaces title with Foo Bar - !
{{Title|align=center}}
centers " " - !
{{Title|align=right}}
aligns " " to right - -
{{Title|Article Title|align=center/right}}
Centers "Foo Bar"
Purpose
The purpose of this template is to literally remove the title and replace it with what is placed in the second parameter. The author of this needs your help to get this template working.