Template:Infobox species: Difference between revisions
Template page
More actions
Admin Jeremy (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| (24 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | {{Infobox | ||
| | | name = {{{name|}}} | ||
| image = {{{image|}}} | |||
{{{name| | | level = {{{level|}}} | ||
| | | journal_entry = {{{journal_entry|}}} | ||
| journal_vp1 = {{{journal_vp1|}}} | |||
| journal_tip = {{{journal_tip|}}} | |||
| journal_pp = {{{journal_pp|}}} | |||
| | | base_value = {{{base_value|}}} | ||
| animal = {{{real_animal|}}} | |||
| {{{ | | candy = {{{candy|}}} | ||
| | | attack_object = {{{attack_object|}}} | ||
}} | |||
| {{{base_value|}}} | |||
| {{{real_animal|}}} | |||
| | |||
| | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 29: | Line 18: | ||
"params": { | "params": { | ||
"name": {"label": "Piñata name", "description": "Species name of the piñata", "type": "string", "required": true}, | "name": {"label": "Piñata name", "description": "Species name of the piñata", "type": "string", "required": true}, | ||
"image": {"label": "Image filename", "description": "Image file of the piñata (without 'File:' | "image": {"label": "Image filename", "description": "Image file of the piñata (without 'File:')", "type": "string"}, | ||
"level": {"label": "Level", "description": "Species level (1–11)", "type": "number"}, | "level": {"label": "Level", "description": "Species level (1–11)", "type": "number"}, | ||
"base_value": {"label": "Base value", "description": "Value in Chocolate Coins", "type": "number"}, | "base_value": {"label": "Base value", "description": "Value in Chocolate Coins", "type": "number"}, | ||
| Line 35: | Line 24: | ||
"candy": {"label": "Candy origin", "description": "Type of candy it's named after", "type": "string"}, | "candy": {"label": "Candy origin", "description": "Type of candy it's named after", "type": "string"}, | ||
"attack_object": {"label": "Attack object", "description": "Object used when fighting or attacking", "type": "string"}, | "attack_object": {"label": "Attack object", "description": "Object used when fighting or attacking", "type": "string"}, | ||
" | "journal_vp1": { | ||
"label": "Journal entry", | "label": "Journal entry (Viva Piñata)", | ||
" | "type": "string" | ||
}, | |||
"journal_tip": { | |||
"label": "Journal entry (Trouble in Paradise)", | |||
"type": "string" | |||
}, | |||
"journal_pp": { | |||
"label": "Journal entry (Pocket Paradise)", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Latest revision as of 12:23, 6 February 2026
| Infobox species |
|---|
Infobox for a piñata species
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Piñata name | name | Species name of the piñata | String | required |
| Image filename | image | Image file of the piñata (without 'File:') | String | optional |
| Level | level | Species level (1–11) | Number | optional |
| Base value | base_value | Value in Chocolate Coins | Number | optional |
| Real animal | real_animal | Real-life animal the piñata is based on | String | optional |
| Candy origin | candy | Type of candy it's named after | String | optional |
| Attack object | attack_object | Object used when fighting or attacking | String | optional |
| Journal entry (Viva Piñata) | journal_vp1 | no description | String | optional |
| Journal entry (Trouble in Paradise) | journal_tip | no description | String | optional |
| Journal entry (Pocket Paradise) | journal_pp | no description | String | optional |