Template:Infobox characters: Difference between revisions
Little Ghost (talk | contribs) No edit summary |
Little Ghost (talk | contribs) 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">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">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"}, | ||
"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"}, | ||
"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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Character name | name | Name of the character | String | required |
| Image filename | image | Image file of the character (without 'File:') | String | optional |
| Role | role | Role the NPC serves in game (Example: Shopkeeper, Tutorial, ect.) | String | optional |
| Relationships | relationships | Relation to other NPCs in-game | String | optional |
| Voice Actor | voice_actor | Who voiced the character (if known) | String | optional |
| Journal entry | journal_entry | Journal entry displayed under the image | String | optional |