đ 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:Ask
Jump to navigation
Jump to search
{{ #if: | 2 }}{{ #switch:
| bubble =
| gold =
| logo =
| question =
| #default =
}}
Description
Generate an image to represent "Ask" in tables or checklists.
{{ Ask
| 1 =
| sort =
| sortkey =
}}
Parameters
- 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 2)
Examples
{{ask}}
{{ #if: | 2 }}{{ #switch:
| bubble =
| gold =
| logo =
| question =
| #default =
}}
{{ask|logo}}
{{ #if: | 2 }}{{ #switch: logo
| bubble =
| gold =
| logo =
| question =
| #default =
}}
{{ask|gold|sort=y}}
{{ #if: y | 2 }}{{ #switch: gold
| bubble =
| gold =
| logo =
| question =
| #default =
}}
{{ask|bubble|sortkey=A}}
{{ #if: A | A }}{{ #switch: bubble
| bubble =
| gold =
| logo =
| question =
| #default =
}}
See also