Difference between revisions of "Template:CortexSLChar"

From Starlight Wiki
Jump to navigation Jump to search
Line 71: Line 71:
 
|colspan=3|{{#cortexMarkup:{{{distinction1_sfx1_description}}}}}
 
|colspan=3|{{#cortexMarkup:{{{distinction1_sfx1_description}}}}}
 
|}
 
|}
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"width": {
 +
"label": "Width",
 +
"description": "Width of the Character Box",
 +
"example": "100",
 +
"type": "wiki-file-name",
 +
"default": "40"
 +
},
 +
"name": {
 +
"label": "Character Name",
 +
"description": "The Character's Name",
 +
"example": "Bob",
 +
"type": "line",
 +
"required": true
 +
},
 +
"description": {
 +
"label": "Character Description",
 +
"description": "A brief description of the character",
 +
"example": "Tall, with two eyes, four feet and two legs.",
 +
"type": "line",
 +
"suggested": true
 +
},
 +
"distinction1": {
 +
"label": "Distincation 1",
 +
"description": "Character's First Distinction",
 +
"example": "Hard-Headed",
 +
"type": "line",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction1_value": {
 +
"label": "First Distinction Die Value",
 +
"description": "Die value of the first distinction",
 +
"example": "8",
 +
"default": "8",
 +
"autovalue": "8",
 +
"required": true
 +
},
 +
"capitalist": {
 +
"label": "Capitalist Skill",
 +
"description": "Capitalist Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"medico": {
 +
"label": "Medico Skill",
 +
"description": "Medico Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction2": {
 +
"label": "Distinction 2",
 +
"description": "Character's Second Distincation",
 +
"example": "Big Muscled",
 +
"type": "line",
 +
"required": true
 +
},
 +
"distinction2_value": {
 +
"label": "Second Distinction Die Value",
 +
"description": "Die value of the second distinction",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8",
 +
"autovalue": "8",
 +
"required": true
 +
},
 +
"gumshoe": {
 +
"label": "Gumshoe Skill",
 +
"description": "Gumshoe Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"pilot": {
 +
"label": "Pilot Skill",
 +
"description": "Pilot Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction3": {
 +
"label": "Distinction 3",
 +
"description": "Character's Third Distinction",
 +
"example": "Lumpy",
 +
"type": "line",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction3_value": {
 +
"label": "Third Distinction Die Value",
 +
"description": "Die value of the third distinction",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8",
 +
"autovalue": "8"
 +
},
 +
"gunner": {
 +
"label": "Gunner Skill",
 +
"description": "Gunner Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"quartermaster": {
 +
"label": "Quartermaster Skill",
 +
"description": "Quartermaster Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"larcenist": {
 +
"label": "Larcenist Skill",
 +
"description": "Larcenist Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"raconteur": {},
 +
"physical": {
 +
"label": "Physical Attribute",
 +
"description": "Physical Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"lawyer": {
 +
"label": "Lawyer Attribute",
 +
"description": "Lawyer Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"scrapper": {
 +
"label": "Scrapper Attribute",
 +
"description": "Scrapper Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"mental": {
 +
"label": "Mental Attribute",
 +
"description": "Mental Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"macher": {
 +
"label": "Macher Attribute",
 +
"description": "Macher Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"technophile": {
 +
"label": "Technophile Attribute",
 +
"description": "Technophile Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"social": {
 +
"label": "Social Attribute",
 +
"description": "Social Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"mechanic": {
 +
"label": "Mechanic Attribute",
 +
"description": "Mechanic Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"distinction1_sfx1_description": {}
 +
},
 +
"paramOrder": [
 +
"name",
 +
"description",
 +
"width",
 +
"distinction1",
 +
"distinction1_value",
 +
"distinction2",
 +
"distinction2_value",
 +
"distinction3",
 +
"distinction3_value",
 +
"physical",
 +
"mental",
 +
"social",
 +
"capitalist",
 +
"gumshoe",
 +
"gunner",
 +
"lawyer",
 +
"larcenist",
 +
"macher",
 +
"medico",
 +
"mechanic",
 +
"pilot",
 +
"quartermaster",
 +
"raconteur",
 +
"scrapper",
 +
"technophile",
 +
"distinction1_sfx1_description"
 +
],
 +
"format": "inline"
 +
}
 +
</templatedata>
 +
</noinclude>

Revision as of 04:44, 15 December 2022


Bob
it's a bob
Distinctions Skills
Very Bob
Capitalist
Medico
Exceptionally Bob
Gumshoe
Pilot
Quite Bob
Gunner
Quartermaster
Attributes
Larcenist
Raconteur
Physical
Lawyer
Scrapper
Mental
Macher
Technophile
Social
Mechanic
Gain a when you switch out this distinction's for a .
Characters require a name
Distinctions Skills
Characters require three distinctions
Capitalist
Medico
Characters require three distinctions
Gumshoe
Pilot
Characters require three distinctions
Gunner
Quartermaster
Attributes
Larcenist
Raconteur
Physical
Lawyer
Scrapper
Mental
Macher
Technophile
Social
Mechanic
{{{distinction1_sfx1_description}}}

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Character Namename

The Character's Name

Example
Bob
Linerequired
Character Descriptiondescription

A brief description of the character

Example
Tall, with two eyes, four feet and two legs.
Linesuggested
Widthwidth

Width of the Character Box

Default
40
Example
100
Fileoptional
Distincation 1distinction1

Character's First Distinction

Example
Hard-Headed
Auto value
Linerequired
First Distinction Die Valuedistinction1_value

Die value of the first distinction

Default
8
Example
8
Auto value
8
Unknownrequired
Distinction 2distinction2

Character's Second Distincation

Example
Big Muscled
Linerequired
Second Distinction Die Valuedistinction2_value

Die value of the second distinction

Default
8
Example
8
Auto value
8
Numberrequired
Distinction 3distinction3

Character's Third Distinction

Example
Lumpy
Auto value
Linerequired
Third Distinction Die Valuedistinction3_value

Die value of the third distinction

Default
8
Example
8
Auto value
8
Numberoptional
Physical Attributephysical

Physical Attribute Value

Example
8
Numberrequired
Mental Attributemental

Mental Attribute Value

Example
8
Numberrequired
Social Attributesocial

Social Attribute Value

Example
8
Numberrequired
Capitalist Skillcapitalist

Capitalist Skill Value

Example
8
Auto value
Numberrequired
Gumshoe Skillgumshoe

Gumshoe Skill Value

Example
8
Auto value
Numberrequired
Gunner Skillgunner

Gunner Skill Value

Example
8
Auto value
Numberrequired
Lawyer Attributelawyer

Lawyer Attribute Value

Example
8
Numberrequired
Larcenist Skilllarcenist

Larcenist Skill Value

Example
8
Auto value
Numberrequired
Macher Attributemacher

Macher Attribute Value

Example
8
Numberrequired
Medico Skillmedico

Medico Skill Value

Example
8
Auto value
Numberrequired
Mechanic Attributemechanic

Mechanic Attribute Value

Example
8
Numberrequired
Pilot Skillpilot

Pilot Skill Value

Example
8
Auto value
Numberrequired
Quartermaster Skillquartermaster

Quartermaster Skill Value

Example
8
Auto value
Numberrequired
Raconteurraconteur

no description

Unknownoptional
Scrapper Attributescrapper

Scrapper Attribute Value

Example
8
Numberrequired
Technophile Attributetechnophile

Technophile Attribute Value

Example
8
Numberrequired
Distinction1_sfx1_descriptiondistinction1_sfx1_description

no description

Unknownoptional