Template:Se: Difference between revisions

From Elwiki
No edit summary
mNo edit summary
Tag: Manual revert
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{trim2|
<includeonly>{{#css:
 
.nomobile {
    display: inline !important;
}
 
.skin-minerva span .nomobile {
    display: none !important;
}
 
}}{{trim2|
{{#vardefine: type_arg |{{{4|{{{type|}}}}}}}}
{{#vardefine: type_arg |{{{4|{{{type|}}}}}}}}


{{#vardefine: type |
{{#vardefine: type |
     {{#if: {{{4|{{{type|}}}}}}
     {{#if: {{{4|{{{type|}}}}}}
         |{{#switch:{{#var:type_arg}}|pb=Party Buff|aob=Ally Only Buff|pd=Party Debuff|aod=Ally Only Debuff|sapb=Self/Ally Pick-up Buff|sb=Self Buff|sd=Self Debuff|eb=Enemy Buff|ed=Enemy Debuff|sapd=Self/Ally Pick-up Debuff|cb=Couple Buff|#default=Self Buff}}
         |{{#switch:{{#var:type_arg}}|pb=Party Buff|aob=Ally Only Buff|pd=Party Debuff|aod=Ally Only Debuff|sapb=Self/Ally Pick-up Buff|stb=Selective Target Buff|sb=Self Buff|sd=Self Debuff|eb=Enemy Buff|ed=Enemy Debuff|sapd=Self/Ally Pick-up Debuff|cb=Couple Buff|aoeb=Ally Only & Enemy Buff|aoed=Ally Only & Enemy Debuff|#default=Self Buff}}
         |{{#switch: {{{2|{{{name|}}}}}}|Freeze|Burn|Faint|Conviction|Power Faint|Poison|Wound|Flattened|Extreme Coldness|Confusion|Bleed|Lethargy|Mana Pollution|Anti-Magic|Groggy|Move Slowdown|Leg Injury|Silence|Panic|Curse=Enemy Debuff|#default=Self Buff}}
         |{{#switch: {{{2|{{{name|}}}}}}|Freeze|Burn|Faint|Conviction|Power Faint|Poison|Wound|Flattened|Extreme Coldness|Confusion|Bleed|Lethargy|Mana Pollution|Anti-Magic|Groggy|Move Slowdown|Leg Injury|Silence|Panic|Curse=Enemy Debuff|#default=Self Buff}}
     }}
     }}
Line 33: Line 43:
     {{#ifeq: {{{tt|}}}
     {{#ifeq: {{{tt|}}}
         |no|[[{{#var:link}}|{{#var:alt}}]]
         |no|[[{{#var:link}}|{{#var:alt}}]]
         |{{tt|[[{{#var:link}}|{{#var:alt}}]]|'''{{#var:type}}'''}}
         |{{tt|[[{{#var:link}}|{{#var:alt}}]]|'''{{#var:type}}'''|span=span}}
    }}
}}
 
{{#vardefine: textmobile |
    {{#ifeq: {{{tt|}}}
        |no|'''{{#var:alt}}'''
        |{{tt|'''{{#var:alt}}'''|'''{{#var:type}}'''|span=span}}
     }}
     }}
}}
}}


}}{{#if:{{{prefix|}}}|{{{prefix|}}}&nbsp;}}<span class="status">{{#ifeq:{{{icon|}}}|no|{{#var:text}}|[[File:{{#if:{{#var:id}}|Status_{{#var:id}}|Dunno}}.png|20px|link={{#var:link}}]]{{#if:{{{2|{{{name|}}}}}}|{{#ifeq:{{{label|}}}|no||{{#var:text}}}}}}}}</span>{{#if:{{{suffix|}}}|&nbsp;{{{suffix|}}}}}</includeonly><noinclude>{{Doc}}</noinclude>
{{#vardefine: font |
    {{#switch:{{{font|}}}
        |bold|b=font-weight:bold;|italic|i=font-style:italic;|bold italic|italic bold|bi|ib=font-weight:bold;font-style:italic;
    }}
}}
 
{{#vardefine: dunno |
    {{#if: {{{4|{{{type|}}}}}}
        |{{#switch:{{#var:type_arg}}|
            |pb|aob|sapb|sb|eb|stb|aoeb=DunnoBuff
            |pd|aod|sd|ed|sapd|aoed=DunnoDebuff
            |#default=DunnoBuff
        }}
        |DunnoBuff
    }}
}}
 
}}{{#if:{{{prefix|}}}|{{{prefix|}}}&nbsp;}}<span class="status" style="display:inline;">{{#ifeq:{{{icon|}}}|no|{{#if:{{{font|}}}|<span style="{{#var:font}}">}}<span class="nomobile">{{#var:text}}</span><span class="mobileonly">{{#var:textmobile}}</span>{{#if:{{{font|}}}|</span>}}|[[File:{{#if:{{#var:id}}|Status_{{#var:id}}|{{#var:dunno}}}}.png|20px|link={{#var:link}}]]{{#if:{{{2|{{{name|}}}}}}|{{#ifeq:{{{label|}}}|no||&nbsp;{{#if:{{{font|}}}|<span style="{{#var:font}}">}}<span class="nomobile">{{#var:text}}</span><span class="mobileonly">{{#var:textmobile}}</span>{{#if:{{{font|}}}|</span>}}}}}}}}</span>{{#if:{{{suffix|}}}|&nbsp;{{{suffix|}}}}}</includeonly><noinclude>{{Doc}}</noinclude>

Latest revision as of 02:44, 14 July 2023

Information: If you want to test this template, please use Sandbox.
This documentation is transcluded from Template:Se/doc.

Refer to the Index of Effect Icons for the full list of images.

Usage

{{se
  | icon = no
  | id =
  | name =
  | alt =
  | type =
  | tt = no
  | label = no
  | font =
 }}

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

Types of Status Effects

  • Default: Self Buff
  • pb: Party Buff
  • aob: Ally Only Buff
  • pd: Party Debuff
  • aod: Ally Only Debuff
  • sapb: Self/Ally Pick-up Buff
  • stb: Selective Target Buff
  • sb: Self Buff
  • sd: Self Debuff
  • eb: Enemy Buff
  • ed: Enemy Debuff
  • sapd: Self/Ally Pick-up Debuff
  • cb: Couple Buff
  • aoeb: Ally Only & Enemy Buff
  • aoed: Ally Only & Enemy Debuff

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||Bleed|icon=no}} will return: Enemy DebuffBleedEnemy DebuffBleed
  • {{se||Bleed|tt=no}} will return:  BleedBleed
  • {{se||Bleed|label=no}} will return:
  • {{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[Edit template data]

    This template prefers inline formatting of parameters.

    ParameterDescriptionTypeStatus
    ID1 id

    The number that identifies the status effect. This parameter can be skipped; the icon will be updated accordingly if the "name" parameter matches one of the status effects listed above.

    Default
    Dunno.png
    Example
    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
    Destruction Aura
    Stringsuggested
    Alternative label3 alt

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

    Example
    Stun
    Stringoptional
    Type4 type

    The type of the status effect, i.e. Party Buff or Enemy Debuff displaying in the tooltip's content. Full list above.

    Default
    Self Buff
    Example
    pb
    Stringsuggested
    Fontfont

    The style of the font. Available: bold, italic, bold italic

    Example
    bold
    Stringoptional
    Text beforeprefix

    no description

    Stringoptional
    Text aftersuffix

    no description

    Stringsuggested
    Icon toggleicon

    Disables the status effect icon. The "ID" parameter becomes useless. The only input available is "no".

    Example
    no
    Stringoptional
    Tooltip togglett

    Disables the tooltip. The only input available is "no".

    Example
    no
    Stringoptional
    Label togglelabel

    Disables the label. The "name" parameter can still be used, if needed, to change the icon's link. The only input available is "no".

    Example
    no
    Stringoptional