Template:Icon box
Floating box with an icon and background. Used for licensing templates, Template:Note and similar boxes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Box text | box-text | Text inside of the box. | Content | required |
Box icons | box-icons | Standard wikitext containing the icons to place inside of the box, see example syntax. | Content | suggested |
Enable margin | margin | If set, adds a margin from the sides of the box.
| Boolean | suggested |
Text color | color | Text color in any format supported by CSS (hex, rgb(...), ...)
| String | optional |
Background color | background | Background color in any format supported by CSS (hex, rgb(...), ...)
| String | optional |
Border color | border-color | Text color in any format supported by CSS (hex, rgb(...), ...)
| String | optional |
Border style | border-style | CSS border-style value
| String | optional |
Border width | border-width | Border width with unit
| String | optional |
Padding | padding | Padding to add to the box, with the unit
| String | optional |
HTML role | role | HTML accessible role parameter to add to the box.
| String | optional |
HTML class | class | HTML class/classes to add to the box, space-separated. | String | optional |