Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background:#{{{background|E8E8FF}}}; border:{{{border|1px dashed black}}}; padding:{{{padding|5px}}};">{{{content}}}</div><noinclude> | <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''. | * '''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'. | * '''border''': a CSS-format border style string. Default value is ''1px dashed black'. | ||
Revision as of 01:53, 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.