Difference between revisions of "Template:Item Infobox/doc"
Jump to navigation
Jump to search
(Created page with "==Description== This template is used to display basic information and pictures for item pages. ==Syntax== Type <pre>{{Item Infobox |image = |name = {{PAGENAME}} |category =...") |
|||
Line 112: | Line 112: | ||
}} | }} | ||
− | <includeonly> | + | <includeonly>[[Category:Infobox]][[Category:Template]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Revision as of 02:54, 6 May 2019
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 = |favor= |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 = |favor= |mood = |energy = }}
results in...
Item Infobox/doc | |
---|---|
Category: | Resource |
Max Stack Size: | 20 |
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
When an item can be consumed use
{{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 |favor= 10 |mood = 15 |energy = 20 }}
Which results in...
Item Infobox/doc | |
---|---|
Category: | Resource |
Max Stack Size: | 20 |
Donation Favor: | 10 |
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 |
Mood: | 15 |
Energy: | 20 |