Difference between revisions of "Template:Infobox Equipment"
Jump to navigation
Jump to search
m |
m (Added more misc stats) |
||
| Line 85: | Line 85: | ||
</table> | </table> | ||
</div> | </div> | ||
| − | |}} | + | |}}{{#if: {{{miscname1|}}}| |
| − | {{#if: {{{miscname1|}}}| | ||
| − | |||
<div class="infobox-stats"> | <div class="infobox-stats"> | ||
<table class="fullWidth-table" margin:auto;"> | <table class="fullWidth-table" margin:auto;"> | ||
| Line 99: | Line 97: | ||
<td colspan="15" class="infobox-nested">{{{miscstat2}}}</td> | <td colspan="15" class="infobox-nested">{{{miscstat2}}}</td> | ||
</tr> | </tr> | ||
| − | | | + | | <tr> |
| − | |||
<td colspan="30" class="infobox-nested">{{{miscname1}}}</td> | <td colspan="30" class="infobox-nested">{{{miscname1}}}</td> | ||
</tr> | </tr> | ||
| Line 106: | Line 103: | ||
<td colspan="30" class="infobox-nested">{{{miscstat1}}}</td> | <td colspan="30" class="infobox-nested">{{{miscstat1}}}</td> | ||
</tr> | </tr> | ||
| − | }} | + | }}{{#if:{{{miscname3|}}}| |
| + | <tr> | ||
| + | <td colspan="15" class="infobox-nested">{{{miscname3}}}</td> | ||
| + | <td colspan="15" class="infobox-nested">{{{miscname4}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td colspan="15" class="infobox-nested">{{{miscstat3}}}</td> | ||
| + | <td colspan="15" class="infobox-nested">{{{miscstat4}}}</td> | ||
| + | </tr> | ||
| + | |{{#if:{{{miscname3|}}}| | ||
| + | <tr> | ||
| + | <td colspan="30" class="infobox-nested">{{{miscname3}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td colspan="30" class="infobox-nested">{{{miscstat3}}}</td> | ||
| + | </tr> | ||
| + | }}}} | ||
</table> | </table> | ||
</div> | </div> | ||
| Line 224: | Line 237: | ||
|miscname2 = Name of second misc stat. Only shown of miscname1 is filled | |miscname2 = Name of second misc stat. Only shown of miscname1 is filled | ||
|miscstat2 = Requires miscname1 and miscname2 | |miscstat2 = Requires miscname1 and miscname2 | ||
| + | |miscname3 = Name of third misc stat | ||
| + | |miscstat3 = Requires miscname3 | ||
| + | |miscname4 = Name of fourth misc stat. Only shown of miscname3 is filled | ||
| + | |miscstat4 = Requires miscname3 and miscname4 | ||
|aug-stab = stab aug bonus | |aug-stab = stab aug bonus | ||
|aug-slash = slash aug bonus | |aug-slash = slash aug bonus | ||
| Line 271: | Line 288: | ||
|miscname2 = | |miscname2 = | ||
|miscstat2 = | |miscstat2 = | ||
| + | |miscname3 = | ||
| + | |miscstat3 = | ||
| + | |miscname4 = | ||
| + | |miscstat4 = | ||
|aug-stab = | |aug-stab = | ||
|aug-slash = | |aug-slash = | ||
Revision as of 12:10, 9 January 2022
Infobox Equipment
Usage
{{Infobox Equipment
|title = Automatic pagename, only use this if custom name is needed
|image = Img URL e.g. https://idlescape.com/images/combat/equipment/bronze_med_helm_icon.png
|gold = vendor sell price
|level-req = level required to use item
|source = Source of item
|slot = Helmet/Shield etc
|atk-speed = Attack speed
|atk-type = only needed for weapons or if armor gives attack bonus
|aug-slots = Amount of enchantment slots
|acc = Only shown if either acc or melee-str has a input - accuracy bonus
|melee-str = Only shown if either acc or any xxx-str has a input - melee strength bonus
|magic-str = Only shown if either acc or any xxx-str has a input - magic strength bonus
|range-str = Only shown if either acc or any xxx-str has a input - range strength bonus
|def-stats = only needed for weapons or if armor gives defensive bonus, this field is never shown
|def-stab = Requires def-stats - stab stats
|def-slash = Requires def-stats - slash stats
|def-crush = Requires def-stats - crush stats
|def-magic = Requires def-stats - magic stats
|def-range = Requires def-stats - range stats
|miscname1 = Name of first misc stat
|miscstat1 = Requires miscname1
|miscname2 = Name of second misc stat. Only shown of miscname1 is filled
|miscstat2 = Requires miscname1 and miscname2
|miscname3 = Name of third misc stat
|miscstat3 = Requires miscname3
|miscname4 = Name of fourth misc stat. Only shown of miscname3 is filled
|miscstat4 = Requires miscname3 and miscname4
|aug-stab = stab aug bonus
|aug-slash = slash aug bonus
|aug-crush = crush aug bonus
|aug-magic = magic aug bonus
|aug-range = range aug bonus
|aug-acc = Only shown if either aug-acc or aug-melee-str has a input - accuracy aug bonus
|aug-melee-str = Only shown if either aug-acc or any aug-xxx-str has a input - melee strength aug bonus
|aug-magic-str = Only shown if either aug-acc or any aug-xxx-str has a input - magic strength aug bonus
|aug-range-str = Only shown if either aug-acc or any aug-xxx-str has a input - range strength aug bonus
|aug-miscname1 = Name of first misc stat
|aug-miscstat1 = Requires miscname1
|aug-miscname2 = Name of second misc stat. Only shown if miscname1 is filled
|aug-miscstat2 = Requires miscname1 and miscname2
|aug-miscname3 = Name of third misc stat.
|aug-miscstat3 = Requires miscname3
|aug-miscname4 = Name of fourth misc stat. Only shown if miscname3 is filled
|aug-miscstat4 = Requires miscname3 and miscname4
|aug-cost = augment material cost
}}
Copy pasta code:
{{Infobox Equipment
|title =
|image =
|gold =
|level-req =
|source =
|slot =
|atk-speed =
|atk-type =
|aug-slots =
|acc =
|melee-str =
|magic-str =
|range-str =
|def-stats =
|def-stab =
|def-slash =
|def-crush =
|def-magic =
|def-range =
|miscname1 =
|miscstat1 =
|miscname2 =
|miscstat2 =
|miscname3 =
|miscstat3 =
|miscname4 =
|miscstat4 =
|aug-stab =
|aug-slash =
|aug-crush =
|aug-magic =
|aug-range =
|aug-acc =
|aug-melee-str =
|aug-magic-str =
|aug-range-str =
|aug-miscname1 =
|aug-miscstat1 =
|aug-miscname2 =
|aug-miscstat2 =
|aug-miscname3 =
|aug-miscstat3 =
|aug-miscname4 =
|aug-miscstat4 =
|aug-cost =
}}