Template:Box/open

From NET Wiki
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