Template:NPC: Difference between revisions

From Ghosts of the Golden Gate

(Created page with "<noinclude> {{#template_params:}} </noinclude><includeonly>{| class="wikitable" |- ! |{{#ask:[[Address::{{SUBJECTPAGENAME}}]]|format=list}} |} Category:NPC </includeonly>")
 
No edit summary
Line 1: Line 1:
<noinclude>
__NOEDITSECTION__ __NOTOC__{{#if: {{{contacts|}}} |
{{#template_params:}}
<div style="width: 35%; float:right; clear:right; border:1px solid #c8ccd1; padding: 15px; margin:0.5em 0 1.3em 1.4em;">
</noinclude><includeonly>{| class="wikitable"
===Contacts===
|-
{{{contacts}}}
!
</div>
|{{#ask:[[Address::{{SUBJECTPAGENAME}}]]|format=list}}
}}
|}
==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

[Edit template data]

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
High Concepthighconcept

no description

Stringrequired
Additional Aspectsaspects

no description

Stringsuggested
Character's Motivationmotivation

no description

Stringrequired
Biographybio

no description

Contentoptional
Contactscontacts

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
Contentsuggested
Related Factionfaction

no description

Page namesuggested
Known to all the Paranetknown

no description

Booleanoptional