Plainlist creates a plain (i.e. unbulleted) list.
Parameters
| Parameter | Description | Default | Status |
|---|---|---|---|
| 1 | The ‘normal’ list. | empty | required |
| class | Adds a CSS class to the containing div. | empty | optional |
| style | Adds CSS style options. | empty | optional |
| indent | Indents the list by a number of standard indents (one indent being 1.6em) | empty | optional |
Example
The following code
{{Plainlist|
* Artillery
* Cavalry
* Cuirassier
* Dragoon
* Hussar
* Infantry
* Irregular
}}
will display:
- Artillery
- Cavalry
- Cuirassier
- Dragoon
- Hussar
- Infantry
- Irregular