Template:Face: Difference between revisions
From Demons of the Delta
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOEDITSECTION__ __NOTOC__{{#if: {{{contacts|}}} | | __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== | ==High Concept== | ||
<big>'''{{{highconcept}}}'''</big> | <big>'''{{{highconcept}}}'''</big> | ||
{{#set: | |||
HighConcept={{{highconcept}}} | |||
}} | |||
{{#if: {{{aspects|}}} | ===Additional Aspects=== | {{#if: {{{aspects|}}} | ===Additional Aspects=== | ||
{{{aspects}}} | {{{aspects}}} | ||
| Line 11: | Line 16: | ||
{{{motivation}}} | {{{motivation}}} | ||
}} | }} | ||
{{#if: {{{faceof|}}} | ===Face of Location=== | |||
[[{{{faceof}}}]]{{#set: | |||
Face of={{{faceof}}} | |||
}}}} | |||
{{#if: {{{faction|}}} | ===Related Faction=== | |||
[[:{{{faction}}}]] | |||
}} | |||
{{#if: {{{known|}}} | ===Known to all the Paranet?=== | |||
{{{known}}}{{#set: | |||
Known to the Paranet={{{known}}} | |||
}}}} | |||
{{#if: {{{bio|}}} | ===Biography=== | {{#if: {{{bio|}}} | ===Biography=== | ||
{{{bio}}} | {{{bio}}} | ||
}} | }} | ||
<includeonly> | <includeonly> | ||
[[Category:Face]] | |||
{{#if: {{{faction|}}} | | {{#if: {{{faction|}}} | | ||
[[ | [[{{{faction}}}]] | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
| Line 47: | Line 58: | ||
"description": "A list of contacts and relationship description", | "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", | "example": "Dylan deSoto,Ally,longtime friends and partners in the Weird;Stanley Roberts,Adversary,Rival journalist and all-around sleazebag", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
| Line 64: | Line 75: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"known": { | |||
"label": "Known to all the Paranet", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
| Line 74: | Line 89: | ||
"contacts", | "contacts", | ||
"faceof", | "faceof", | ||
"faction" | "faction", | ||
"known" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
Latest revision as of 13:52, 11 July 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 |