Difference between revisions of "Template:Box"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
<noinclude>
 
<noinclude>
== Example ==
+
== Usage ==
 
<pre><nowiki>{{box|text=''This is my box based on this template.''}}</nowiki></pre>
 
<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
 +
}}
 +
 
</noinclude>
 
</noinclude>

Revision as of 15:05, 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.