Difference between revisions of "Template:Box"
From King Arthur's Gold Wiki
(ok, i think that's all we need) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
</div> | </div> | ||
− | == | + | <noinclude> |
− | <pre><nowiki>{{box|text= | + | == Usage == |
+ | <pre><nowiki>{{box|text=This is my box based on this template.}}</nowiki></pre> | ||
{{box|text=This is a box based on this template.}} | {{box|text=This is a box based on this template.}} | ||
− | < | + | == Customization == |
+ | <pre><nowiki>{{box | ||
+ | |text=This is a box based on this template, but this time we made it pretty. | ||
+ | |border=1px solid #595 | ||
+ | |background-color=#cfc | ||
+ | }}</nowiki></pre> | ||
+ | |||
+ | {{box | ||
+ | |text=This is a box based on this template, but this time we made it pretty. | ||
+ | |border=1px solid #595 | ||
+ | |background-color=#cfc | ||
+ | }} | ||
+ | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 15:07, 7 June 2011
Text for the box.
Usage
{{box|text=This is my box based on this template.}}
This is a box based on this template.
Customization
{{box |text=This is a box based on this template, but this time we made it pretty. |border=1px solid #595 |background-color=#cfc }}
This is a box based on this template, but this time we made it pretty.