Template:PC: Difference between revisions

From The Lost Legion Wiki
Murmur (talk | contribs)
No edit summary
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 7: Line 7:
| race =  
| race =  
| class =
| class =
| title =
| background =
| background =
| status =
| alignment =
| alignment =
| birth_date =
| birth_date =
| death_date =
| death_date =
| pronouns =
| pronouns =
| queerness =
| languages =
| languages =
| homeland =
| homeland =
| deity =
| deity =
| affiliations =
| relationships =
| first_appearance =
| last_appearance =
| appearances =
| strength =
| strength =
| dexterity =
| dexterity =
Line 22: Line 28:
| wisdom =
| wisdom =
| charisma =
| charisma =
| appearances =
}}
}}
</pre>
</pre>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
     "description": "Infobox for players characters.",
     "description": "Infobox for players characters.",
Line 53: Line 59:
             "type": "string",
             "type": "string",
             "required": true
             "required": true
        },
        "title": {
            "label": "Title",
            "description": "The character's formal title.",
            "type": "string",
            "required": false
         },
         },
         "pronouns": {
         "pronouns": {
Line 59: Line 71:
             "type": "string",
             "type": "string",
             "required": true
             "required": true
        },
        "queerness": {
            "label": "Queerness",
            "description": "The character’s level of queerness.",
            "type": "string",
            "required": false
         },
         },
         "background": {
         "background": {
             "label": "Background",
             "label": "Background",
             "description": "The character’s background.",
             "description": "The character’s background.",
            "type": "string",
            "required": true
        },
        "status": {
            "label": "Status",
            "description": "The character’s status, e.g Alive, Dead or anything in between.",
             "type": "string",
             "type": "string",
             "required": true
             "required": true
Line 96: Line 120:
             "required": false
             "required": false
         },
         },
         "affiliations": {
         "relationships": {
             "label": "Affiliations",
             "label": "Relationships",
             "description": "The character’s affiliations or groups they belong to.",
             "description": "The character’s most important relationships.",
            "type": "string",
            "required": true
        },
        "first_appearance": {
            "label": "First Appearance",
            "description": "The character’s first appearance.",
            "type": "string",
            "required": true
        },
        "last_appearance": {
            "label": "Last Appearance",
            "description": "The character’s last appearance.",
            "type": "string",
            "required": false
        },
        "appearances": {
            "label": "Appearances",
            "description": "The campaigns or adventures where the character appears.",
             "type": "string",
             "type": "string",
             "required": true
             "required": true
Line 136: Line 178:
             "description": "The character’s charisma score.",
             "description": "The character’s charisma score.",
             "type": "number",
             "type": "number",
            "required": true
        },
        "appearances": {
            "label": "Appearances",
            "description": "The campaigns or adventures where the character appears.",
            "type": "string",
             "required": true
             "required": true
         }
         }
Line 149: Line 185:
</noinclude>
</noinclude>


 
<includeonly>
[[Category:Characters]]
[[Category:PCs]]
[[Category:{{{alignment}}}]]
{| class="wikitable" style="float:right; width:300px; margin:0 0 1em 1em;"
{| class="wikitable" style="float:right; width:300px; margin:0 0 1em 1em;"
! colspan="2" | '''Basic information'''
! colspan="2" | '''Basic information'''
Line 165: Line 204:
| '''Pronouns:''' || {{{pronouns|}}}
| '''Pronouns:''' || {{{pronouns|}}}
|-
|-
{{#if: {{{race|}}} |
{{#if: {{{queerness|}}} |
{{!}} '''Queerness:''' {{!}}{{!}} {{{queerness|}}}
{{!}}-
}}
{{#if: {{{title|}}} |
{{!}} '''Title:''' {{!}}{{!}} {{{title|}}}
{{!}}-
}}
{{#if: {{{background|}}} |
{{!}} '''Background:''' {{!}}{{!}} {{{background|}}}
{{!}} '''Background:''' {{!}}{{!}} {{{background|}}}
{{!}}-
{{!}}-
}}
}}
| '''Status:''' || {{{status|}}}
|-
{{#if: {{{birth_date|}}} |
{{#if: {{{birth_date|}}} |
{{!}} '''Birth Date:''' {{!}}{{!}} {{{birth_date|}}}
{{!}} '''Birth Date:''' {{!}}{{!}} {{{birth_date|}}}
Line 185: Line 234:
{{!}}-
{{!}}-
}}
}}
| '''Affiliations:''' || {{{affiliations|}}}
| '''Relationships:''' || {{{relationships|}}}
|-
| '''Appearances:''' || {{{appearances|}}}
|-
|-
{{#if: {{{first_appearance|}}} |
{{!}} '''First Appearances:''' {{!}}{{!}} {{{first_appearance|}}}
{{!}}-
}}
{{#if: {{{last_appearance|}}} |
{{!}} '''Last Appearance:''' {{!}}{{!}} {{{last_appearance|}}}
{{!}}-
}}
! colspan="2" | '''Abilities'''
! colspan="2" | '''Abilities'''
|-
|-
Line 200: Line 259:
|-
|-
| '''Charisma:''' || {{{charisma|}}}
| '''Charisma:''' || {{{charisma|}}}
|-
| '''Appearances:''' || {{{appearances|}}}
|}
|}
</includeonly>

Latest revision as of 19:58, 12 December 2024

Usage:

{{PC
| name = Murmur
| fanart =
| race = 
| class =
| title =
| background =
| status =
| alignment =
| birth_date =
| death_date =
| pronouns =
| queerness =
| languages =
| homeland =
| deity =
| relationships =
| first_appearance =
| last_appearance =
| appearances =
| strength =
| dexterity =
| constitution =
| intelligence =
| wisdom =
| charisma =
}}

Infobox for players characters.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Fanartfanart

URL or filename of the character’s fanart image.

Stringoptional
Racerace

The character’s race.

Stringrequired
Classclass

The character’s class and level.

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
Backgroundbackground

The character’s background.

Stringrequired
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
Strengthstrength

The character’s strength score.

Numberrequired
Dexteritydexterity

The character’s dexterity score.

Numberrequired
Constitutionconstitution

The character’s constitution score.

Numberrequired
Intelligenceintelligence

The character’s intelligence score.

Numberrequired
Wisdomwisdom

The character’s wisdom score.

Numberrequired
Charismacharisma

The character’s charisma score.

Numberrequired