Fire Emblem Heroes Wiki
Advertisement
Template-info Documentation

Returns the icon of a skill category. Has shorthand template {{SCi}}.

Examples[]

{{SCi|skill}}{{SCi|weapon}}{{SCi|assist}}{{SCi|special}}{{SCi|passivea}}{{SCi|passiveb}}{{SCi|passivec}}{{SCi|passiveabc}}{{SCi|sacredseal}}{{SCi|passivex}}

SkillWeaponAssistSpecialPassive APassive BPassive CPassivesSacred SealsAttuned Skills

Scribunto

This template is a wrapper for the Lua function {{#invoke:SkillCategoryIcon|icon}}. It is directly available to other Lua modules as
local SkillCategoryIcon = require 'Module:SkillCategoryIcon'
local result = SkillCategoryIcon._icon {arg1, arg2, key = value}
-- the above is equivalent to {{#invoke:SkillCategoryIcon|icon|arg1|arg2|key=value}}

Additionally, the function icon1 is equivalent except it takes its only string argument as a normal function parameter instead of a one-element table.

Advertisement