Template:SkillNode: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
No edit summary
Line 26: Line 26:
         <data source="item">
         <data source="item">
<label>Card</label>
<label>Card</label>
<format>[[File:{{{item}}} Card.png|24px]] [[{{{item}}} Card]]</format>
<format>{{#ifexist: File:{{{item}}} Card.png | [[File:{{{item}}} Card.png|24px]] | }} {{#ifexist: {{{item}}} Card | [[{{{item}}} Card]] }}</format>
</data>
</data>
<data source="item">
<data source="item">

Revision as of 15:31, 16 February 2023

Template to display skill nodes on their individual pages. Call as such:
{{SkillNode
 |skill= the required skill to use this node.
 |skilleff= The minimum Skill Efficiency to produce an item.
 |baseexp= The ammount of EXP recieved.
 |item= The item produced from this skill node.
 |location= The location that this skill node is found in.
}}