Template:SkillNode: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 11: Line 11:
         <format>{{Skillicon|{{{skill}}}|y}}</format>
         <format>{{Skillicon|{{{skill}}}|y}}</format>
</data>
</data>
<data source="skilleff">
    <group layout="horizontal">
<label>Eff. Req.</label>
<data source="skilleff">
        <format>'''5%:''' {{Numdisplay|{{#expr:{{{skilleff|}}}/40}}}} ~ '''100%:''' {{Numdisplay|{{{skilleff|}}}}}</format>
<label>5% Efficiency</label>
</data>
<format>{{Numdisplay|{{#expr:{{{skilleff|}}}/40}}}}</format>
</data>
<data source="skilleff">
<label>100% Efficiency</label>
<format>{{Numdisplay|{{{skilleff|}}}}}</format>
</data>
    </group>
<data source="baseexp">
<data source="baseexp">
<label>Base EXP</label>
<label>Base EXP</label>
Line 55: Line 61:
  |skill= the required skill to use this node.
  |skill= the required skill to use this node.
  |skilleff= The minimum Skill Efficiency to produce an item.
  |skilleff= The minimum Skill Efficiency to produce an item.
  |baseexp= The ammount of EXP recieved.
  |baseexp= The amount of EXP received.
  |item= The item produced from this skill node.
  |item= The item produced from this skill node.
  |location= The location that this skill node is found in.
  |location= The location that this skill node is found in.
}}</pre>[[Category:Infobox templates]]</noinclude>
}}</pre>[[Category:Infobox templates]]</noinclude>

Revision as of 03:16, 4 March 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 amount of EXP received.
 |item= The item produced from this skill node.
 |location= The location that this skill node is found in.
}}