Misplaced Pages

Template:Title: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
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|Foo Bar}}</nowiki></code> ''replaces title with Foo Bar'' *- <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|Foo Bar|align=center/right}}</nowiki></code> ''Centers "Foo Bar"'' *- <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

left

Usage 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.