Template:InfoSkill: Difference between revisions
From IdleOn MMO Wiki
imported>Wekhter (Created page with "<div class="Infobox"> <div class="Header">{{PAGENAME}}</div> <div class="HeaderImage" style="padding:2px 0 0">[[File:{{PAGENAME}}_Banner.png]]</div> <div class="SubHeader">Skill Info</div> <dl> <dt>Attack</dt> <dd>{{{attack}}}</dd> <dt>Health</dt> <dd>{{{health}}}</dd> <dt>Speed</dt> <dd>{{{speed}}}</dd> <dt>Experience</dt> <dd>{{{exp}}}</dd> </dl> <div class="SubHeader">Fighting</div> <dl> {{#if: {{{class|}}} | <dt>Class</dt> <dd>[[File:{{{class}}} Classicon.png|24px]]&...") |
mNo edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly><infobox theme="skillinfo"> | ||
< | <title> | ||
< | <default>[[File:{{PAGENAME}} Skill Icon.png|30px|link=]] {{PAGENAME}}</default> | ||
</title> | |||
<image> | |||
<default>[[File:{{PAGENAME}}_Banner.png]]</default> | |||
</image> | |||
<header>Skill Info</header> | |||
< | <data source="class"> | ||
< | <label>Class</label> | ||
<format>{{ClassIcon|{{{class}}}|y}}</format> | |||
</data> | |||
< | <data source="stat"> | ||
</ | <label>Main Stat</label> | ||
< | <format>{{StatIcon|{{{stat}}}}}</format> | ||
< | </data> | ||
<data source="tool"> | |||
<label>Tool</label> | |||
< | <format>[[File:{{{toolicon}}}.png|24px|link=#{{{tool}}}]] [[#{{{tool}}}|{{{tool}}}]]</format> | ||
</data> | |||
<data source="type"> | |||
< | <label>Skill Type</label> | ||
< | </data> | ||
<data source="world"> | |||
<label>World</label> | |||
< | <format>[[Worlds#{{{world|}}}|{{{world|}}}]]</format> | ||
< | </data> | ||
<data source="subpages"> | |||
< | <label>Subpages</label> | ||
< | <format>{{Special:PrefixIndex/{{PAGENAME}}/|stripprefix=yes}}</format> | ||
< | </data> | ||
< | </infobox>[[Category:Skills]][[Category:{{PAGENAME}}]]</includeonly><noinclude> | ||
{{ | <pre>{{InfoSkill | ||
< | |class=class (optional) | ||
< | |stat=stat (optional) | ||
|tool=tool type (optional) | |||
</ | |toolicon=tool | ||
|type=type (required) | |||
| | |world=world (required) | ||
| | |subpages=yes (optional) | ||
| | }}</pre> | ||
| | [[Category:Infobox templates]]</noinclude> | ||
| | |||
| | |||
}} | |||
</ |
Latest revision as of 03:17, 4 March 2023
{{InfoSkill |class=class (optional) |stat=stat (optional) |tool=tool type (optional) |toolicon=tool |type=type (required) |world=world (required) |subpages=yes (optional) }}