Template:NPC: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) (Created page with "<noinclude> {{#template_params:}} </noinclude><includeonly>{| class="wikitable" |- ! |{{#ask:[[Address::{{SUBJECTPAGENAME}}]]|format=list}} |} Category:NPC </includeonly>") |
Sanfrancisco (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
< | __NOEDITSECTION__ __NOTOC__{{#if: {{{contacts|}}} | | ||
{{ | <div style="width: 35%; float:right; clear:right; border:1px solid #c8ccd1; padding: 15px; margin:0.5em 0 1.3em 1.4em;"> | ||
</ | ===Contacts=== | ||
| | {{{contacts}}} | ||
</div> | |||
}} | |||
|} | ==High Concept== | ||
<big>'''{{{highconcept}}}'''</big> | |||
{{#set: | |||
HighConcept={{{highconcept}}} | |||
}} | |||
{{#if: {{{aspects|}}} | ===Additional Aspects=== | |||
{{{aspects}}} | |||
}} | |||
{{#if: {{{motivation|}}} | ===Motivation=== | |||
{{{motivation}}} | |||
}} | |||
{{#if: {{{faction|}}} | ===Related Faction=== | |||
[[:{{{faction}}}]] | |||
}} | |||
{{#if: {{{known|}}} | ===Known to all the Paranet?=== | |||
{{{known}}}{{#set: | |||
Known to the Paranet={{{known}}} | |||
}}}} | |||
{{#if: {{{bio|}}} | ===Biography=== | |||
{{{bio}}} | |||
}} | |||
<includeonly> | |||
[[Category:NPC]] | [[Category:NPC]] | ||
{{#if: {{{faction|}}} | | |||
[[{{{faction}}}]] | |||
}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"highconcept": { | |||
"label": "High Concept", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"aspects": { | |||
"label": "Additional Aspects", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"bio": { | |||
"label": "Biography", | |||
"type": "content" | |||
}, | |||
"contacts": { | |||
"label": "Contacts", | |||
"description": "A list of contacts and relationship description", | |||
"example": "Dylan deSoto,Ally,longtime friends and partners in the Weird;Stanley Roberts,Adversary,Rival journalist and all-around sleazebag", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"faction": { | |||
"label": "Related Faction", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"motivation": { | |||
"label": "Character's Motivation", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"known": { | |||
"label": "Known to all the Paranet", | |||
"type": "boolean" | |||
} | |||
}, | |||
"description": "Template to use for NPCs", | |||
"paramOrder": [ | |||
"highconcept", | |||
"aspects", | |||
"motivation", | |||
"bio", | |||
"contacts", | |||
"faction", | |||
"known" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 18:17, 17 July 2025
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 |
Related Faction | faction | no description | Page name | suggested |
Known to all the Paranet | known | no description | Boolean | optional |