Template:DowntimeFlag
More actions
This is Template:DowntimeFlag — one per clickable "flag"/dot on the
interactive map's Downtime. It belongs to a Template:Tl (via
downtime_event) and holds the flag's position, the options players
choose between, and a single resolution — the outcome shown to
players once resolutions are revealed.
Add options as a numbered series: option_1 / option_desc_1, option_2 / …, up to
50. The crew write the one resolution after voting closes, informed
by which option won. Player votes are NOT stored on the wiki (the
MFInteractiveMapSync extension owns them) — this is the choice + resolution text.
Draft vs published (B2): a flag in the Crew: namespace is a DRAFT (Category:Crew Downtime Flag, skipped by the public map sync) so crew can place flags while assembling a gathering without players seeing them; a flag in the main namespace is PUBLISHED (Category:Downtime Flag). Publishing is moving the page out of Crew:.
A single Downtime flag/dot with its options + one resolution for the interactive map. Options are a numbered series: option_1/option_desc_1, option_2/… — documented to 3 here; continue the same pattern up to 50.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Event code | downtime_event | The parent DowntimeEvent's event_id, e.g. E2. | String | required |
| Flag name | name | Display name on the dot + card. | String | required |
| Display id | display_id | Short label, e.g. V1. | String | optional |
| Nation | nation | Nation the flag sits in (for colour/grouping). | String | optional |
| Map id | map_id | Which map the dot sits on (usually known-elandra).
| String | optional |
| Map X | map_x | Plane x (-512..512, origin centre). | Number | required |
| Map Y | map_y | Plane y (-256..256, origin centre). | Number | required |
| Colour | color | Hex colour for the dot. | String | optional |
| Description | description | The situation shown when the flag is opened. | Content | suggested |
| Resolution | resolution | The single outcome shown to players once resolutions are revealed. Written by the crew after voting closes. | Content | optional |
| Option 1 | option_1 | First choice label. | String | suggested |
| Option 1 description | option_desc_1 | What choosing option 1 means. | String | optional |
| Option 2 | option_2 | Second choice label. | String | suggested |
| Option 2 description | option_desc_2 | What choosing option 2 means. | String | optional |
| Option 3 | option_3 | Third choice label. The series continues with the same pattern (option_4/option_desc_4, …) up to 50. | String | optional |
| Option 3 description | option_desc_3 | What choosing option 3 means. | String | optional |