Difference between revisions of "Template:Box/FV"
Jump to navigation
Jump to search
imported>Flameviper m (Previous revision worked. Attempting width parameter.) |
imported>CBDunkerson (Remove un-used / un-needed category) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
<center><div class="boilerplate metadata" id="{{{id|Info-box}}}" width={{{width|100}}}%> | <center><div class="boilerplate metadata" id="{{{id|Info-box}}}" width={{{width|100}}}%> | ||
| − | {| CELLPADDING={{{padding|5}}} CELLSPACING={{{spacing|5}}} style="background-color: #{{{ | + | {| CELLPADDING={{{padding|5}}} CELLSPACING={{{spacing|5}}} style="background-color: #{{{2|FFFFFF}}}; border: solid {{{line|1}}}px #{{{3|000000}}}" |
| − | | {{{ | + | | {{{1}}} |
|}</div></center> | |}</div></center> | ||
| + | <noinclude>This is a standard boilerplate for any purpose. It eliminates all the difficulty of creating a box yourself, providing easy-to-set parameters. The variables are as follows. | ||
| + | *Contents of box | ||
| + | *Background colour<nowiki>*</nowiki> | ||
| + | *Border colour<nowiki>*</nowiki> | ||
| + | *ID<nowiki>*</nowiki> | ||
| + | *Width<nowiki>*</nowiki> | ||
| + | *Cellpadding<nowiki>*</nowiki> | ||
| + | *Cellspacing<nowiki>*</nowiki> | ||
| + | *Border thickness<nowiki>*</nowiki> | ||
| + | All parameters marked with a<nowiki>*</nowiki> can be left undefined. The template will function properly without them (the variables will be set to default).</noinclude> | ||
Latest revision as of 14:35, 16 July 2007
This is a standard boilerplate for any purpose. It eliminates all the difficulty of creating a box yourself, providing easy-to-set parameters. The variables are as follows.
- Contents of box
- Background colour*
- Border colour*
- ID*
- Width*
- Cellpadding*
- Cellspacing*
- Border thickness*
All parameters marked with a* can be left undefined. The template will function properly without them (the variables will be set to default).