Template:Infobox characters: Difference between revisions

From Viva Piñata Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
| colspan="2" class="infobox-section infobox-journal-cell" |
| colspan="2" class="infobox-section infobox-journal-cell" |
{{{journal_entry|}}}
{{{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">Role</span>
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Role</span>
Line 19: Line 13:
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Relationships</span>
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Relationships</span>
| class="infobox-section infobox-value-cell" | {{{relationships|}}}
| class="infobox-section infobox-value-cell" | {{{relationships|}}}
|-
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Prefered Piñata</span>
| class="infobox-section infobox-value-cell" | {{{favorite_pinata|}}}
|-
|-
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Voiced by</span>
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Voiced by</span>
Line 33: Line 24:
     "name": {"label": "Character name", "description": "Name of the character", "type": "string", "required": true},
     "name": {"label": "Character name", "description": "Name of the character", "type": "string", "required": true},
     "image": {"label": "Image filename", "description": "Image file of the character (without 'File:')", "type": "string"},
     "image": {"label": "Image filename", "description": "Image file of the character (without 'File:')", "type": "string"},
    "level": {"label": "Level", "description": "Character level (All npcs are level 1)", "type": "number"},
    "base_value": {"label": "Base value", "description": "Value in Chocolate Coins (All npcs are worth 0)", "type": "number"},
     "role": {"label": "Role", "description": "Role the NPC serves in game (Example: Shopkeeper, Tutorial, ect.)", "type": "string"},
     "role": {"label": "Role", "description": "Role the NPC serves in game (Example: Shopkeeper, Tutorial, ect.)", "type": "string"},
     "relationships": {"label": "Relationships", "description": "Relation to other NPCs in-game", "type": "string"},
     "relationships": {"label": "Relationships", "description": "Relation to other NPCs in-game", "type": "string"},
    "favorite_pinata": {"label": "Preferred Piñata", "description": "Piñata used by the character in TIP minigames", "type": "string"},
     "voice_actor": {"label": "Voice Actor", "description": "Who voiced the character (if known)", "type": "string"},
     "voice_actor": {"label": "Voice Actor", "description": "Who voiced the character (if known)", "type": "string"},
"journal_entry": {
"journal_entry": {

Latest revision as of 05:57, 23 November 2025

Infobox characters
[[File:|250px|center|{{{name}}}]]
Role
Relationships
Voiced by

Infobox for an npc in game

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Character namename

Name of the character

Stringrequired
Image filenameimage

Image file of the character (without 'File:')

Stringoptional
Rolerole

Role the NPC serves in game (Example: Shopkeeper, Tutorial, ect.)

Stringoptional
Relationshipsrelationships

Relation to other NPCs in-game

Stringoptional
Voice Actorvoice_actor

Who voiced the character (if known)

Stringoptional
Journal entryjournal_entry

Journal entry displayed under the image

Stringoptional