Template:PlayerCharacter: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
(53 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOEDITSECTION__[[File:{{{imagename}}}|thumb|right|{{{imagecaption}}}]] | __NOEDITSECTION__ __NOTOC__{{#if: {{{imagename|}}} | [[File:{{{imagename}}}|thumb|right| | ||
===High Concept | {{#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== | |||
<big>'''{{{highconcept}}}'''</big> | <big>'''{{{highconcept}}}'''</big> | ||
{{#if: {{{trouble|}}} | | {{#set: | ||
===Trouble=== | HighConcept={{{highconcept}}} | ||
}} | |||
{{#if: {{{trouble|}}} | ===Trouble=== | |||
{{{trouble}}} | {{{trouble}}} | ||
}} | }} | ||
{{#if: {{{aspects|}}} | | {{#if: {{{aspects|}}} | ===Additional Aspects=== | ||
===Additional Aspects=== | |||
{{{aspects}}} | {{{aspects}}} | ||
}} | }} | ||
===Biography=== | {{#if: {{{mantles|}}} | ===Mantle(s)=== | ||
{{{mantles}}} | |||
{{#set:Mantles={{{mantles}}}}} | |||
}} | |||
{{#if: {{{bio|}}} | ===Biography=== | |||
{{{bio}}} | {{{bio}}} | ||
}} | |||
{{#set:Is PlayerCharacter=true}} | |||
<includeonly> | |||
[[Category:The Paranet]] | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"highconcept": { | |||
"label": "High Concept", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"trouble": { | |||
"label": "Trouble Aspect", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"aspects": { | |||
"label": "Additional Aspects", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"imagename": { | "imagename": { | ||
"label": "Image File Name", | "label": "Image File Name", | ||
Line 27: | Line 59: | ||
"bio": { | "bio": { | ||
"label": "Biography", | "label": "Biography", | ||
"type": " | "type": "content" | ||
}, | }, | ||
" | "contacts": { | ||
"label": " | "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": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "mantles": { | ||
"label": " | "label": "Mantle(s)", | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
} | } | ||
}, | }, | ||
"description": "Template to use for PCs | "description": "Template to use for PCs", | ||
"paramOrder": [ | "paramOrder": [ | ||
"highconcept", | "highconcept", | ||
"trouble", | "trouble", | ||
"aspects", | "aspects", | ||
"mantles", | |||
"imagename", | "imagename", | ||
"imagecaption", | "imagecaption", | ||
"contacts", | |||
"bio" | "bio" | ||
], | ], |
Latest revision as of 16:39, 18 July 2025
High Concept
{{{highconcept}}}
Template to use for PCs
Parameter | Description | Type | Status | |
---|---|---|---|---|
High Concept | highconcept | no description | String | required |
Trouble Aspect | trouble | no description | String | suggested |
Additional Aspects | aspects | no description | String | suggested |
Mantle(s) | mantles | no description | String | required |
Image File Name | imagename | no description | File | suggested |
Image Caption | imagecaption | no description | String | optional |
Contacts | contacts | A list of contacts and relationship description
| String | suggested |
Biography | bio | no description | Content | optional |