Difference between revisions of "Template:CortexTrait"

From Starlight Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
</noinclude>
 
</noinclude>
 
{|style='width:{{{width|100}}}%'
 
{|style='width:{{{width|100}}}%'
|style='width:90%' class='hed'|{{#if: {{{name|}}}|{{{name}}}|<span class='err'>distinction needs a name</span>}}
+
|style='width:90%' class='hed'|{{#if: {{{name|}}}|{{{name}}}|<span class='err'>trait needs a name</span>}}
 
|style='width:10%;text-align:center;'|{{#die:{{{value|8}}}}}
 
|style='width:10%;text-align:center;'|{{#die:{{{value|8}}}}}
 
|}
 
|}
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"width": {
 +
"label": "Width of the table",
 +
"description": "Width of the table the trait shows up in. Default is 100",
 +
"example": "20",
 +
"type": "number",
 +
"suggested": true
 +
},
 +
"name": {
 +
"label": "Trait Name",
 +
"description": "Name of the Trait",
 +
"example": "Beefy Mamma Jamma",
 +
"type": "string",
 +
"required": true
 +
},
 +
"value": {
 +
"label": "Value of Trait",
 +
"description": "The value of the assocaited trait. If not provided, defaults to 8",
 +
"example": "10",
 +
"type": "number",
 +
"default": "8",
 +
"required": true
 +
}
 +
},
 +
"paramOrder": [
 +
"name",
 +
"value",
 +
"width"
 +
],
 +
"format": "inline"
 +
}
 +
</templatedata>
 +
</noinclude>

Revision as of 11:34, 13 December 2022

|

Bad Mamma Jamma

|-

|

Hinder
Gain a when you switch out this distinction's for a .

|-





no

|

Ok Mamma Jamma DIE VALUE {{{value}}} NOT VALID

|-

|

Hinder
Gain a when you switch out this distinction's for a .

|-





no

|

Literally Bad Mamma Jamma

|-

|

Hinder
Gain a when you switch out this distinction's for a .

|-





no

trait needs a name

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Trait Namename

Name of the Trait

Example
Beefy Mamma Jamma
Stringrequired
Value of Traitvalue

The value of the assocaited trait. If not provided, defaults to 8

Default
8
Example
10
Numberrequired
Width of the tablewidth

Width of the table the trait shows up in. Default is 100

Example
20
Numbersuggested