Template:Faction: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) (Created page with "__NOEDITSECTION__ __NOTOC__ ==Goal== <big>'''{{{goal}}}'''</big> {{#if: {{{location|}}} | ===Locations=== {{{location}}} }}{{#if: {{{obstacle|}}} | ===Obstacles=== {{{obstacle}}} }}{{#if: {{{weakness|}}} | ===Weaknesses=== {{{weakness}}} }}{{#if: {{{aspects|}}} | ===Aspects=== {{{aspects}}} }}{{#if: {{{obstacle|}}} | ===Obstacles=== {{{obstacle}}} }}{{#if: {{{nextsteps|}}} | ===Next Steps=== {{{nextsteps}}} }} <includeonly> Category:Faction </includeonly> <noinclude>...") |
Sanfrancisco (talk | contribs) No edit summary |
||
Line 32: | Line 32: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"weakness": {}, | "weakness": { | ||
"aspects": {}, | "label": "Known Organizational Weakness(es)", | ||
"nextsteps": {} | "type": "string", | ||
"suggested": true | |||
}, | |||
"aspects": { | |||
"label": "Aspects", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"nextsteps": { | |||
"label": "Immediate Next Steps Planned", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "Factions and Organizations within the City", | "description": "Factions and Organizations within the City", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"goal", | |||
"location", | |||
"obstacle", | |||
"weakness", | |||
"aspects", | |||
"nextsteps" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 15:30, 26 June 2023
Goal
{{{goal}}}
Factions and Organizations within the City
Parameter | Description | Type | Status | |
---|---|---|---|---|
Overarching Goal | goal | no description | String | required |
Location | location | no description | Page name | suggested |
Obstacle(s) | obstacle | no description | String | suggested |
Known Organizational Weakness(es) | weakness | no description | String | suggested |
Aspects | aspects | no description | String | required |
Immediate Next Steps Planned | nextsteps | no description | String | suggested |