More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the faction", "type": "string", "required": true }, "image": { "label": "Image", "type": "wiki-file-name" }, "faction_type": { "label": "Type", "description": "The type of faction", "type": "string", "required": true }, "aliases": { "label": "Aliases", "description": "Aliases of this faction", "type": "string" }, "base": { "label":..." |
No edit summary |
||
Line 72: | Line 72: | ||
"label": "Allegiances", | "label": "Allegiances", | ||
"description": "Allegiances to governments, groups, or characters", | "description": "Allegiances to governments, groups, or characters", | ||
"type": "string" | |||
}, | |||
"religion": { | |||
"label": "Religion", | |||
"description": "Religion of this group", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 84: | Line 89: | ||
"leader_title", | "leader_title", | ||
"leader", | "leader", | ||
"religion", | |||
"deity", | "deity", | ||
"notable_members", | "notable_members", |
Revision as of 20:02, 21 May 2025
Mostly non governmental organizations
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the faction | String | required |
Image | image | no description | File | optional |
Type | faction_type | The type of faction | String | required |
Aliases | aliases | Aliases of this faction | String | optional |
Base | base | The base this faction operates from | String | optional |
Leader Title | leader_title | The title for the leader of this faction | String | optional |
Leader | leader | The leader of this faction | String | optional |
Religion | religion | Religion of this group | String | optional |
Deity | deity | Deity related to this faction | String | optional |
Notable Members | notable_members | Specific members to note within this group | String | optional |
Member Count | member_count | The number of members in this faction | Number | optional |
Allegiances | allegiances | Allegiances to governments, groups, or characters | String | optional |
Allies | allies | Governments, groups, or characters that are allies | String | optional |
Rivals | rivals | Governments, groups, or characters that are rivals | String | optional |
Enemies | enemies | Governments, groups, or characters that are enemies | String | optional |