Template:Faction: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
(48 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: {{{location|}}} | === | {{#if: {{{description|}}} | ===Description=== | ||
{{{location}}} | {{{description}}} | ||
}}{{#if: {{{obstacle|}}} | ===Obstacles=== | }} | ||
<div style="width: 48%; float: left; padding: 1%;"> | |||
{{#if: {{{aspects|}}} | ===Aspects=== | |||
{{{aspects}}} | |||
}} | |||
{{#if: {{{influence|}}} | ===Areas of Influence=== | |||
{{{influence}}} | |||
}} | |||
{{#if: {{{resources|}}} | ===Resources=== | |||
{{{resources}}} | |||
}} | |||
</div> | |||
<div style="width: 48%; float: right; padding: 1%;"> | |||
{{#if: {{{location|}}} | ===Primary Location=== | |||
[[{{{location}}}]] | |||
}} | |||
{{#if: {{{obstacle|}}} | ===Obstacles=== | |||
{{{obstacle}}} | {{{obstacle}}} | ||
}}{{#if: {{{weakness|}}} | ===Weaknesses=== | }} | ||
{{#if: {{{weakness|}}} | ===Weaknesses=== | |||
{{{weakness}}} | {{{weakness}}} | ||
}} | }} | ||
{{#if: {{{nextsteps|}}} | ===Next Steps=== | |||
{{{nextsteps}}} | {{{nextsteps}}} | ||
}} | }} | ||
</div> | |||
<div style="clear:both"> </div> | |||
</div> | |||
<includeonly> | <includeonly> | ||
[[Category:Faction]] | [[Category:Faction]] | ||
Line 26: | Line 44: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"influence": { | |||
"label": "Areas of Influence", | |||
"type": "content", | |||
"suggested": true | |||
}, | }, | ||
"obstacle": { | "obstacle": { | ||
"label": "Obstacle(s)", | "label": "Obstacle(s)", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"weakness": { | "weakness": { | ||
"label": "Known Organizational Weakness(es)", | "label": "Known Organizational Weakness(es)", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"aspects": { | "aspects": { | ||
"label": "Aspects", | "label": "Aspects", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
"nextsteps": { | "nextsteps": { | ||
"label": "Immediate Next Steps Planned", | "label": "Immediate Next Steps Planned", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 50: | Line 73: | ||
"label": "Location", | "label": "Location", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"suggested": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"resources": { | |||
"label": "Resources", | |||
"type": "content", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 57: | Line 90: | ||
"paramOrder": [ | "paramOrder": [ | ||
"goal", | "goal", | ||
"influence", | |||
"description", | |||
"location", | "location", | ||
"obstacle", | "obstacle", | ||
"weakness", | "weakness", | ||
"aspects", | "aspects", | ||
"nextsteps" | "nextsteps", | ||
"resources" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
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 |