Template:Face: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
{{#if: {{{motivation|}}} | ===Motivation=== | {{#if: {{{motivation|}}} | ===Motivation=== | ||
{{{motivation}}} | {{{motivation}}} | ||
}} | }} | ||
{{#if: {{{faceof|}}} | ===Face of Location=== | {{#if: {{{faceof|}}} | ===Face of Location=== | ||
Line 19: | Line 16: | ||
{{#if: {{{faction|}}} | ===Related Faction=== | {{#if: {{{faction|}}} | ===Related Faction=== | ||
[[:Category:{{{faction}}}|{{{faction}}}]] | [[:Category:{{{faction}}}|{{{faction}}}]] | ||
}} | |||
{{#if: {{{known|}}} | ===Known to all the Paranet?=== | |||
[[{{{known}}}]] | |||
}} | |||
{{#if: {{{bio|}}} | ===Biography=== | |||
{{{bio}}} | |||
}} | }} | ||
<includeonly> | <includeonly> | ||
Line 65: | Line 68: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"known": { | |||
"label": "Known to all the Paranet", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
Line 75: | Line 82: | ||
"contacts", | "contacts", | ||
"faceof", | "faceof", | ||
"faction" | "faction", | ||
"known" | |||
], | ], | ||
"format": "block" | "format": "block" |
Revision as of 13:55, 29 June 2023
High Concept
{{{highconcept}}}
Template to use for NPCs
Parameter | Description | Type | Status | |
---|---|---|---|---|
High Concept | highconcept | no description | String | required |
Additional Aspects | aspects | no description | String | suggested |
Character's Motivation | motivation | no description | String | required |
Biography | bio | no description | Content | optional |
Contacts | contacts | A list of contacts and relationship description
| Content | suggested |
Is the face of Location | faceof | no description | Page name | suggested |
Related Faction | faction | no description | Page name | suggested |
Known to all the Paranet | known | no description | Boolean | optional |