More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
"label": "Aliases", | "label": "Aliases", | ||
"description": "Aliases of this faction", | "description": "Aliases of this faction", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 72: | Line 67: | ||
"label": "Allegiances", | "label": "Allegiances", | ||
"description": "Allegiances to governments, groups, or characters", | "description": "Allegiances to governments, groups, or characters", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 82: | Line 72: | ||
"label": "Holidays", | "label": "Holidays", | ||
"description": "Holidays for this faction", | "description": "Holidays for this faction", | ||
"type": "string" | |||
}, | |||
"religions": { | |||
"label": "Religions", | |||
"description": "Religions of this group", | |||
"type": "string" | |||
}, | |||
"demographics": { | |||
"label": "Demographics", | |||
"description": "Demographics of this faction", | |||
"type": "string" | |||
}, | |||
"followers": { | |||
"label": "Followers", | |||
"description": "Types/Races/Occupations that are often followers of this fation", | |||
"type": "string" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliations", | |||
"description": "Affiliations to this faction", | |||
"type": "string" | |||
}, | |||
"child_settlements": { | |||
"label": "Settlements", | |||
"description": "Settlements associated with this faction", | |||
"type": "string" | |||
}, | |||
"child_locations": { | |||
"label": "Locations", | |||
"description": "Locations associated with this faction", | |||
"type": "string" | |||
}, | |||
"child_structures": { | |||
"label": "Structures", | |||
"description": "Structures associated with this faction", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 91: | Line 116: | ||
"faction_type", | "faction_type", | ||
"aliases", | "aliases", | ||
"leader_title", | "leader_title", | ||
"leader", | "leader", | ||
" | "followers", | ||
"religions", | |||
"deity", | "deity", | ||
" | "holidays", | ||
"member_count", | "member_count", | ||
"demographics", | |||
"allegiances", | "allegiances", | ||
"allies", | "allies", | ||
"rivals", | "rivals", | ||
"enemies", | "enemies", | ||
" | "notable_members", | ||
"affiliations", | |||
"child_settlements", | |||
"child_locations", | |||
"child_structures" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 22:11, 22 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 |
Leader Title | leader_title | The title for the leader of this faction | String | optional |
Leader | leader | The leader of this faction | String | optional |
Followers | followers | Types/Races/Occupations that are often followers of this fation | String | optional |
Religions | religions | Religions of this group | String | optional |
Deity | deity | Deity related to this faction | String | optional |
Holidays | holidays | Holidays for this faction | String | optional |
Member Count | member_count | The number of members in this faction | Number | optional |
Demographics | demographics | Demographics of this faction | String | 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 |
Notable Members | notable_members | Specific members to note within this group | String | optional |
Affiliations | affiliations | Affiliations to this faction | String | optional |
Settlements | child_settlements | Settlements associated with this faction | String | optional |
Locations | child_locations | Locations associated with this faction | String | optional |
Structures | child_structures | Structures associated with this faction | String | optional |