Template:Infobox items: Difference between revisions
Template page
More actions
Admin Jeremy (talk | contribs) No edit summary |
Little Ghost (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| name | | name = {{{name|}}} | ||
| image | | image = {{{image|}}} | ||
| journal_entry = {{{journal_entry|}}} | | journal_entry = {{{journal_entry|}}} | ||
| journal_vp1 | | journal_vp1 = {{{journal_vp1|}}} | ||
| journal_tip | | journal_tip = {{{journal_tip|}}} | ||
| journal_pp | | journal_pp = {{{journal_pp|}}} | ||
| level | | level = {{{level|}}} | ||
| base_value = {{{ | | base_value = {{{base_value|}}} | ||
| special_effects = {{{special_effects|}}} | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for an item", | |||
"params": { | |||
"name": { | |||
"label": "Item name", | |||
"description": "Name of the item", | |||
"type": "string", | |||
"journal_entry": { | "required": true | ||
}, | |||
"image": { | |||
"label": "Image filename", | |||
} | "description": "Image file of the item (without 'File:')", | ||
"type": "string" | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "Item level (1–11)", | |||
"type": "number" | |||
}, | |||
"base_value": { | |||
"label": "Base value", | |||
"description": "Value in Chocolate Coins", | |||
"type": "number" | |||
}, | |||
"journal_entry": { | |||
"label": "Journal entry", | |||
"description": "Journal entry displayed under the image", | |||
"type": "string" | |||
}, | |||
"special_effects": { | |||
"label": "Special Effects", | |||
"description": "Effects the item has when placed in your garden (The rainbow preventing fights, the bell making Moozipan produce, ect.)", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"journal_entry", | |||
"level", | |||
"base_value", | |||
"special_effects" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:47, 23 February 2026
| Infobox items |
|---|
Infobox for an item
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item name | name | Name of the item | String | required |
| Image filename | image | Image file of the item (without 'File:') | String | optional |
| Journal entry | journal_entry | Journal entry displayed under the image | String | optional |
| Level | level | Item level (1–11) | Number | optional |
| Base value | base_value | Value in Chocolate Coins | Number | optional |
| Special Effects | special_effects | Effects the item has when placed in your garden (The rainbow preventing fights, the bell making Moozipan produce, ect.) | String | optional |