Template:Box: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
m (change default width)
mNo edit summary
Line 1: Line 1:
<div style="border: solid {{{thickness|2}}}px {{{border|black}}}; background-color: {{{background|white}}}; padding: 5px; width: {{{width|70}}}%; margin: auto;">
<div style="border: solid {{{thickness|2}}}px {{{border|black}}}; background-color: {{{background|white}}}; padding: 5px; width: {{{width|70}}}%; margin: auto; float: {{{align|center}}}">
<center>'''{{{title|<tt>title</tt> goes here}}}'''<br>
<center>'''{{{title|<tt>title</tt> goes here}}}'''<br>
{{{text|<tt>text</tt> goes here}}}</center></div><noinclude>
{{{text|<tt>text</tt> goes here}}}</center></div><noinclude>

Revision as of 06:06, April 2, 2007

title goes here
text goes here

HowTo

{{box
| thickness  = 
| border     = 
| background = 
| width      = 
| title      = 
| text       = 
}}
  • Thickness - Border thickness (in pixles)
  • Border - Border colour (American or hex format)
  • Background - Main background colour (American or hex format)
  • Width - The box's width (in percent)
  • Title - The box's title
  • Text - Text in the box