Template:Infobox
{{{1}}}
The following parameters to this template are defined:
- content: the contents of the box. No default value is 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 1em 0em.
You if you don't specify the name of the first parameter, it is assumed to be content.
Examples
| Code | Result |
|---|---|
{{Infobox|content=Hello world!}} |
Hello world!
|
{{Infobox|Hello world!}} |
Hello world!
|