Template:Title: Difference between revisions
From Halopedia, the Halo wiki
No edit summary |
m (Attempting fixture.) |
||
Line 1: | Line 1: | ||
{{#ifeq:{{localurl:{{{title|{{{1}}}}}}}}|{{localurl:{{PAGENAME}}}}|{{DISPLAYTITLE:{{{title|{{{1}}}}}}}}|<includeonly><div id="RealTitleBanner"></includeonly> | |||
<!-- | |||
<div id="title-meta" style="display: none">{{{1|{{PAGENAME}}}}}</div><div id="title-align" style="display: none">{{#switch:{{{align}}}|right=right|middle|center=center|left}}</div> | <div id="title-meta" style="display: none">{{{1|{{PAGENAME}}}}}</div><div id="title-align" style="display: none">{{#switch:{{{align}}}|right=right|middle|center=center|left}}</div> | ||
{{#switch:{{usecss}}|yes|true=<div id="titlehack" style="text-align:{{#switch:{{{align}}}|right=right|middle|center=center|left}};"> | {{#switch:{{usecss}}|yes|true=<div id="titlehack" style="text-align:{{#switch:{{{align}}}|right=right|middle|center=center|left}};"> | ||
Line 4: | Line 6: | ||
<div style="margin-bottom: 0; color: black; background-color: #FFFFFF; font-weight: normal; padding-top: .5em; padding-bottom: .17em; font-size: 188%; border-bottom: 1px solid #aaaaaa;">{{{1|{{PAGENAME}}}}}</div> | <div style="margin-bottom: 0; color: black; background-color: #FFFFFF; font-weight: normal; padding-top: .5em; padding-bottom: .17em; font-size: 188%; border-bottom: 1px solid #aaaaaa;">{{{1|{{PAGENAME}}}}}</div> | ||
</div> | </div> | ||
</div>}}<noinclude> | </div>}} | ||
--> | |||
<noinclude> | |||
Usage examples: | Usage examples: |
Revision as of 22:23, March 2, 2010
{{#ifeq:{{localurl:{{{1}}}}}|/Title||
Usage examples:
{{Title}}
removes namespace{{Title|Foo Bar}}
custom title{{Title|align=center}}
centered{{Title|align=right}}
aligned to the right{{Title|Foo Bar|align=center}}
etc
{{Title|Foo|usecss=yes}}
Uses old title hack method using css. This hides voting boxes, and has some other problems, so only use where the normal version won't work.