Template:Skill infobox: Difference between revisions

From FHX Wiki
(Created page with "<includeonly><templatestyles src="Infobox/styles.css" /> <div class="infobox skill"> <div class="infobox-icon">[[File:{{{icon}}}|40px]]</div> <p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> <div class="wrapper> {{quote|quote={{{description}}}|source=In-game description.}} ;Class :[[{{{class}}}]] ;Req. Level :{{{level}}} ;Max. Level :{{{max-level}}} ;Target :{{{target}}} ;Type :{{{type}}} </div> {{#if: {{{gallery1|}}} | {{{!}} style="width:100%" {{!}...")
 
No edit summary
Line 15: Line 15:
;Type  
;Type  
:{{{type}}}
:{{{type}}}
{{#if:{{{requires|}}}|
;Req. Skill
:{{{requires}}}}}
{{#if:{{{weapon|}}}|
;Weapon
:{{{weapon}}}}}
</div>
</div>
{{#if: {{{gallery1|}}} |  
{{#if: {{{gallery1|}}} |  
Line 43: Line 49:
|target=
|target=
|type=
|type=
|weapon=
|requires=
|gallery1...gallery5=
|gallery1...gallery5=
|gallery-text1...gallery-text5=
|gallery-text1...gallery-text5=
Line 61: Line 69:
:: Curse
:: Curse
:: Utility
:: Utility
; weapon : Optional. Required weapon to activate.
; requires: Optional. Required skill to unlock.
; gallery1...gallery5 : Optional. Images related to the item.
; gallery1...gallery5 : Optional. Images related to the item.
; gallery-text1...gallery-text5 : Optional. Image descriptions.
; gallery-text1...gallery-text5 : Optional. Image descriptions.

Revision as of 23:15, 30 June 2024

Description

This is the Skill infobox template. It should be transcluded in the following format:

{{Skill infobox
|name=
|icon=
|description=
|class=
|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.
class
Required. Class that can unlock the skill. Separate multiple classes 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.
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.
|class=Summoner
|level=1
|max-level=40
|target=Myself
|type=Utility
|gallery1=
|gallery-text1=
}}

TODO

  • Add properties to parameters