Template:SkillNode: Difference between revisions

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

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