Template:Faction: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOEDITSECTION__ __NOTOC__ | __NOEDITSECTION__ __NOTOC__ | ||
<div style="width: 96%; border:1px solid #a2a9b1; padding: 5px 2%; margin:0%"> | |||
==Goal== | ==Goal== | ||
<big>'''{{{goal}}}'''</big> | <big>'''{{{goal}}}'''</big> | ||
{{#if: {{{description|}}} | ===Description=== | |||
===Description=== | |||
{{{description}}} | {{{description}}} | ||
}} | |||
<div style="width: 48%; float: left; padding: 1%;"> | |||
{{#if: {{{aspects|}}} | ===Aspects=== | |||
{{{aspects}}} | |||
}} | |||
{{#if: {{{influence|}}} | ===Areas of Influence=== | |||
{{{influence}}} | |||
}} | |||
{{#if: {{{resources|}}} | ===Resources=== | |||
{{{resources}}} | |||
}} | |||
</div> | </div> | ||
<div style="width: | <div style="width: 48%; float: right; padding: 1%;"> | ||
{{#if: {{{location|}}} | ===Primary Location=== | {{#if: {{{location|}}} | ===Primary Location=== | ||
[[{{{location}}}]] | [[{{{location}}}]] | ||
}} | }} | ||
{{#if: {{{obstacle|}}} | ===Obstacles=== | {{#if: {{{obstacle|}}} | ===Obstacles=== | ||
{{{obstacle}}} | {{{obstacle}}} | ||
}} | }} | ||
{{#if: {{{weakness|}}} | ===Weaknesses=== | {{#if: {{{weakness|}}} | ===Weaknesses=== | ||
{{{weakness}}} | {{{weakness}}} | ||
}} | }} | ||
{{#if: {{{nextsteps|}}} | ===Next Steps=== | {{#if: {{{nextsteps|}}} | ===Next Steps=== | ||
{{{nextsteps}}} | {{{nextsteps}}} | ||
}} | }} | ||
</div> | |||
<div style="clear:both"> </div> | |||
</div> | </div> | ||
<includeonly> | <includeonly> | ||
Line 40: | Line 44: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"influence": { | |||
"label": "Areas of Influence", | |||
"type": "content", | |||
"suggested": true | |||
}, | }, | ||
"obstacle": { | "obstacle": { | ||
Line 81: | Line 90: | ||
"paramOrder": [ | "paramOrder": [ | ||
"goal", | "goal", | ||
"influence", | |||
"description", | "description", | ||
"location", | "location", |
Latest revision as of 17:45, 18 July 2025
Goal
{{{goal}}}
Factions and Organizations within the City
Parameter | Description | Type | Status | |
---|---|---|---|---|
Overarching Goal | goal | no description | String | required |
Areas of Influence | influence | no description | Content | suggested |
Description | description | no description | Content | required |
Location | location | no description | Page name | suggested |
Obstacle(s) | obstacle | no description | Content | suggested |
Known Organizational Weakness(es) | weakness | no description | Content | suggested |
Aspects | aspects | no description | Content | required |
Immediate Next Steps Planned | nextsteps | no description | Content | suggested |
Resources | resources | no description | Content | suggested |