Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
New page: <div style="background:#{{{background|80ffff}}}; border:{{{border|1px black dashed}}}; padding:{{{padding|5px}}};">{{{content}}}</div> |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background:#{{{background| | <div style="background:#{{{background|E8E8FF}}}; border:{{{border|1px dashed black}}}; padding:{{{padding|5px}}};">{{{content}}}</div><noinclude>The following parameters to this template are defined: | ||
* '''background''': the background color as a raw hex integer. Default value is ''E8E8FF''. | |||
* '''border''': a CSS-format border style string. Default value is ''1px dashed black'. | |||
* '''padding''': box padding. Default value is ''5px''. | |||
* '''content''': the contents of the box. No default value is defined. | |||
</noinclude> | |||
Revision as of 01:52, 28 September 2008
{{{content}}}
The following parameters to this template are defined:
- background: the background color as a raw hex integer. Default value is E8E8FF.
- border: a CSS-format border style string. Default value is 1px dashed black'.
- padding: box padding. Default value is 5px.
- content: the contents of the box. No default value is defined.