Difference between revisions of "Template:Infobox Item"
Jump to navigation
Jump to search
m |
m |
||
| Line 57: | Line 57: | ||
</tr> | </tr> | ||
|}} | |}} | ||
| − | {{#if: {{{food-size|}}}| | + | </table> |
| + | {{#if: {{{food-size|{{{food-cat|{{{food-buff|}}}}}}}}} | ||
| + | <div class="infobox-title">Cooking</div> | ||
| + | <div class="infobox-stats"> | ||
| + | <table style="padding: 1em;"> | ||
| + | {{#if: {{{food-size|}}} | | ||
<tr> | <tr> | ||
| − | <th | + | <th width="90">Food Size</th> |
| − | <td | + | <td>{{{food-size}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
| − | {{#if: {{{food-cat|}}}| | + | {{#if: {{{food-cat|}}} | |
<tr> | <tr> | ||
| − | <th colspan="15"> | + | <th width="90">Food Category</th> |
| − | <td colspan="15">{{{food- | + | <td>{{{food-cat}}}</td> |
| + | </tr> | ||
| + | |}} | ||
| + | {{#if: {{{food-buff|}}}| | ||
| + | <tr> | ||
| + | <th colspan="15">Provided Buff</th> | ||
| + | <td colspan="15">{{{food-buff}}}</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
</table> | </table> | ||
| + | </div> | ||
| + | |}} | ||
{{#if: {{{stab|{{{slash|{{{crush|{{{accuracy|{{{strength|{{{speed|{{{attacktype|}}}}}}}}}}}}}}}}}}}}}| | {{#if: {{{stab|{{{slash|{{{crush|{{{accuracy|{{{strength|{{{speed|{{{attacktype|}}}}}}}}}}}}}}}}}}}}}| | ||
<div class="infobox-title">Combat Stats</div> | <div class="infobox-title">Combat Stats</div> | ||
Revision as of 07:24, 15 April 2021
Infobox Item
Usage
{{Infobox Item
|title = Autofilled from pagename, only use if custom name is needed
|image = Img URL e.g. https://idlescape.com/images/fishing/raw_shrimp.png
|gold = Vendor price
|source = Source of acquiring, e.g. seeds come from foraging = [[Foraging]]
|level-req = Lvl requirement for item
|heat = How much heat item gives when burned, e.g. coal gives 10
|exp = How much exp item gives
|aug-bonus = Use Infobox Equipment for equipment, augment bonus
|aug-slots = Use Infobox Equipment for equipment, augment slots
|aug-cost = Augment cost, separate with <br>
|hp = How much HP item provides
|food-size = size of cooking ingredient
|food-cat = category of cooking ingredient
|stab = Use Infobox Equipment for equipment, stab bonus
|slash = Use Infobox Equipment for equipment, slash bonus
|crush = Use Infobox Equipment for equipment, crush bonus
|accuracy = Use Infobox Equipment for equipment, accuracy bonus
|strength = Use Infobox Equipment for equipment, strength bonus
|speed = Use Infobox Equipment for equipment, attack speed
|attacktype = Use Infobox Equipment for equipment, attack type
|slot = Use Infobox Equipment for equipment, what slot the item have
|non-combat-name =
|non-combat-stat =
|plot-size = used for seeds only, plot size
|seed-exp = used for seeds only, xp gain after farming
|harvest-time = used for seeds only, harvest time
|yield = used for seeds only, aprx. yield from seed
}}
Copy pasta:
{{Infobox Item
|title =
|image =
|gold =
|source =
|level-req =
|heat =
|exp =
|aug-bonus =
|aug-slots =
|aug-cost =
|hp =
|food-size =
|food-cat =
|stab =
|slash =
|crush =
|accuracy =
|strength =
|speed =
|attacktype =
|slot =
|non-combat-name =
|non-combat-stat =
|plot-size =
|seed-exp =
|harvest-time =
|yield =
}}