Template:SkillNode: Difference between revisions
From IdleOn MMO Wiki
Kiokurashi (talk | contribs) No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly><infobox> | ||
<title> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image> | |||
<default>[[File:{{PAGENAME}}.png]]</default> | |||
</image> | |||
<header>{{#switch:{{{skill|}}}|Mining=Ore Vein|Choppin|Chopping=Tree|Catching=Nest|default=}} Info</header> | |||
<data source="skill"> | |||
<label>Skill</label> | |||
<format>{{Skillicon|{{{skill}}}|y}}</format> | |||
</data> | |||
<data source="skilleff"> | |||
<label>5% Efficiency</label> | |||
<format>{{Numdisplay|{{#expr:{{{skilleff|}}}/40}}}}</format> | |||
</data> | |||
</ | <data source="skilleff"> | ||
<label>100% Efficiency</label> | |||
<format>{{Numdisplay|{{{skilleff|}}}}}</format> | |||
</data> | |||
<data source="baseexp"> | |||
<label>Base EXP</label> | |||
</data> | |||
<data source="item"> | |||
<label>Produces</label> | |||
<format>{{CraftReq|{{{item|}}}|24px}}</format> | |||
</data> | |||
<group name="CardSection"> | |||
<header>Card Info</header> | |||
<data source="item"> | |||
<label>Card</label> | |||
<format>[[File:{{{item}}} Card.png|24px]] [[{{PAGENAME}} Card]]</format> | |||
</data> | |||
<data source="item"> | |||
<label>Effect</label> | |||
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:effect|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}</format> | |||
</data> | |||
<data source="item"> | |||
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:bonus:bonus:bonus:bonus:bonus|title={{PAGENAME}} 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 source="item"> | |||
<label>Category</label> | |||
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:category|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}</format> | |||
</data> | |||
<data source="item"> | |||
<label>Dropchance</label> | |||
<format>{{Chancedisplay|{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:dropchance|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}}}</format> | |||
</data> | |||
</group> | |||
<header>Location</header> | |||
<data source="location"> | |||
<label>Area</label> | |||
<default>Unknown</default> | |||
<format>[[Worlds#{{{location}}}|{{{location}}}]]</format> | |||
</data> | |||
</infobox></includeonly><noinclude> Template to display skill nodes on their individual pages. Call as such: | |||
<pre> | <pre> | ||
{{SkillNode | {{SkillNode |
Revision as of 01:01, 9 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. }}