Template:SkillNode: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 22: Line 22:
         <format>{{CraftReq|{{{item|}}}|24px}}</format>
         <format>{{CraftReq|{{{item|}}}|24px}}</format>
</data>
</data>
     {{#ifexist: {{{item}}} Card |<group name="CardSection">
     <group name="CardSection">
         <header>Card Info</header>
         <header>Card Info</header>
         <data source="item">
         <data source="item">
<label>Card</label>
<label>Card</label>
<format>[[File:{{{item}}} Card.png|24px]] [[{{{item}}} Card]]</format>
<format>{{#ifexist: {{{item}}} Card | [[File:{{{item}}} Card.png|24px]] [[{{{item}}} Card]] | No Card }}</format>
</data>
</data>
<data source="item">
<data source="item">
Line 41: Line 41:
     <data source="item">
     <data source="item">
<label>Dropchance</label>
<label>Dropchance</label>
<format>{{Chancedisplay|{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:dropchance|title={{{item}}} Card|count=1|mode=inline|format=,}}}}</format>
<format>{{#ifexist: {{{item}}} Card | {{Chancedisplay|{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:dropchance|title={{{item}}} Card|count=1|mode=inline|format=,}}}} | n/a }}</format>
</data>
</data>
     </group>|}}
     </group>
     <header>Location</header>
     <header>Location</header>
     <data source="location">
     <data source="location">

Revision as of 15:59, 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.
}}