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>{{#ifexist: {{{item}}} Card | [[File:{{{item}}} Card.png|24px]] [[{{{item}}} Card]] | No Card }}</format>
      <data source="hascard">
</data>
        <format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:category|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}</format>
      </data></format>
<data source="item">
<data source="item">
<label>Effect</label>
<label>Effect</label>
Line 41: Line 42:
     <data source="item">
     <data source="item">
<label>Dropchance</label>
<label>Dropchance</label>
<format>{{#ifexist: {{{item}}} Card | {{Chancedisplay|{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:dropchance|title={{{item}}} Card|count=1|mode=inline|format=,}}}} | n/a }}</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>

Revision as of 18: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.
}}