Difference between revisions of "Template:Yes"

From Basin Wiki
Jump to navigation Jump to search
(Created page with "{{ #if: {{{sort|}}}{{{sortkey|}}} | <span class="hide">{{{sortkey|1}}} </span> }}{{ #switch: {{{1|}}} | yellow = Yes | gray = [[Image:Tick gray.png...")
 
(No difference)

Latest revision as of 13:08, 13 January 2012

Yes

Description

Generates an image to represent "Yes" in tables or checklists.

{{ Yes
| 1 = 
| sort = 
| sortkey = 
}}

Parameters

1
Optional. Icon style. Possible values:
  • Yes (default)
  • Yes yellow
  • Yes gray
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 1)

Examples

{{yes}}

Yes

{{yes|yellow}} {{yes|gray}}

Yes Yes

{{yes|sort=y}}

1 Yes

{{yes|sortkey=A}}

A Yes

See also