Template:Faction: Difference between revisions
From Demons of the Delta
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 Tag: Manual revert |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
==Goal== | ==Goal== | ||
<big>'''{{{goal}}}'''</big> | <big>'''{{{goal}}}'''</big> | ||
{{#if: {{{location|}}} | === | <div style="width: 50%; float:right; border:1px solid #a2a9b1; padding: 15px; margin:10px"> | ||
{{{location}}} | ===Description=== | ||
}}{{#if: {{{obstacle|}}} | ===Obstacles=== | {{{description}}} | ||
{{#if: {{{location|}}} | ===Primary Location=== | |||
[[{{{location}}}]] | |||
}} | |||
{{#if: {{{resources|}}} | ===Resources=== | |||
{{{resources}}} | |||
}} | |||
{{#if: {{{obstacle|}}} | ===Obstacles=== | |||
{{{obstacle}}} | {{{obstacle}}} | ||
}}{{#if: {{{weakness|}}} | ===Weaknesses=== | }} | ||
{{#if: {{{weakness|}}} | ===Weaknesses=== | |||
{{{weakness}}} | {{{weakness}}} | ||
}}{{#if: {{{aspects|}}} | ===Aspects=== | }} | ||
{{#if: {{{aspects|}}} | ===Aspects=== | |||
{{{aspects}}} | {{{aspects}}} | ||
}} | }} | ||
{{#if: {{{nextsteps|}}} | ===Next Steps=== | |||
{{{nextsteps}}} | {{{nextsteps}}} | ||
}} | }} | ||
</div> | |||
<includeonly> | <includeonly> | ||
[[Category:Faction]] | [[Category:Faction]] | ||
| Line 29: | Line 38: | ||
"obstacle": { | "obstacle": { | ||
"label": "Obstacle(s)", | "label": "Obstacle(s)", | ||
"type": " | "type": "content", | ||
"suggested": true | |||
}, | |||
"weakness": { | |||
"label": "Known Organizational Weakness(es)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"aspects": { | |||
"label": "Aspects", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"nextsteps": { | |||
"label": "Immediate Next Steps Planned", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"type": "wiki-page-name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "description": { | ||
" | "label": "Description", | ||
"type": "content", | |||
"required": true | |||
}, | |||
"resources": { | |||
"label": "Resources", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "Factions and Organizations within the City", | "description": "Factions and Organizations within the City", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"goal", | |||
"description", | |||
"location", | |||
"obstacle", | |||
"weakness", | |||
"aspects", | |||
"nextsteps", | |||
"resources" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:19, 12 July 2023
Goal
{{{goal}}}
Description
{{{description}}}
Factions and Organizations within the City
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Overarching Goal | goal | no description | String | required |
| 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 |