Template:Container: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
m (Text replacement - "> [[Category:" to "> [[Category:")
 
(20 intermediate revisions by 2 users not shown)
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; padding:4px 2px;"><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 class="containerTem" style="{{{style1|margin:4px auto; padding:0 2px 2px 2px; border-radius: 6px; background: #333333;}}} width:{{{width|90%}}}; margin:0 auto 16px auto; box-shadow: 0 0 4px #333333;"><div class="containerTitle" style="color:#fff; text-align:center; font-weight:bold;">{{{title|Title}}}</div><div class="containerContent" style="{{{style2|text-align:left; color:#000; border-radius: 0 0 5px 5px; padding: 1px 6px 3px 8px; background:#F0F8FF;}}}">
{{{content|Content}}}</div>
{{{content|Content}}}</div></div><noinclude>
</div><noinclude>
==How to==
==How to==
Simply copy the following:
Simply copy the following:
Line 21: Line 20:
}}
}}
</pre>
</pre>
[[Category:Main Page|{{PAGENAME}}]]
 
</noinclude>
[[Category:Main page]]</noinclude>

Latest revision as of 19:16, September 15, 2022

Title
Content

How to

Simply copy the following:

{{Container
|title=
|content=
}}

For an alternate/expanded version, copy the following:

{{Container
|width=
|style1=
|style2=
|title=
|content=
}}