Template:SkillNode: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
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 48: Line 54:
<label>Area</label>
<label>Area</label>
         <default>Unknown</default>
         <default>Unknown</default>
         <format>[[Worlds#{{{location}}}|{{{location}}}]]</format>
         <format>{{Area|{{{location}}}}}</format>
</data>
</data>
</infobox>[[Category:{{{skill}}}]]</includeonly><noinclude> Template to display skill nodes on their individual pages. Call as such:
</infobox>[[Category:{{{skill}}}]]</includeonly><noinclude> Template to display skill nodes on their individual pages. Call as such:
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>

Latest revision as of 05:59, 20 July 2024

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.
}}