Template:Se: Difference between revisions

2,283 bytes added ,  23 August 2022
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 23: Line 23:
}}
}}
<!--no-->|Status Effects]]
<!--no-->|Status Effects]]
}}</div></includeonly><noinclude>{{Doc}}</noinclude>
}}</div></includeonly><noinclude>{{Doc}}
{
"description": "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).",
"params": {
"1": {
"label": "ID",
"description": "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.",
"required": false,
"suggested": false,
"example":"{{se|105}}",
"deprecated": false,
"aliases": ["id"],
"default": "Dunno.png",
"type": "number"
},
"2": {
"label": "Name",
"description": "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]]).",
"required": false,
"suggested": false,
"example": "{{se|159|Destruction Aura}}",
"deprecated": false,
"aliases": ["name"],
"type": "string"
},
        "3": {
            "label": "Alternative name",
"description": "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.",
"required": false,
"suggested": false,
"example": "{{se|087|Faint|Stun}}",
"deprecated": false,
"aliases": ["alt"],
"type": "string"
        },
        "4": {
            "label": "Type",
"description": "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)",
"required": false,
"suggested": true,
"example":"{{se||Super Armor||pb}}",
"deprecated": false,
"aliases": ["type"],
"default": "Self Buff",
"type": "string"
        }
}
}</noinclude>
ElEditors, Administrators
70,763

edits