Template:Face: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) (Created page with "__NOEDITSECTION__ __NOTOC__{{#if: {{{contacts|}}} | {{ContactsList |contacts={{{contacts}}} }}}} ==High Concept== <big>'''{{{highconcept}}}'''</big> {{#if: {{{aspects|}}} | ===Additional Aspects=== {{{aspects}}} }} {{#if: {{{bio|}}} | ===Biography=== {{{bio}}} }} {{#if: {{{faceof|}}} | ===Face of Location=== [[{{{faceof}}}]] }} {{#if: {{{faction|}}} | ===Related Faction=== [[:Category:{{{faction}}}|{{{faction}}}]] }} <includeonly> {{#if: {{{faction|}}} | Category:{{{f...") |
Sanfrancisco (talk | contribs) No edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOEDITSECTION__ __NOTOC__{{#if: {{{ | __NOEDITSECTION__ __NOTOC__{{#if: {{{imagename|}}} | [[File:{{{imagename}}}|thumb|right| | ||
{{ | {{#if: {{{imagecaption|}}} | {{{imagecaption}}} }}]] | ||
| | }}{{#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}}} | ||
}} | }} | ||
{{#if: {{{ | {{#if: {{{motivation|}}} | ===Motivation=== | ||
{{{ | {{{motivation}}} | ||
}} | }} | ||
{{#if: {{{faceof|}}} | ===Face of Location=== | {{#if: {{{faceof|}}} | ===Face of Location=== | ||
[[{{{faceof}}}]] | [[{{{faceof}}}]]{{#set: | ||
Face of={{{faceof}}} | |||
}}}} | |||
{{#if: {{{faction|}}} | ===Related Faction=== | |||
[[:{{{faction}}}]] | |||
}} | }} | ||
{{#if: {{{ | {{#if: {{{known|}}} | ===Known to all the Paranet?=== | ||
{{{known}}}{{#set: | |||
Known to the Paranet={{{known}}} | |||
}}}} | |||
{{#if: {{{bio|}}} | ===Biography=== | |||
{{{bio}}} | |||
}} | }} | ||
<includeonly> | <includeonly> | ||
[[Category:Face]] | |||
{{#if: {{{faction|}}} | | {{#if: {{{faction|}}} | | ||
[[ | [[{{{faction}}}]] | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
Line 35: | Line 51: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | |||
"imagename": { | |||
"label": "Image File Name", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"imagecaption": { | |||
"label": "Image Caption", | |||
"type": "string" | |||
}, | }, | ||
"bio": { | "bio": { | ||
Line 44: | Line 69: | ||
"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 56: | Line 81: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"suggested": true | "suggested": true | ||
}, | |||
"motivation": { | |||
"label": "Character's Motivation", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"known": { | |||
"label": "Known to all the Paranet", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
Line 62: | Line 96: | ||
"highconcept", | "highconcept", | ||
"aspects", | "aspects", | ||
"imagename", | |||
"imagecaption", | |||
"motivation", | |||
"bio", | "bio", | ||
"contacts", | "contacts", | ||
"faceof", | "faceof", | ||
"faction" | "faction", | ||
"known" | |||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 19:19, 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 |
Image File Name | imagename | no description | File | suggested |
Image Caption | imagecaption | no description | String | optional |
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 |