Template:FellowSkill: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| style="border: none;" |+ | rowspan="3" |{{#if:{{{skillIcon|}}}|[[File:{{{skillIcon}}}|left|frameless|88x88px]]}} | |- | '''{{#if:{{{skillLevel|}}}| Lv.{{{skillLevel|}}} }}{{{skillName|}}}'''<br/> {{{skillEffect|}}} |- | |} <noinclude> <templatedata> { "params": { "skillName": { "description": "The name of the skill", "example": "Negotiation Master", "type": "string", "required": true }, "skillLevel": { "description": "The number beside \"Lv.\" in...") |
mNo edit summary |
||
| Line 43: | Line 43: | ||
} | } | ||
}, | }, | ||
"description": "A simple table-based template for listing | "description": "A simple table-based template for listing fellow skills. ", | ||
"paramOrder": [ | "paramOrder": [ | ||
"skillName", | "skillName", | ||
Revision as of 11:12, 6 April 2026
| ' | |
A simple table-based template for listing fellow skills.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| skillName | skillName | The name of the skill
| String | required |
| skillLevel | skillLevel | The number beside "Lv." in the skill name
| Number | suggested |
| skillEffect | skillEffect | The skill effect
| String | suggested |
| skillIcon | skillIcon | The icon associated with the skill
| File | suggested |