Template:Infobox/Faction/doc: Difference between revisions

Template page
Line 19: Line 19:
</pre>
</pre>


==Template Data==
 
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"FactionSwitch": {
"label": "Type of Faction",
"description": "Is this a Business, Crime Organization, or Public Sector.",
"type": "string",
"suggestedvalues": [
"Business",
"Criminal"
],
"required": true
},
"Image": {
"Image": {
"label": "Business Logo / Image",
"label": "Faction Logo",
"description": "Picture of the subject of this article.",
"description": "Logo of the business or crime faction.",
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true
"suggested": true
},
},
"Status": {
"Status": {
"label": "Gang Status",
"description": "Is the faction still active?",
"description": "What is the play status of this gang?",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"Active",
"Active",
"Inactive",
"Innactive",
"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",
"suggested": true
},
"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"
],
],
"suggested": true,
"suggested": true,
"type": "string"
"label": "Gang Only | Faction Type"
},
},
"Caption": {},
"Motto": {
"DateFormed": {},
"label": "Gang Only | Motto",
"DateDisbanded": {},
"description": "The motto or common saying of the faction.",
"Aliases": {
"description": "Does this group have any nicknames or go by other names?",
"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",
"suggested": true
"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": "Links to allied groups",
"description": "Does the faction have any friends or allies?",
"type": "string"
"type": "wiki-template-name",
"suggested": true
},
},
"Enemies": {
"Enemies": {
"description": "Links to enemy groups."
"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": "Links to affiliated groups or organizations.",
"description": "Is the faction affiliated with any other factions?",
"type": "wiki-template-name",
"suggested": true
"suggested": true
},
},
"Motto": {
"MapImage": {
"description": "The motto or common saying of the faction.",
"description": "Picture of the location on a map where the business or faction can be found.",
"type": "string",
"type": "wiki-file-name",
"suggested": true
"suggested": true
}
}
},
},
"description": "An infobox containing information about a Faction in the server.",
"description": "A template used for the creation of Faction articles.",
"format": "block",
"format": "block"
"paramOrder": [
"Image",
"Caption",
"Status",
"DateFormed",
"DateDisbanded",
"Aliases",
"Motto",
"Mission",
"Color",
"Allies",
"Enemies",
"Affiliations"
]
}
}
</templatedata>
</templatedata>

Revision as of 17:51, 6 February 2023

You can copy and paste the template parameters from below, or use the Template Wizard in the visual editor.

Usage

{{Infobox/Faction
| Image = 
| Caption = 
| Status = 
| DateFormed = 
| DateDisbanded = 
| Aliases = 
| Motto = 
| Mission =
| Color = 
| Location =
| Allies = 
| Enemies = 
| Affiliations = 
}}


A template used for the creation of Faction articles.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Type of FactionFactionSwitch

Is this a Business, Crime Organization, or Public Sector.

Suggested values
Business Criminal
Stringrequired
Faction LogoImage

Logo of the business or crime faction.

Filesuggested
StatusStatus

Is the faction still active?

Suggested values
Active Innactive Disbanded Closed
Stringsuggested
DateFormedDateFormed

When did the faction form?

Default
YYYY-MM-DD
Numbersuggested
DateDisbandedDateDisbanded

If relevant, when did the faction disband or close?

Default
YYYY-MM-DD
Datesuggested
AliasesAliases

Alternative names the faction is known by.

Stringsuggested
Gang Only | Faction TypeFactionType

What type of faction is this??

Suggested values
Motorcycle Club Street Gang Mob Syndicate Family Mafia Outfit Crew
Stringsuggested
Gang Only | MottoMotto

The motto or common saying of the faction.

Stringoptional
Gang Only | MissionMission

What are the goals of this faction?

Stringoptional
Gang Only | ColorColor

Does this gang have an associated color or tag?

Stringoptional
Gang Only | LocationLocation

The address or general location the gang can be found.

Stringoptional
Business Only | Business TypeBusinessType

What type of business is this?

Suggested values
Cafe Nightclub Shop
Stringoptional
Business Only | OwnerOwner

Who owns the business?

Stringoptional
Business Only | CEOCEO

Who runs the business?

Stringoptional
Business Only | AddressAddress

What's the address of the business?

Stringoptional
AlliesAllies

Does the faction have any friends or allies?

Templatesuggested
EnemiesEnemies

Does the faction have any rival or enemies?

Templatesuggested
InvestorsInvestors

Does the faction have an investor?

Templateoptional
AffiliationsAffiliations

Is the faction affiliated with any other factions?

Templatesuggested
MapImageMapImage

Picture of the location on a map where the business or faction can be found.

Filesuggested