Template:Container: Difference between revisions
From Destinypedia, the Destiny wiki
m (Text replacement - " 0px" to " 0") |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<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:# | <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:#F8F8FF;}}}"> | ||
{{{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 | ||
Line 11: | Line 12: | ||
For an alternate/expanded version, copy the following: | For an alternate/expanded version, copy the following: | ||
<pre> | <pre> | ||
{{Container | {{Container | ||
Line 20: | Line 22: | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Main page]]</noinclude> | [[Category:Main page]]</noinclude> |
Latest revision as of 09:21, June 14, 2024
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= }}