Template:Skill infobox: Difference between revisions
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
{{quote|quote={{{description}}}|source=In-game description.}} | {{quote|quote={{{description}}}|source=In-game description.}} | ||
;Class | ;Class | ||
:[[{{{ | :[[{{{class1|Class needed}}}]][[Category:{{{class1}}}]]{{#if:{{{class2|}}}|, [[{{{class2}}}]][[Category:{{{class2}}}]]}}{{#if:{{{class3|}}}|, [[{{{class3}}}]][[Category:{{{class3}}}]]}} | ||
;Req. Level | ;Req. Level | ||
:{{{level}}} | :{{{level}}} | ||
| Line 44: | Line 44: | ||
|icon= | |icon= | ||
|description= | |description= | ||
| | |class1...class3= | ||
|level= | |level= | ||
|max-level= | |max-level= | ||
| Line 59: | Line 59: | ||
; icon : Required. Icon of the skill. | ; icon : Required. Icon of the skill. | ||
; description : Required. Skill description. | ; description : Required. Skill description. | ||
; | ; class1 : Required. Class that can unlock the skill. | ||
; class2...class3 : Optional. Include if skill is used by multiple classes. | |||
; level : Required. Required level to unlock the skill. Separate multiple class level requirements with a comma. | ; level : Required. Required level to unlock the skill. Separate multiple class level requirements with a comma. | ||
; max-level : Required. Maximum level this skill can reach. | ; max-level : Required. Maximum level this skill can reach. | ||
| Line 79: | Line 80: | ||
|icon=Summon Naiad icon.gif | |icon=Summon Naiad icon.gif | ||
|description=Summon Naiad, the spirit of water, who uses recovery and blessing magic. | |description=Summon Naiad, the spirit of water, who uses recovery and blessing magic. | ||
| | |class1=Summoner | ||
|level=1 | |level=1 | ||
|max-level=40 | |max-level=40 | ||
| Line 92: | Line 93: | ||
|icon=Summon Naiad icon.gif | |icon=Summon Naiad icon.gif | ||
|description=Summon Naiad, the spirit of water, who uses recovery and blessing magic. | |description=Summon Naiad, the spirit of water, who uses recovery and blessing magic. | ||
| | |class1=Summoner | ||
|level=1 | |level=1 | ||
|max-level=40 | |max-level=40 | ||
Revision as of 19:16, 22 July 2024
Description
This is the Skill infobox template. It should be transcluded in the following format:
{{Skill infobox
|name=
|icon=
|description=
|class1...class3=
|level=
|max-level=
|target=
|type=
|weapon=
|requires=
|gallery1...gallery5=
|gallery-text1...gallery-text5=
}}
Parameters
- name
- Optional. Only include if the name of the skill differs from the article name. Defaults to the name of the article:
{{PAGENAME}} - icon
- Required. Icon of the skill.
- description
- Required. Skill description.
- class1
- Required. Class that can unlock the skill.
- class2...class3
- Optional. Include if skill is used by multiple classes.
- level
- Required. Required level to unlock the skill. Separate multiple class level requirements with a comma.
- max-level
- Required. Maximum level this skill can reach.
- target
- Required. List who the skill can target.
- type
- Required. The type of item. Options:
- Passive
- Damage
- Buff
- Curse
- Utility
- weapon
- Optional. Required weapon to activate.
- requires
- Optional. Required skill to unlock.
- gallery1...gallery5
- Optional. Images related to the item.
- gallery-text1...gallery-text5
- Optional. Image descriptions.
Example
Summon Naiad
“Summon Naiad, the spirit of water, who uses recovery and blessing magic.—In-game description.
- Class
- Summoner
- Req. Level
- 1
- Max. Level
- 40
- Target
- Myself
- Type
- Utility
{{Skill infobox
|name=Summon Naiad
|icon=Summon Naiad icon.gif
|description=Summon Naiad, the spirit of water, who uses recovery and blessing magic.
|class1=Summoner
|level=1
|max-level=40
|target=Myself
|type=Utility
|gallery1=
|gallery-text1=
}}
TODO
- Add properties to parameters