Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SC/EventPanel/doc

Template page
Revision as of 15:40, 23 October 2025 by imported>Braxton2409
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/EventPanel/doc/doc. (View all subpages of this page.)

{{EventPanel}} is a template used on dynamic events.

TemplateData

<templatedata> { "params": { "name": { "label": "Name", "description": "Name of the dynamic event", "example": "Fight for Pyro", "type": "string", "required": true }, "image": { "label": "Image", "description": "The file name of the image of the event", "type": "string", "suggested": true },

       "status": {

"label": "Status", "description": "Status of the event. Concluded is only to be used if CIG stated the event is one time", "type": "string", "suggestedvalues": [ "Active", "Recurring", "Concluded", "Discontinued" ], "suggested": true },

       "page type": {

"label": "Page type", "description": "Set to 'Dynamic' if this page is a dynamic event, set to 'Story arc' if this page is a story arc. Defaults to narrative event", "type": "string", "suggestedvalues": [ "Dynamic event", "Narrative event",

               "Story arc"

] },

       "types": {

"label": "Contract types", "description": "Contract types available during the event",

           "example": "Mercenary, Hauling",

"type": "string",

           "suggested": true

}, "arc": { "label": "Story arc", "description": "The story arc this event belongs to",

           "example": "Pyro Must Burn",

"type": "string",

           "suggested": true

}, "previous": { "label": "Previous event", "description": "Previous event in this arc",

           "example": "Save Stanton",

"type": "string",

           "suggested": true

}, "next": { "label": "Next event", "description": "Next event in this arc",

           "example": "Supply or Die",

"type": "string",

           "suggested": true

}, "start": { "label": "Start date", "description": "In lore start date of the event in YYYY-MM-DD", "example": "2955-01-28", "type": "date", "suggested": true }, "end": { "label": "End date", "description": "In lore end date of the event in YYYY-MM-DD", "example": "2955-02-28", "type": "date", "suggested": true }, "factions": { "label": "Factions", "description": "List of factions participating in the event (internally linked)", "example": "Citizens for Prosperity, Headhunters, Frontier Fighters", "type": "string", "suggested": true }, "characters": { "label": "Key characters", "description": "List of key lore characters participating in this event (internally linked)", "example": "Amelia Boyd", "type": "string" }, "takes place": { "label": "Takes place", "description": "System the event takes place (internally linked)", "example": "Stanton system", "type": "string",

           "suggested": true

} }, "paramOrder": [ "image", "name",

       "page type",
       "status",
       "types",
       "arc",
       "previous",
       "next",

"start", "end",

       "factions",
       "characters",

"takes place" ], "format": "block" } </templatedata>