Modèle:Exclusive icons

De Terraria Wiki
(Redirigé depuis Modèle:Eicons)
Aller à la navigation Aller à la recherche
Ce modèle utilise Lua.
Ce modèle utilise Module:Exclusive, un script écrit dans le language de programmation Lua. Pour en apprendre plus à propos Lua, visiter Terraria Wiki:Lua (en).
Ce modèle est considéré comme prêt pour i18n, signifiant qu'il est facile à régionaliser pour les différentes langues. Veuillez regarder i18n & l10n pour les modèles (en) pour en apprendre plus.
Template-info.svg Documentation La documentation ci-dessous est transcluse de Modèle:Exclusive icons/doc. (modifier | historique)

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 | invert = 0/1 | not = <entity name> | <platform parameters> = 0/1 }}

ParamètreDescriptionTypeStatut
Entity name1
Name of the entity (item, NPC, event, biome, patch number, etc.) for which the icons are to be displayed.
Ligne
suggéré
Smaller iconssmall
Reduces the size of the icons. Useful when space is an issue, e.g. in infoboxes.
Valeur automatique:
True (1/y/yes)
Booléen
facultatif
Invert exclusivityinvert
Inverts the exclusivity, i.e. displays the opposite eicons. Note that this disables the Japanese Console version sensor.
Valeur automatique:
True (1/y/yes)
Booléen
facultatif
Subtract exclusivitynot
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.
Ligne
facultatif
Desktop overridedesktop
dsk
Manually override the Desktop version exclusivity. Note that this evaluated after $invert and $not.
Booléen
facultatif
Console overrideconsole
cns
Manually override the Console version exclusivity. Note that this evaluated after $invert and $not.
Booléen
facultatif
Old-gen overrideold-gen
oldgen
old
Manually override the Old-gen console version exclusivity. Note that this evaluated after $invert and $not.
Booléen
facultatif
Mobile overridemobile
mbl
Manually override the Mobile version exclusivity. Note that this evaluated after $invert and $not.
Booléen
facultatif
3DS override3DS
3ds
Manually override the 3DS version exclusivity. Note that this evaluated after $invert and $not.
Booléen
facultatif
Japan overridejapan
jas
Manually override the Japanese Console version exclusivity. Note that this evaluated after $invert and $not.
Booléen
facultatif

La mise en forme sur une seule ligne est préférée pour ce modèle.

Examples

Code Result
{{eicons| 1.4.0.1 }} (versions Bureau, Console et Mobile) (DCM)
{{eicons| 1.2.4.1 | not = 1.3.0.1 }} (version Console old-gen) (O)
{{eicons| Suspicious Looking Egg }} (version 3DS) (3)
{{eicons| Suspicious Looking Egg | invert = 1 }} (versions Bureau, Console, Console old-gen et Mobile) (DCOM)
{{eicons| Suspicious Looking Egg | invert = 1 | small = 1 }} (versions Bureau, Console, Console old-gen et Mobile) (DCOM, small)
{{eicons| Soul of Blight }} (versions Console old-gen et 3DS) (O3)
{{eicons| Suspicious Looking Egg | small = 1 }} (version 3DS) (3, small)
{{eicons| Easter }} (version 3DS) (3)
{{eicons| Underground Desert }} (versions Bureau, Console et Mobile) (DCM)
{{eicons| Flinx Staff }} (versions Bureau, Console et Mobile) (DCM)
{{eicons| Traveling Merchant | not = Moon Lord }} (version Console old-gen) (O)
{{eicons| Traveling Merchant | invert = 1 | not = Moon Lord }} (version 3DS) (3; not DCM3 because invert is evaluated before not)
{{eicons| Underground Desert | invert = 1 | not = Suspicious Looking Egg }} (version Console old-gen) (O)
{{#iferror:{{eicons| Work Bench }}}} (nothing, since Work Bench is on all versions, so it will output an error which is caught by {{#iferror:}})
{{eicons| Work Bench | mobile = 1 }} (version Mobile) (M)
{{eicons| Work Bench | old-gen = 1 | 3ds = 1 }} (versions Console old-gen et 3DS) (O3)
{{eicons| Martian Work Bench | desktop = 0 | console = 0 }} (version Mobile) (M)
{{eicons| desktop = 1 | console = 1 | old-gen = 1 | mobile = 1 }} (versions Bureau, Console, Console old-gen et Mobile) (DCOM)
{{eicons| japan = 1 }} (J)
{{eicons| japan = 1 | small = y}} (J)
{{item|Stone Block}} {{eicons| desktop = 1 | console = 1 | old-gen = 1 | mobile = 1 }} Bloc de pierreBloc de pierre (versions Bureau, Console, Console old-gen et Mobile)

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.

NameAliasInitial ValueValue Mapping[1]Note
small(empty)yesy
ony
n(empty)
no(empty)
off(empty)
  1. 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
(versions Console old-gen et 3DS) {{eicons|Hallowed Key Mold}} Default
small = ; small = {{options/get|eicons|small}}; Get current setting
(versions Console old-gen et 3DS) {{options/set|eicons|small=y}}
{{eicons|Hallowed Key Mold}}
Turn on small icons
small = y; small = {{options/get|eicons|small}}; Get current setting
(versions Console old-gen et 3DS) {{options/reset|eicons}}
{{eicons|Hallowed Key Mold}}
Reset all options