Template:OR
Appearance
A template for creating OR condition blocks.
Parameters
Parameter | Description | Required | Default |
---|---|---|---|
1 | Contents of the condition block | required | — |
rowspan | Height of the condition block in rows. | optional | 2 |
operator | Logical operator, replaces OR. | optional | OR |
Usage
{{OR| * Condition 1 * Condition 2 }}results in:
OR
- Condition 1
- Condition 2
{{OR|rowspan=3| * Condition 1 * Condition 2 * Condition 3 }}results in:
OR
- Condition 1
- Condition 2
- Condition 3
Note that this template cannot be used with wikilists such as *
or #
as this breaks the format, * {{OR|}}
:
OR
- Condition 1
- Condition 2
If used in a plainlist
, this can be set alongside a wikilist; if a list marker must be used, wrap the template in <ul><li>{{OR|}}</li></ul>
- OR
- Condition 1
- Condition 2