ZexisStryfe (talk | contribs) No edit summary |
ZexisStryfe (talk | contribs) No edit summary |
||
Line 141: | Line 141: | ||
|-| | |-| | ||
Personality={{{Personality}}} | Personality={{{Personality}}} | ||
{{#if: {{{Powers|}}}{{{Abilities|}}}{{{Strength|}}}{{{Weaknesses|}}} | | |||
|-| | |-| | ||
Powers & Abilities={{#if: {{{Powers|}}}|<h3>Powers</h3> | Powers & Abilities= | ||
{{#if: {{{Powers|}}}|<h3>Powers</h3> | |||
{{{Powers}}} | {{{Powers}}} | ||
}}{{#if: {{{Abilities|}}}|<br> | }}{{#if: {{{Abilities|}}}|<br> | ||
Line 152: | Line 154: | ||
}}{{#if: {{{Weaknesses|}}} |<br> | }}{{#if: {{{Weaknesses|}}} |<br> | ||
<h3>Weaknesses</h3> | <h3>Weaknesses</h3> | ||
{{{Weaknesses}}} }} | {{{Weaknesses}}} }} }} | ||
{{#if: {{{Equipment|}}}{{{Transportation|}}}{{{Weapons|}}} | | |||
|-| | |-| | ||
Paraphernalia={{#if: {{{Equipment|}}} |<h3>Equipment</h3> | Paraphernalia= | ||
{{#if: {{{Equipment|}}} |<h3>Equipment</h3> | |||
{{{Equipment}}} | {{{Equipment}}} | ||
}}{{#if: {{{Transportation|}}} |<br> | }}{{#if: {{{Transportation|}}} |<br> | ||
Line 161: | Line 165: | ||
}}{{#if: {{{Weapons|}}} |<br> | }}{{#if: {{{Weapons|}}} |<br> | ||
<h3>Weaponry</h3> | <h3>Weaponry</h3> | ||
{{{Weapons}}} }} | {{{Weapons}}} }} }} | ||
</tabber> | </tabber> | ||
Line 175: | Line 179: | ||
"params": { | "params": { | ||
"Name": { | "Name": { | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | |||
"Callsign": { | |||
"type": "string" | |||
}, | |||
"Aliases": { | |||
"type": "string" | |||
}, | |||
"Relatives": { | |||
"type": "string" | |||
}, | }, | ||
"Gender": { | "Gender": { | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | }, | ||
"Race": { | "Race": { | ||
"required": true | "required": true, | ||
"type": "string", | |||
"default": "Human" | |||
}, | }, | ||
"Height": { | "Height": { | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | }, | ||
"Weight": { | "Weight": { | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | }, | ||
"Eyes": { | "Eyes": { | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | }, | ||
"Hair": { | "Hair": { | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | }, | ||
"UnusualFeatures": {}, | "UnusualFeatures": {}, | ||
"Sire": {}, | "Sire": { | ||
"description": "Only required if race is Methuselah", | |||
"type": "string" | |||
}, | |||
"PlaceofBirth": { | "PlaceofBirth": { | ||
"required": true, | |||
"type": "string" | |||
}, | |||
"PlaceofDeath": { | |||
"description": "Only required if deceased is 'yes'", | |||
"type": "string" | |||
}, | |||
"Citizenship": { | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"MaritalStatus": { | |||
"type": "string" | |||
}, | |||
"Occupation": { | |||
"type": "string" | |||
}, | |||
"Education": { | |||
"type": "string" | |||
}, | |||
"Faction": { | |||
"type": "string" | |||
}, | |||
"Rank": { | |||
"description": "Only required if Faction is OMEGA", | |||
"type": "string" | |||
}, | |||
"Stationed": { | |||
"description": "Only required if Faction is OMEGA", | |||
"type": "string" | |||
}, | |||
"Theme": { | |||
"type": "string", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "ThreatRank": { | ||
" | "description": "Only required if theme is hostile, caution, or friendly", | ||
"type": "number" | |||
}, | |||
"ThreatType": { | |||
"description": "Only required if theme is hostile, caution, or friendly" | |||
}, | |||
"Image": { | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Description": { | |||
"type": "string", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "HistoryText": { | ||
"type": "string" | |||
}, | |||
" | "Personality": { | ||
"type": "string" | |||
}, | |||
"Powers": { | |||
" | "type": "string" | ||
}, | |||
"Abilities": { | |||
"type": "string" | |||
" | }, | ||
"Strength": {}, | "Strength": {}, | ||
"Weaknesses": {}, | "Weaknesses": { | ||
"Equipment": {}, | "type": "string" | ||
"Transportation": {}, | }, | ||
"Weapons": {}, | "Equipment": { | ||
"type": "string" | |||
}, | |||
"Transportation": { | |||
"type": "string" | |||
}, | |||
"Weapons": { | |||
"type": "string" | |||
}, | |||
"Tagline": { | "Tagline": { | ||
"required": true, | "required": true, | ||
Line 233: | Line 303: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"RealName": {}, | "RealName": { | ||
"Class": {}, | "type": "string" | ||
}, | |||
"Class": { | |||
"description": "Only required if Faction is OMEGA", | |||
"type": "string" | |||
}, | |||
"Arcgene": { | "Arcgene": { | ||
"required": true, | "required": true, | ||
Line 241: | Line 316: | ||
"autovalue": "" | "autovalue": "" | ||
}, | }, | ||
"Deceased": {}, | "Deceased": { | ||
"FormerFaction": {} | "type": "string", | ||
"required": true | |||
}, | |||
"FormerFaction": { | |||
"type": "string" | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
Line 287: | Line 367: | ||
"Weapons" | "Weapons" | ||
], | ], | ||
"format": " | "format": "block" | ||
} | } | ||
</templatedata>}</noinclude> | </templatedata>}</noinclude> |
Revision as of 20:05, 21 October 2020
{{/doc}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | Image | no description | File | suggested |
Theme | Theme | no description | String | required |
Name | Name | no description | String | required |
RealName | RealName | no description | String | optional |
Tagline | Tagline | no description
| String | required |
Callsign | Callsign | no description | String | optional |
Aliases | Aliases | no description | String | optional |
Relatives | Relatives | no description | String | optional |
Gender | Gender | no description | String | required |
Race | Race | no description
| String | required |
Sire | Sire | Only required if race is Methuselah | String | optional |
Height | Height | no description | String | required |
Weight | Weight | no description | String | required |
Eyes | Eyes | no description | String | required |
Hair | Hair | no description | String | required |
UnusualFeatures | UnusualFeatures | no description | Unknown | optional |
Arcgene | Arcgene | no description
| String | required |
PlaceofBirth | PlaceofBirth | no description | String | required |
PlaceofDeath | PlaceofDeath | Only required if deceased is 'yes' | String | optional |
Deceased | Deceased | no description | String | required |
Citizenship | Citizenship | no description | String | required |
MaritalStatus | MaritalStatus | no description | String | optional |
Faction | Faction | no description | String | optional |
FormerFaction | FormerFaction | no description | String | optional |
Occupation | Occupation | no description | String | optional |
Education | Education | no description | String | optional |
Rank | Rank | Only required if Faction is OMEGA | String | optional |
Class | Class | Only required if Faction is OMEGA | String | optional |
Stationed | Stationed | Only required if Faction is OMEGA | String | optional |
ThreatRank | ThreatRank | Only required if theme is hostile, caution, or friendly | Number | optional |
ThreatType | ThreatType | Only required if theme is hostile, caution, or friendly | Unknown | optional |
Description | Description | no description | String | required |
HistoryText | HistoryText | no description | String | optional |
Personality | Personality | no description | String | optional |
Powers | Powers | no description | String | optional |
Abilities | Abilities | no description | String | optional |
Strength | Strength | no description | Unknown | optional |
Weaknesses | Weaknesses | no description | String | optional |
Equipment | Equipment | no description | String | optional |
Transportation | Transportation | no description | String | optional |
Weapons | Weapons | no description | String | optional |
}