Template:Box/open

From NET Wiki
< Template:Box
Revision as of 17:24, 11 March 2009 by Nneuman1 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Title

Parameters:

  • width: width of the table, default is 100%
  • borderColor: color of the border
  • backgroundColor:
  • title:

Use the {{Box/close}} template to close the box!
This template should be used together with {{Box/pad}} to pad out the box contents - see examples below.
Template originates from [1]

Usage

{{Box/open|title=Test title}}
  <div style="{{Box/pad}}">
    Test box with no content.
  </div>
{{Box/close}}

produces:

Test title

Test box with no content.

Colors