Template:NPC: Difference between revisions

From The Lost Legion Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
| last_appearance =
| last_appearance =
| appearances =
| appearances =
| strength =
| dexterity =
| constitution =
| intelligence =
| wisdom =
| charisma =
}}
}}
</pre>
</pre>
Line 123: Line 117:
"type": "string",
"type": "string",
"required": true
"required": true
},
"strength": {
"label": "Strength",
"description": "The character’s strength score.",
"type": "number"
},
"dexterity": {
"label": "Dexterity",
"description": "The character’s dexterity score.",
"type": "number"
},
"constitution": {
"label": "Constitution",
"description": "The character’s constitution score.",
"type": "number"
},
"intelligence": {
"label": "Intelligence",
"description": "The character’s intelligence score.",
"type": "number"
},
"wisdom": {
"label": "Wisdom",
"description": "The character’s wisdom score.",
"type": "number"
},
"charisma": {
"label": "Charisma",
"description": "The character’s charisma score.",
"type": "number"
},
},
"creature": {
"creature": {
Line 177: Line 141:
"first_appearance",
"first_appearance",
"last_appearance",
"last_appearance",
"appearances",
"appearances"
"strength",
"dexterity",
"constitution",
"intelligence",
"wisdom",
"charisma"
]
]
}
}
Line 237: Line 195:
|-
|-
{{#if: {{{first_appearance|}}} |
{{#if: {{{first_appearance|}}} |
{{!}} '''First Appearances:''' {{!}}{{!}} {{{first_appearance|}}}
{{!}} '''First Appearance:''' {{!}}{{!}} {{{first_appearance|}}}
{{!}}-
{{!}}-
}}
}}
Line 244: Line 202:
{{!}}-
{{!}}-
}}
}}
! colspan="2" | '''Abilities'''
|-
| '''Strength:''' || {{{strength|}}}
|-
| '''Dexterity:''' || {{{dexterity|}}}
|-
| '''Constitution:''' || {{{constitution|}}}
|-
| '''Intelligence:''' || {{{intelligence|}}}
|-
| '''Wisdom:''' || {{{wisdom|}}}
|-
| '''Charisma:''' || {{{charisma|}}}
|}
|}
</includeonly>
</includeonly>

Latest revision as of 20:39, 22 February 2025

Usage:

{{PC
| name = Carlo
| fanart =
| creature = 
| title =
| status =
| alignment =
| birth_date =
| death_date =
| pronouns =
| queerness =
| languages =
| homeland =
| deity =
| relationships =
| first_appearance =
| last_appearance =
| appearances =
}}

Infobox for players characters.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Fanartfanart

URL or filename of the character’s fanart image.

Stringoptional
Creaturecreature

The character's specific creature species, and race (if applicable).

Stringrequired
Alignmentalignment

The character’s alignment.

Stringrequired
Titletitle

The character's formal title.

Stringoptional
Pronounspronouns

The character’s pronouns.

Stringrequired
Queernessqueerness

The character’s level of queerness.

Stringoptional
Statusstatus

The character’s status, e.g Alive, Dead or anything in between.

Stringrequired
Birth Datebirth_date

The character’s birth date (if known).

Stringoptional
Death Datedeath_date

The character’s death date (if applicable).

Stringoptional
Languageslanguages

The languages spoken by the character.

Stringrequired
Homelandhomeland

The character’s homeland.

Stringrequired
Deitydeity

The deity that the character worships (if applicable).

Stringoptional
Relationshipsrelationships

The character’s most important relationships.

Stringrequired
First Appearancefirst_appearance

The character’s first appearance.

Stringrequired
Last Appearancelast_appearance

The character’s last appearance.

Stringoptional
Appearancesappearances

The campaigns or adventures where the character appears.

Stringrequired