(→Usage) |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{documentation}} | |||
You can copy and paste the template parameters from below, or use the Template Wizard in the visual editor. | You can copy and paste the template parameters from below, or use the Template Wizard in the visual editor. | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
<nowiki>{{Infobox/Faction | <nowiki>{{Infobox/Faction | ||
| FactionSwitch = Business / Criminal / Public Sector | |||
| Image = | | Image = | ||
| Caption = | | Caption = | ||
| Status = | | Status = Active / Closed / Disbanded | ||
| DateFormed = | | DateFormed = | ||
| DateDisbanded = | | DateDisbanded = | ||
| Aliases = | | Aliases = | ||
| FactionType = Cafe / Nightclub / Shop / Motorcycle Club / Street Gang / Mob / Syndicate / Family / Mafia / Outfit / Crew / Etc.... | |||
| Motto = | | Motto = | ||
| Mission = | | Mission = | ||
| Color = | | Color = | ||
| Location = | | Location = | ||
| Owner = | |||
| CEO = | |||
| Address = | |||
| Allies = | | Allies = | ||
| Enemies = | | Enemies = | ||
| Investors = | |||
| Affiliations = | | Affiliations = | ||
| MapImage = | |||
}}</nowiki> | }}</nowiki> | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"FactionSwitch": { | |||
"label": "Type of Faction", | |||
"description": "Is this a Business, Crime Organization, or Public Sector.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Business", | |||
"Criminal", | |||
"Public Sector" | |||
], | |||
"required": true | |||
}, | |||
"Image": { | "Image": { | ||
"label": " | "label": "Faction Logo", | ||
"description": " | "description": "Logo of the business or crime faction.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"Status": { | "Status": { | ||
" | "description": "Is the faction still active?", | ||
" | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Active", | "Active", | ||
"Inactive", | "Inactive", | ||
"Disbanded" | "Disbanded", | ||
"Closed" | |||
], | |||
"suggested": true | |||
}, | |||
"DateFormed": { | |||
"description": "When did the faction form?", | |||
"type": "number", | |||
"default": "YYYY-MM-DD", | |||
"suggested": true | |||
}, | |||
"DateDisbanded": { | |||
"description": "If relevant, when did the faction disband or close?", | |||
"type": "date", | |||
"default": "YYYY-MM-DD" | |||
}, | |||
"Aliases": { | |||
"description": "Alternative names the faction is known by.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"FactionType": { | |||
"description": "What type of faction is this??", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Motorcycle Club", | |||
"Street Gang", | |||
"Mob", | |||
"Syndicate", | |||
"Family", | |||
"Mafia", | |||
"Outfit", | |||
"Crew", | |||
"Cafe", | |||
"Nightclub", | |||
"Garage", | |||
"Shop" | |||
], | ], | ||
"suggested": true, | "suggested": true, | ||
" | "label": "Faction Type" | ||
}, | }, | ||
" | "Motto": { | ||
"label": "Gang Only | Motto", | |||
"description": "The motto or common saying of the faction.", | |||
"description": " | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"Mission": { | "Mission": { | ||
"description": "What are the goals of this faction?" | "label": "Gang Only | Mission", | ||
"description": "What are the goals of this faction?", | |||
"type": "string" | |||
}, | }, | ||
"Color": { | "Color": { | ||
"label": "Gang Only | Color", | |||
"description": "Does this gang have an associated color or tag?", | "description": "Does this gang have an associated color or tag?", | ||
"type": "string" | |||
}, | |||
"Location": { | |||
"label": "Gang Only | Location", | |||
"description": "The address or general location the gang can be found.", | |||
"type": "string" | |||
}, | |||
"BusinessType": { | |||
"label": "Business Only | Business Type", | |||
"description": "What type of business is this?", | |||
"type": "string", | "type": "string", | ||
" | "suggestedvalues": [ | ||
"Cafe", | |||
"Nightclub", | |||
"Shop" | |||
] | |||
}, | |||
"Owner": { | |||
"label": "Business Only | Owner", | |||
"description": "Who owns the business?", | |||
"type": "string" | |||
}, | |||
"CEO": { | |||
"label": "Business Only | CEO", | |||
"description": "Who runs the business?", | |||
"type": "string" | |||
}, | |||
"Address": { | |||
"label": "Business Only | Address", | |||
"description": "What's the address of the business?", | |||
"type": "string" | |||
}, | }, | ||
"Allies": { | "Allies": { | ||
"description": " | "description": "Does the faction have any friends or allies?", | ||
"type": " | "type": "wiki-template-name", | ||
"suggested": true | |||
}, | }, | ||
"Enemies": { | "Enemies": { | ||
"description": " | "description": "Does the faction have any rival or enemies?", | ||
"type": "wiki-template-name", | |||
"suggested": true | |||
}, | |||
"Investors": { | |||
"description": "Does the faction have an investor?", | |||
"type": "wiki-template-name" | |||
}, | }, | ||
"Affiliations": { | "Affiliations": { | ||
"description": " | "description": "Is the faction affiliated with any other factions?", | ||
"type": "wiki-template-name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "MapImage": { | ||
"description": " | "description": "Picture of the location on a map where the business or faction can be found.", | ||
"type": " | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": " | "description": "A template used for the creation of Faction articles.", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 09:38, 7 February 2023
You can copy and paste the template parameters from below, or use the Template Wizard in the visual editor.
Usage
{{Infobox/Faction | FactionSwitch = Business / Criminal / Public Sector | Image = | Caption = | Status = Active / Closed / Disbanded | DateFormed = | DateDisbanded = | Aliases = | FactionType = Cafe / Nightclub / Shop / Motorcycle Club / Street Gang / Mob / Syndicate / Family / Mafia / Outfit / Crew / Etc.... | Motto = | Mission = | Color = | Location = | Owner = | CEO = | Address = | Allies = | Enemies = | Investors = | Affiliations = | MapImage = }}
A template used for the creation of Faction articles.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type of Faction | FactionSwitch | Is this a Business, Crime Organization, or Public Sector.
| String | required |
Faction Logo | Image | Logo of the business or crime faction. | File | suggested |
Status | Status | Is the faction still active?
| String | suggested |
DateFormed | DateFormed | When did the faction form?
| Number | suggested |
DateDisbanded | DateDisbanded | If relevant, when did the faction disband or close?
| Date | optional |
Aliases | Aliases | Alternative names the faction is known by. | String | suggested |
Faction Type | FactionType | What type of faction is this??
| String | suggested |
Gang Only | Motto | Motto | The motto or common saying of the faction. | String | optional |
Gang Only | Mission | Mission | What are the goals of this faction? | String | optional |
Gang Only | Color | Color | Does this gang have an associated color or tag? | String | optional |
Gang Only | Location | Location | The address or general location the gang can be found. | String | optional |
Business Only | Business Type | BusinessType | What type of business is this?
| String | optional |
Business Only | Owner | Owner | Who owns the business? | String | optional |
Business Only | CEO | CEO | Who runs the business? | String | optional |
Business Only | Address | Address | What's the address of the business? | String | optional |
Allies | Allies | Does the faction have any friends or allies? | Template | suggested |
Enemies | Enemies | Does the faction have any rival or enemies? | Template | suggested |
Investors | Investors | Does the faction have an investor? | Template | optional |
Affiliations | Affiliations | Is the faction affiliated with any other factions? | Template | suggested |
MapImage | MapImage | Picture of the location on a map where the business or faction can be found. | File | suggested |