Template:Bullet cell

From Wiki
Jump to: navigation, search

Template bullet cell renders a bulleted table cell. All parameters are optional.

Usage

{{bullet cell
 | b = one of 'ex', 'im' or 'no'.  The default value is 'no'.
 | class = the style-class identifiers for the table cell, if any.
     Identifiers 'bul B' will be set regardless, where B is the
     effective value of parameter b.
 | symbol = The bullet symbol.  The default value is '•'.
 }}

Examples

{{bullet cell | b=ex}}
{{bullet cell | b=no | class=my-class-1 my-class-2}}

Which could also be expressed as:

{{bullet cell | class=my-class-1 my-class-2}}