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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
__NOEDITSECTION__ __NOTOC__{{#if: {{{imagename|}}} | [[File:{{{imagename}}}|thumb|right|
{{#template_params:}}
{{#if: {{{imagecaption|}}} | {{{imagecaption}}} }}]]
</noinclude><includeonly>{| class="wikitable"
}}{{#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===
|{{#ask:[[Address::{{SUBJECTPAGENAME}}]]|format=list}}
{{{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"
},
"imagename": {
"label": "Image File Name",
"type": "wiki-file-name",
"suggested": true
},
"imagecaption": {
"label": "Image Caption",
"type": "string"
}
},
"description": "Template to use for NPCs",
"paramOrder": [
"highconcept",
"aspects",
"motivation",
"faction",
"known",
"contacts",
"imagename",
"imagecaption",
"bio"
],
"format": "block"
}
</templatedata>
</noinclude>

Latest revision as of 19:48, 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
Related Factionfaction

no description

Page namesuggested
Known to all the Paranetknown

no description

Booleanoptional
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
Image File Nameimagename

no description

Filesuggested
Image Captionimagecaption

no description

Stringoptional
Biographybio

no description

Contentoptional