📖 This is a live mirror of the <a href="https://www.theamazonbasin.com/wiki/">Basin Wiki</a> (theamazonbasin.com), hosted to keep the content available if the original ever goes offline. All content belongs to the original Basin Wiki authors — please visit and support the <a href="https://www.theamazonbasin.com/">original site</a>.

Template:No

From Basin Wiki (D2 mirror)
Jump to navigation Jump to search

{{ #if: | 0 }}{{ #switch: | tick = No | red = No | ingame = No | #default = No }}

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 = No | red = No | ingame = No | #default = No }} (default)

  • {{ #if: | 0 }}{{ #switch: tick

| tick = No | red = No | ingame = No | #default = No }} tick

  • {{ #if: | 0 }}{{ #switch: red

| tick = No | red = No | ingame = No | #default = No }} red

  • {{ #if: | 0 }}{{ #switch: ingame

| tick = No | red = No | ingame = No | #default = No }} 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 = No | red = No | ingame = No | #default = No }}

{{no|ingame}}

{{ #if: | 0 }}{{ #switch: ingame | tick = No | red = No | ingame = No | #default = No }}

{{no|red}}

{{ #if: | 0 }}{{ #switch: red | tick = No | red = No | ingame = No | #default = No }}

{{no|sort=y}}

{{ #if: y | 0 }}{{ #switch: | tick = No | red = No | ingame = No | #default = No }}

{{no|sortkey=A}}

{{ #if: A | A }}{{ #switch: | tick = No | red = No | ingame = No | #default = No }}

See also