Template:Infobox species: Difference between revisions
no edit summary
Admin Jeremy (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="infobox infobox-species" | {| class="infobox infobox-species" | ||
|- | |- | ||
! colspan="2" class="infobox-header" | | ! colspan="2" class="infobox-header" | {{{name|Piñata}}} | ||
{{{name|Piñata}}} | |||
|- | |- | ||
| colspan="2" | | colspan="2" class="infobox-image" | [[File:{{{image|}}}|250px|center|{{{name}}}]] | ||
[[File:{{{image|}}}|250px|center|{{{name}}}]] | |||
|- | |- | ||
| colspan="2" class="infobox-section infobox-journal-cell" | | |||
{{{journal_entry|}}} | |||
|- | |- | ||
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Level</span> | |||
| {{{ | | class="infobox-section infobox-value-cell" | {{{level|}}} | ||
|- | |- | ||
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Base Value</span> | |||
| {{{ | | class="infobox-section infobox-value-cell" | {{{base_value|}}} chocolate coins | ||
|- | |- | ||
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Animal</span> | |||
| {{{ | | class="infobox-section infobox-value-cell" | {{{real_animal|}}} | ||
|- | |- | ||
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Candy</span> | |||
| {{{attack_object|}}} | | class="infobox-section infobox-value-cell" | {{{candy|}}} | ||
|- | |||
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Attack Object</span> | |||
| class="infobox-section infobox-value-cell" | {{{attack_object|}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
| Line 29: | Line 29: | ||
"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 37: | Line 37: | ||
"journal_entry": { | "journal_entry": { | ||
"label": "Journal entry", | "label": "Journal entry", | ||
"description": " | "description": "Journal entry displayed under the image", | ||
"type": "string" | "type": "string" | ||
} | } | ||