Template:Exclusive icons
This template uses Module:Exclusive, a script written in the Lua programming language. Please see wikipedia:Lua and mw:Extension:Scribunto to learn more about Lua. |
This template is i18n-ready, which means it is easy to localize for different languages. Please see i18n & l10n for Templates to learn more. |
[purge]
Displays the icons indicating the platforms for which an entity is available, "eicons" (from "exclusive icons") in short. For displaying a link with eicons, use {{exclusive icon link}}.
You can use {{eicons/options}} to change the default values of some parameters. See the relevant section below for details.
Usage
{{ eicons | <entity name> | small = 0/1 | link = 0/1 | invert = 0/1 | not = <entity name> | <platform parameters> = 0/1 }}
Parameter | Description | Type | Status | |
---|---|---|---|---|
Entity name | 1 | Name of the entity (item, NPC, event, biome, patch number, etc.) for which the icons are to be displayed. | Line | suggested |
Smaller icons | small | Reduces the size of the icons. Useful when space is an issue, e.g. in infoboxes.
| Boolean | optional |
Linked icons | link | Enables links to the respective version page on each icon. Links are disabled by default for performance reasons.
| Boolean | optional |
Invert exclusivity | invert | Inverts the exclusivity, i.e. displays the opposite eicons. Note that this disables the Japanese Console version sensor.
| Boolean | optional |
Subtract exclusivity | not pagenot | Name of an entity whose eicons are to be subtracted from the main eicons. Note that this is evaluated after $invert , i.e. the eicons of the main entity are inverted first, and then the eicons of the entity from this parameter are subtracted from that. | Line | optional |
Desktop override | desktop dsk | Boolean | optional | |
Console override | console cns | Boolean | optional | |
Old-gen override | old-gen oldgen old | Boolean | optional | |
Mobile override | mobile mbl | Boolean | optional | |
3DS override | 3DS 3ds | Boolean | optional | |
Japan override | japan jas | Boolean | optional |
Format: inline
Examples
{{eicons| 1.4.0.1 }} |
→ ![]() |
{{eicons| 1.3.0.1 | not = 1.4.0.1 }} |
→ ![]() |
{{eicons| Suspicious Looking Egg }} |
→ |
{{eicons| Suspicious Looking Egg | invert = 1 }} |
→ ![]() |
{{eicons| Soul of Blight | link = 1 }} |
→ ![]() |
{{eicons| Suspicious Looking Egg | small = 1 }} |
→ |
{{eicons| Easter }} |
→ |
{{eicons| Underground Desert }} |
→ ![]() |
{{eicons| Flinx Staff }} |
→ ![]() |
{{eicons| Gold Butterfly }} |
→ ![]() |
{{eicons| Gold Butterfly | not = Flinx Staff }} |
→ ![]() ![]() |
{{eicons| Gold Butterfly | invert = 1 | not = Crystal Work Bench }} |
→ ![]() is evaluated before
|
{{eicons| Gold Butterfly | invert = 1 | not = Suspicious Looking Egg }} |
→ ![]() |
{{eicons| 1.3.0.1 | not = 1.4.0.1 }} |
→ ![]() |
{{eicons| Work Bench }} |
→ (nothing, since Work Bench is on all versions) |
{{eicons| Work Bench | mobile = 1 }} |
→ ![]() |
{{eicons| Work Bench | old-gen = 1 | 3ds = 1 }} |
→ ![]() |
{{eicons| Martian Work Bench | desktop = 0 | console = 0 }} |
→ ![]() |
{{eicons| desktop = 1 | console = 1 | old-gen = 1 | mobile = 1 }} |
→ ![]() |
{{eicons| japan = 1 }} |
→ |
{{item|Stone Block}} {{eicons| desktop = 1 | console = 1 | old-gen = 1 | mobile = 1 }} |
→ ![]() ![]() |
Change default options
This template supports options through {{options}} template. All valid options are listed below, see {{options}} for usage and other infomation.
See Template:eicons/initOptions for the initial options setting of this template.
Name | Alias | Initial Value | Value Mapping[1] | Note |
---|---|---|---|---|
small | (empty) | yes → y on → y n → (empty) no → (empty) off → (empty) | ||
link | (empty) | yes → y on → y n → (empty) no → (empty) off → (empty) |
- ↑ Values with mapping will be stored and loaded as mapped value. Other values without mapping will be stored and loaded as-is.
Examples
Result | Code | Note |
---|---|---|
![]() |
{{eicons|Hallowed Key Mold}} |
Default |
small = ; | small = {{options/get|eicons|small}}; |
Get current setting |
![]() |
{{options/set|eicons|small=y}} |
Turn on small icons |
small = y; | small = {{options/get|eicons|small}}; |
Get current setting |
![]() |
{{options/reset|eicons}} |
Reset all options |