Template:FellowSkill: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
|-
|-
| '''{{#if:{{{skillLevel|}}}|Lv.{{{skillLevel}}}|}} {{{skillName|}}}'''<br/>
| '''{{#if:{{{skillLevel|}}}|Lv.{{{skillLevel}}}|}} {{{skillName|}}}'''<br/>
{{{skillEffect|}}}
{{{skillEffect|}}}<br/>
{{#if:{{{skillUpgrade|}}}|Increases by {{dg|+{{{skillUpgrade}}}}} every Awakening|}}
|-
|-
|
|
Line 40: Line 41:
"type": "wiki-file-name",
"type": "wiki-file-name",
"description": "The icon associated with the skill",
"description": "The icon associated with the skill",
"suggested": true
},
"skillUpgrade": {
"example": "1%",
"type": "wiki-file-name",
"description": "The amount each upgrade level boosts the skill",
"suggested": true
"suggested": true
}
}
Line 48: Line 55:
"skillLevel",
"skillLevel",
"skillEffect",
"skillEffect",
"skillIcon"
"skillIcon",
"skillUpgrade"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 11:57, 6 April 2026



A simple table-based template for listing fellow skills.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
skillNameskillName

The name of the skill

Example
Negotiation Master
Stringrequired
skillLevelskillLevel

The number beside "Lv." in the skill name

Suggested values
1 10 60 70
Numbersuggested
skillEffectskillEffect

The skill effect

Example
Negotiation Power, Expo Sales Ability, Archdemon Challenge Power of Inspiring Fellows +15%
Stringsuggested
skillIconskillIcon

The icon associated with the skill

Example
Icon Skill Fellow Power 1.png
Filesuggested
skillUpgradeskillUpgrade

The amount each upgrade level boosts the skill

Example
1%
Filesuggested