Template:PortalRequirementsTable/row: Difference between revisions
From IdleOn MMO Wiki
Kiokurashi (talk | contribs) mNo edit summary |
Kiokurashi (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{# | <includeonly><tr> | ||
<td rowspan={{#vardefineecho:rowspan|{{#expr:{{#count:{{{[portalreqs|}}}|,}} + 1}}}}>[[Worlds#{{{area}}}|{{{area}}}]]</td> | |||
<td rowspan={{#var:rowspan}}>{{#if:{{{skillname|}}}|{{#arraymap:{{{targets}}}|,|a|[[File:a.png|30px]]|\n}}|{{#arraymap:{{{targets}}}|,|a|[[File:a Idle.gif|30px]]|\n}}}}</td> | |||
{{#invoke:Loops| | {{#invoke:Loops|portalRowLoop | ||
| | |reqs={{{portalreqs|}}} | ||
| | |areas={{{portalareas|}}} | ||
| | |reqsString=<td>[[File:{{#if:{{{skillname|}}}|{{{skillname}}} Skill Icon.png|Boss Skull.png}}|30px]] {{Numdisplay|(1)}}</td> | ||
}}</includeonly><noinclude><pre> | |||
Usage: | Usage: | ||
Line 23: | Line 15: | ||
|targets=example or example,example (has to differentiate between enemies using idle gifs and skilling nodes using pngs | |targets=example or example,example (has to differentiate between enemies using idle gifs and skilling nodes using pngs | ||
|skillname=example (Optional, if empty assumes the row to represent portals requiring killcounts rather than skill level) | |skillname=example (Optional, if empty assumes the row to represent portals requiring killcounts rather than skill level) | ||
| | |portalreqs=example,list | ||
| | |portalareas=example,list | ||
}} | }} | ||
</pre>[[Category:Table templates]]</noinclude> | </pre>[[Category:Table templates]]</noinclude> |
Revision as of 03:12, 30 May 2023
Usage: If portal area variables are ommitted, while a req is set, an infotext regarding hidden portals/portals without target will be displayed instead. {{PortalRequirementsTable/row |area=example |targets=example or example,example (has to differentiate between enemies using idle gifs and skilling nodes using pngs |skillname=example (Optional, if empty assumes the row to represent portals requiring killcounts rather than skill level) |portalreqs=example,list |portalareas=example,list }}