Template:Box/doc

From EVE University Wiki
< Template:Box
Revision as of 17:42, 24 February 2017 by Djavin novienta (talk | contribs) (Moved documentation to own page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Main article: Template:Box

Usage

Creates a box with text.

{{ Box | border_color | text | border_style }}

Syntax

border_color
Specifies the color for the box' color. Either use a named color (e.g. purple) or the color's hexadecimal code (e.g. #800080). If you don't specify a color, the box will have a medium-grey border.
border_style
Specifies the style of the box' border; you can use any of the CSS border styles. If you don't specify anything here, the box will have a dotted border.

See also

  • {{color box}}, a more advanced template for creating colored boxes.