Template:Infobox

From VrlWiki
Revision as of 00:21, 11 February 2009 by Jadrian Miles (talk | contribs)
Jump to navigation Jump to search
{{{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!