Template:No
{{ #if: | 0 }}{{ #switch:
| tick =
| red =
| ingame =
| #default =
}}
Description
Generates an image to represent "No" in tables or checklists.
{{ No
| 1 =
| sort =
| sortkey =
}}
Parameters
- 1
- Optional. Icon style. Possible values:
- {{ #if: | 0 }}{{ #switch:
| tick =
| red =
| ingame =
| #default =
}} (default)
- {{ #if: | 0 }}{{ #switch: tick
| tick =
| red =
| ingame =
| #default =
}} tick
- {{ #if: | 0 }}{{ #switch: red
| tick =
| red =
| ingame =
| #default =
}} red
- {{ #if: | 0 }}{{ #switch: ingame
| tick =
| red =
| ingame =
| #default =
}} ingame
- sort
- Optional. Set this parameter to place an invisible sortkey before the icon.
- sortkey
- Optional. The text of the sort key to place before the icon. (default 0)
Examples
{{no}}
{{ #if: | 0 }}{{ #switch:
| tick =
| red =
| ingame =
| #default =
}}
{{no|ingame}}
{{ #if: | 0 }}{{ #switch: ingame
| tick =
| red =
| ingame =
| #default =
}}
{{no|red}}
{{ #if: | 0 }}{{ #switch: red
| tick =
| red =
| ingame =
| #default =
}}
{{no|sort=y}}
{{ #if: y | 0 }}{{ #switch:
| tick =
| red =
| ingame =
| #default =
}}
{{no|sortkey=A}}
{{ #if: A | A }}{{ #switch:
| tick =
| red =
| ingame =
| #default =
}}
See also