Template:PlayerCharacter: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
(28 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#if: {{{imagecaption|}}} | {{{imagecaption}}} }}]] | {{#if: {{{imagecaption|}}} | {{{imagecaption}}} }}]] | ||
}}{{#if: {{{contacts|}}} | | }}{{#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> | ||
{{#set: | |||
HighConcept={{{highconcept}}} | |||
}} | |||
{{#if: {{{trouble|}}} | ===Trouble=== | {{#if: {{{trouble|}}} | ===Trouble=== | ||
{{{trouble}}} | {{{trouble}}} | ||
Line 11: | Line 17: | ||
{{#if: {{{aspects|}}} | ===Additional Aspects=== | {{#if: {{{aspects|}}} | ===Additional Aspects=== | ||
{{{aspects}}} | {{{aspects}}} | ||
}} | }} | ||
{{#if: {{{mantles|}}} | ===Mantle(s)=== | {{#if: {{{mantles|}}} | ===Mantle(s)=== | ||
{{{mantles}}} | {{{mantles}}} | ||
{{#set:Mantles={{{mantles}}}}} | |||
}} | }} | ||
{{#if: {{{bio|}}} | ===Biography=== | {{#if: {{{bio|}}} | ===Biography=== | ||
{{{bio}}} | {{{bio}}} | ||
}} | }} | ||
{{#set:Is PlayerCharacter=true}} | |||
<includeonly> | <includeonly> | ||
[[Category:The Paranet]] | [[Category:The Paranet]] | ||
Line 52: | Line 59: | ||
"bio": { | "bio": { | ||
"label": "Biography", | "label": "Biography", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"contacts": { | "contacts": { | ||
Line 67: | Line 74: | ||
} | } | ||
}, | }, | ||
"description": "Template to use for PCs | "description": "Template to use for PCs", | ||
"paramOrder": [ | "paramOrder": [ | ||
"highconcept", | "highconcept", | ||
Line 75: | Line 82: | ||
"imagename", | "imagename", | ||
"imagecaption", | "imagecaption", | ||
" | "contacts", | ||
" | "bio" | ||
], | ], | ||
"format": "block" | "format": "block" |
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 |