Template:Infobox: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
No edit summary
Jadrian Miles (talk | contribs)
No edit summary
Line 1: Line 1:
<div style="background:#{{{background|E8E8FF}}}; border:{{{border|1px dashed black}}}; padding:{{{padding|5px}}}; margin:{{{margin|5px 0px}}};">{{{content}}}</div><noinclude>
<div style="background:#{{{background|E8E8FF}}}; border:{{{border|1px dashed black}}}; padding:{{{padding|5px}}}; margin:{{{margin|1em 0em}}};">{{{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 0px''.
* '''margin''': box margin.  Default value is ''1em 0em''.
* '''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:57, 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 1em 0em.
  • content: the contents of the box. No default value is defined.