Difference between revisions of "Template:Box"
From King Arthur's Gold Wiki
(ok, i think that's all we need) |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
<noinclude> | <noinclude> | ||
− | == | + | == Usage == |
− | <pre><nowiki>{{box|text= | + | <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.