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}}}; margin:{{{margin|5px}}};">{{{content}}}</div><noinclude> | ||
The following parameters to this template are defined: | The following parameters to this template are defined: | ||
| Line 5: | Line 5: | ||
* '''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'. | ||
* '''padding''': box padding. Default value is ''5px''. | * '''padding''': box padding. Default value is ''5px''. | ||
* '''margin''': box margin. Default value is ''5px''. | |||
* '''content''': the contents of the box. No default value is defined. | * '''content''': the contents of the box. No default value is defined. | ||
</noinclude> | </noinclude> | ||
Revision as of 01:55, 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.
- margin: box margin. Default value is 5px.
- content: the contents of the box. No default value is defined.