Template:Item Infobox
Jump to navigation
Jump to search
| {{{name}}} | |
|---|---|
| {{{image}}} | |
| Category: | {{{category}}} |
| Max Stack Size: | {{{maxstack}}} |
| Donation Favor: | {{{favor}}} |
| Uses per item: | {{{durability}}} |
| Details | |
| Unlock: | {{{unlock}}} |
| Get Item: | {{{getItem}}} |
| Growth Time: | {{{growthTime}}} |
| Vendors: | {{{vendor}}} |
| Purchase: | {{{purchasePrice}}} |
| Sell Price: | {{{sellPrice}}} |
| Not Consumable | |
| iMG: | {{{img}}} |
| Favor Bonus: | {{{grantfavor}}} |
| Mood: | {{{mood}}} |
| Energy: | {{{energy}}} |
| Template documentation follows |
|---|
| Note: the template above may sometimes be partially or fully invisible. |
| Visit Template:Item_Infobox/doc to edit this documentation. (How does this work?) |
Description
This template is used to display basic information and pictures for item pages.
Syntax
Type{{Item Infobox
|image =
|name = {{PAGENAME}}
|category =
|maxstack =
|favor =
|durability =
|unlock =
|getItem =
|growthTime =
|vendor =
|purchasePrice =
|sellPrice =
|consume =
|img =
|grantfavor=
|mood =
|energy =
}}
somewhere.
Samples
{{Item Infobox
|image = [[File:PlainBubble209.png|200px]]
|name = {{PAGENAME}}
|category = Resource
|maxstack = 20
|favor = 5
|durability = 5
|unlock = Level 1
|getItem = Harvest [[Bubble Tree]]
|growthTime = 3 mins
|vendor = [[Alchemical Goods Vendor]]
|purchasePrice = 100
|sellPrice = 100
|consume =
|img =
|grantfavor=
|mood =
|energy =
}}
results in...
| Item Infobox | |
|---|---|
| Category: | Resource |
| Max Stack Size: | 20 |
| Donation Favor: | 5 |
| Uses per item: | 5 |
| Details | |
| Unlock: | Level 1 |
| Get Item: | Harvest Bubble Tree |
| Growth Time: | 3 mins |
| Vendors: | Alchemical Goods Vendor |
| Purchase: | 100 |
| Sell Price: | 100 |
| Not Consumable | |
- Sample 2
{{Item Infobox
|image = [[File:PlainBubble209.png|200px]]
|name = {{PAGENAME}}
|category = Resource
|maxstack = 20
|favor = 5
|durability = 5
|unlock = Level 1
|getItem = Harvest [[Bubble Tree]]
|growthTime = 3 mins
|vendor = [[Alchemical Goods Vendor]]
|purchasePrice = 100
|sellPrice = 100
|consume = yes
|img = 5
|grantfavor= 10
|mood = 15
|energy = 20
}}
Which results in...
| Item Infobox | |
|---|---|
| Category: | Resource |
| Max Stack Size: | 20 |
| Donation Favor: | 5 |
| Uses per item: | 5 |
| Details | |
| Unlock: | Level 1 |
| Get Item: | Harvest Bubble Tree |
| Growth Time: | 3 mins |
| Vendors: | Alchemical Goods Vendor |
| Purchase: | 100 |
| Sell Price: | 100 |
| When Consumed | |
| iMG: | 5 |
| Favor Bonus: | 10 |
| Mood: | 15 |
| Energy: | 20 |