Template:Se/doc

From Elwiki
Revision as of 22:57, 23 August 2022 by Ritsu (talk | contribs)

The se (short for Status Effect) template is used to display the icons of the game's many status effects. It is mainly used in skill pages, to illustrate the names of the effects that some of them provide. Additionally, when hovering over the name a popup will appear, indicating which type of buff or debuff it is (self, party, etc).

Usage

{{se
 | id =
 | name =
 | alt =
 | type =
}}
  • Common Status Effects:
    • Super Armor
    • Anti-Magic
    • Bleed
    • Burn
    • Confusion
    • Curse
    • Extreme Coldness
    • Faint / Conviction / Power Faint
    • Flattened
    • Freeze
    • Groggy
    • Leg Injury
    • Lethargy
    • Mana Pollution
    • Move Slowdown
    • Panic
    • Poison
    • Silence
    • Wound

Examples

  • {{se|id=045|name=Super Armor|type=sb}} and {{se||Super Armor}} will return:  Self BuffSuper ArmorSelf BuffSuper Armor
  • {{se|087|Faint|Stun|ed}} and {{se||Faint|Stun}} will return:  Enemy DebuffStunEnemy DebuffStun
  • {{se|703}} will return:

    The '''se''' (short for Status Effect) template is used to display the icons of the game's many status effects. Mainly transcluded on skill pages to make it clear which icon belongs to which skill. When hovering over the name, a tooltip indicating the type of the effect will appear (self, party, etc).

    Template parameters

    ParameterDescriptionTypeStatus
    ID1 id

    The number that identifies the status effect. Refer to the [[Status_Effects#Index_of_Effect_Icons|Index of Effect Icons]] for a full list of images. This parameter can be skipped; the icon will be updated accordingly if the "name" parameter matches one of the status effects listed on the template's page. Displays [[File:Dunno.png|20px]] by default.

    Default
    Dunno.png
    Example
    {{se|105}}
    Numbersuggested
    Name2 name

    The name of the status effect. Links to [[Status Effects]] by default, but it can also link to its own subpage if it exists (i.e. [[Status Effects/Armor Break]]).

    Example
    {{se|159|Destruction Aura}}
    Stringoptional
    Alternative name3 alt

    An alternative name that does not affect the links nor the icon. This parameter is usually not necessary, but it can be useful in rare ocassions.

    Example
    {{se|087|Faint|Stun}}
    Stringoptional
    Type4 type

    The type of the status effect, i.e. Party Buff or Enemy Debuff displaying in the tooltip's content. One of the following: pb (Party Buff), sb (Self Buff), cb (Couple Buff), pd (Party Debuff), sd (Self Debuff), eb (Enemy Buff), ed (Enemy Debuff), aob (Ally Only Buff), aod (Ally Only Debuff), sapb (Self/Ally Pick-Up Buff), sapd (Self/Ally Pick-Up Debuff).

    Default
    Self Buff
    Example
    {{se||Super Armor||pb}}
    Stringoptional