Template:Infobox characters: Difference between revisions
Template page
More actions
Little Ghost (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="Template:Infobox generic/styles.css" /> | |||
| | {{Infobox | ||
| name = {{{name|}}} | |||
| | | image = {{{image|}}} | ||
| journal_entry = {{{journal_entry|}}} | |||
| | | journal_vp1 = {{{journal_vp1|}}} | ||
| journal_tip = {{{journal_tip|}}} | |||
{{{journal_entry|}}} | | journal_pp = {{{journal_pp|}}} | ||
| | | role = {{{role|}}} | ||
| relationships = {{{relationships|}}} | |||
| voiced_by = {{{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"}, | ||
"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 12:50, 6 February 2026
Page Template:Infobox generic/styles.css has no content.
| Infobox characters |
|---|
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 |