Template:Container: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
mNo edit summary
Line 1: Line 1:
<div style="{{{style1|margin:4px auto; padding:0 2px 2px 2px; border-radius: 6px; background: #333333;}}} width:{{{width|90%}}}; margin:6px auto; box-shadow: 0px 0px 7px #333333;"><div style="color:#fff; text-align:center; font-weight:bold;">{{{title|Title}}}</div><div style="{{{style2|text-align:justify; color:#000000; border-radius: 0 0 5px 5px; padding: 0 4px 0 4px; background:#F0F8FF;}}}">
<div style="{{{style-tmp|margin:4px auto; padding:0 2px 2px 2px; border-radius:.5em; background: #444; box-shadow: 0px 0px 7px #444;}}} width:{{{width|90%}}};"><div style="{{{style-title|color:#fff; text-align:center; font-weight:bold; font-size:13px}}};">{{{title|Title}}}</div><div style="{{{style-content|text-align:justify; color:#000000; font-size:12px; border-radius: 0 0 5px 5px; padding: 0 4px 0 4px; background:#F0F8FF;}}}">{{{1|{{{content|Content}}}}}}</div></div><noinclude>
{{{content|Content}}}</div>
</div><noinclude>
==How to==
==How to==
Simply copy the following:
Simply copy the following:
<pre>
<pre>
{{Container
{{Container|title=|}}
|title=
|content=
}}
</pre>
</pre>


For an alternate/expanded version, copy the following:
;Optional fields:
<pre>
<pre>
{{Container
|width=
|width=
|style1=
|style-tmp=
|style2=
|style-title=
|title=
|style-content=
|content=
}}
}}
</pre>
</pre>
[[Category:Updated templates|{{PAGENAME}}]]
[[Category:Updated templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 15:40, October 22, 2013

Title
Content

How to

Simply copy the following:

{{Container|title=|}}
Optional fields
|width=
|style-tmp=
|style-title=
|style-content=
}}