Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox characters: Difference between revisions

Template page
Created page with "{| class="infobox infobox-character" |- ! colspan="2" class="infobox-header" | {{{name|{{PAGENAME}}}}} |- | colspan="2" class="infobox-image" | [[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" |..."
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox infobox-character"
<templatestyles src="Template:Infobox generic/styles.css" />
|-
{{Infobox
! colspan="2" class="infobox-header" | {{{name|{{PAGENAME}}}}}
| name          = {{{name|}}}
|-
| image        = {{{image|}}}
| colspan="2" class="infobox-image" | [[File:{{{image|}}}|250px|center|{{{name}}}]]
| journal_entry = {{{journal_entry|}}}
|-
| journal_vp1  = {{{journal_vp1|}}}
| colspan="2" class="infobox-section infobox-journal-cell" |
| journal_tip  = {{{journal_tip|}}}
{{{journal_entry|}}}
| journal_pp    = {{{journal_pp|}}}
|-
| role          = {{{role|}}}
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Level</span>
| relationships = {{{relationships|}}}
| class="infobox-section infobox-value-cell" | {{{level|}}}
| voiced_by    = {{{voice_actor|}}}
|-
}}
| 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-value-cell" | {{{role|}}}
|-
| class="infobox-section infobox-label-cell" | <span class="infobox-label">Relationships</span>
| 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-value-cell" | {{{voice_actor|}}}
|}
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 33: Line 18:
     "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 12:50, 6 February 2026

Page Template:Infobox generic/styles.css has no content.

Infobox characters

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