Template:Container: Difference between revisions

From Halopedia, the Halo wiki

m (moved Template:Header/2 to Template:Header: Deprecated.)
mNo edit summary
Line 1: Line 1:
{| align="center" width="{{{width|90%}}}" style="{{{style1|margin:4px auto; padding:1px; border-radius: .5em; background:#333; font-family:Tahoma, Verdana, Arial;}}}" {{#if:{{{id|}}}|class="{{{id|}}}"|}}
{| align="center" width="{{{width|90%}}}" style="{{{style1|margin:4px auto; padding:1px; border-radius: .5em; background:#333; font-family:Tahoma, Verdana, Arial;}}}" {{#if:{{{id|}}}|class="{{{id|}}}"|}}
! style="color:#fff; text-align:center;" | {{{title|Title}}}
! style="color:#fff; text-align:center;" | {{{title|Title}}}
| style="width:10px; font-size:80%;" | {{#if:{{{page|}}}|[[{{{page|Template:Header/2}}}|<span style="color:#FFFFFF;">+</span>]]|}}
| style="width:10px; font-size:80%;" | {{#if:{{{page|}}}|[[{{{page|Template:Header}}}|<span style="color:#FFFFFF;">+</span>]]|}}
|-
|-
| style="{{{style2|text-align:justify; color:#000; border-radius: 0 0 .5em .5em; padding: 0 4px 0 4px; background:#F0F8FF;}}}" colspan="2" |
| style="{{{style2|text-align:justify; color:#000; border-radius: 0 0 .5em .5em; padding-left:4px; background:#F0F8FF;}}}" colspan="2" |
{{{content|Content}}}
{{{content|Content}}}
|}
|}
Line 10: Line 10:
Simply copy the following:
Simply copy the following:
<pre>
<pre>
{{Header/2
{{Header
|title=
|title=
|content=
|content=
Line 18: Line 18:
For an alternate/expanded version, copy the following:
For an alternate/expanded version, copy the following:
<pre>
<pre>
{{Header/2
{{Header
|width=
|width=
|id=
|id=

Revision as of 11:15, July 17, 2011

Title

Content

How to

Simply copy the following:

{{Header
|title=
|content=
}}

For an alternate/expanded version, copy the following:

{{Header
|width=
|id=
|title=
|content=
}}