Template:SkillNode: Difference between revisions

From IdleOn MMO Wiki
No edit summary
mNo edit summary
 
(11 intermediate revisions by 3 users 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 24: Line 30:
     <group name="CardSection">
     <group name="CardSection">
         <header>Card Info</header>
         <header>Card Info</header>
         <data source="item">
         <data source="hascard">
<label>Card</label>
<label>Card</label>
<format>{{#ifexist: File:{{{item}}} Card.png | [[File:{{{item}}} Card.png|24px]] | }} {{#ifexist: {{{item}}} Card | [[{{{item}}} Card]] }}</format>
<format>{{CraftReq|{{{item|}}} Card}}</format>
</data>
</data>
<data source="item">
<data source="hascard">
<label>Effect</label>
<label>Effect</label>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:effect|title={{{item}}} Card|count=1|mode=inline|format=,}}</format>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:effect|title={{{item}}} Card|count=1|mode=inline|format=,}}</format>
</data>
</data>
<data source="item">
<data source="hascard">
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:bonus:bonus:bonus:bonus:bonus|title={{{item}}} Card|count=1|mode = userformat|table = class="pi-horizontal-group",-, Base, [[File:Star1.png|class=CardStar|link=]], [[File:Star2.png|class=CardStar|link=]], [[File:Star3.png|class=CardStar|link=]], [[File:Star4.png|class=CardStar|link=]]|tablerow=%%, <!-- Star1 -->²{#expr:%% * 2}², <!-- Star2 -->²{#expr:%% * 3}², <!-- Star3 -->²{#expr:%% * 4}², <!-- Star4 -->²{#expr:%% * 5}²}}</format>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:bonus:bonus:bonus:bonus:bonus|title={{{item}}} Card|count=1|mode = userformat|table = class="pi-horizontal-group",-, Base, [[File:Star1.png|class=CardStar|link=]], [[File:Star2.png|class=CardStar|link=]], [[File:Star3.png|class=CardStar|link=]], [[File:Star4.png|class=CardStar|link=]]|tablerow=%%, <!-- Star1 -->²{#expr:%% * 2}², <!-- Star2 -->²{#expr:%% * 3}², <!-- Star3 -->²{#expr:%% * 4}², <!-- Star4 -->²{#expr:%% * 5}²}}</format>
</data>
</data>
<data source="item">
<data source="hascard">
<label>Category</label>
<label>Category</label>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:category|title={{{item}}} Card|count=1|mode=inline|format=,}}</format>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:category|title={{{item}}} Card|count=1|mode=inline|format=,}}</format>
</data>
</data>
     <data source="item">
     <data source="hascard">
<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>{{Chancedisplay|{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:dropchance|title={{{item}}} Card|count=1|mode=inline|format=,}}}}</format>
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></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:
<pre>
<pre>
{{SkillNode
{{SkillNode
  |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></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.
}}