Difference between revisions of "Template:CortexLocation"
Tag: Undo |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
|distinction2_sfx1_name=Stuffline2 | |distinction2_sfx1_name=Stuffline2 | ||
|distinction2_sfx1_effect=Exchange [pp] for [10] | |distinction2_sfx1_effect=Exchange [pp] for [10] | ||
+ | |width=100 | ||
}} | }} | ||
[[Category:Templates]][[Category:Cortex]] | [[Category:Templates]][[Category:Cortex]] | ||
− | </noinclude>{| class="wikitable" style="width:{{#ifexpr:{{#expr:(1+{{#if:{{{distinction2|}}}|1|0}}+{{#if:{{{distinction3|}}}|1|0}})*16.66666}}>100|100|{{#expr:(1+{{#if:{{{distinction2|}}}|1|0}}+{{#if:{{{distinction3|}}}|1|0}})*16.66666}}}}%" | + | </noinclude>{| class="wikitable" style="width:{{#if:{{{width|}}}|{{{width}}}|{{#ifexpr:{{#expr:(1+{{#if:{{{distinction2|}}}|1|0}}+{{#if:{{{distinction3|}}}|1|0}})*16.66666}}>100|100|{{#expr:(1+{{#if:{{{distinction2|}}}|1|0}}+{{#if:{{{distinction3|}}}|1|0}})*16.66666}}}}}}%" |
|- | |- | ||
|colspan="{{#expr:(1+{{#if:{{{distinction2|}}}|1|0}}+{{#if:{{{distinction3|}}}|1|0}})}}" class='hed'|{{#if:{{{name|}}}|{{{name}}}|<span class='err'>Location requires a name</span>}} | |colspan="{{#expr:(1+{{#if:{{{distinction2|}}}|1|0}}+{{#if:{{{distinction3|}}}|1|0}})}}" class='hed'|{{#if:{{{name|}}}|{{{name}}}|<span class='err'>Location requires a name</span>}} | ||
Line 231: | Line 232: | ||
"description": "Die Value of Third Distinction", | "description": "Die Value of Third Distinction", | ||
"example": "8", | "example": "8", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "width": { | ||
+ | "label": "Width", | ||
+ | "description": "Box Width", | ||
+ | "example": "100", | ||
"type": "number" | "type": "number" | ||
} | } | ||
Line 243: | Line 250: | ||
"distinction3", | "distinction3", | ||
"distinction3_value", | "distinction3_value", | ||
+ | "width", | ||
"distinction1_sfx1_name", | "distinction1_sfx1_name", | ||
"distinction1_sfx1_effect", | "distinction1_sfx1_effect", | ||
Line 264: | Line 272: | ||
"sets": [ | "sets": [ | ||
{ | { | ||
− | "label" : "Distinction 2", | + | "label": "Distinction 2", |
− | "params": ["distinction2", "distinction2_value"] | + | "params": [ |
+ | "distinction2", | ||
+ | "distinction2_value" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 3", | + | "label": "Distinction 3", |
− | "params": ["distinction3", "distinction3_value"] | + | "params": [ |
+ | "distinction3", | ||
+ | "distinction3_value" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 1, First SFX", | + | "label": "Distinction 1, First SFX", |
− | "params": [ "distinction1_sfx1_name", "distinction1_sfx1_effect"] | + | "params": [ |
+ | "distinction1_sfx1_name", | ||
+ | "distinction1_sfx1_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 1, Second SFX", | + | "label": "Distinction 1, Second SFX", |
− | "params": [ "distinction1_sfx2_name", "distinction1_sfx2_effect"] | + | "params": [ |
+ | "distinction1_sfx2_name", | ||
+ | "distinction1_sfx2_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 1, Third SFX", | + | "label": "Distinction 1, Third SFX", |
− | "params": [ "distinction1_sfx3_name", "distinction1_sfx3_effect"] | + | "params": [ |
+ | "distinction1_sfx3_name", | ||
+ | "distinction1_sfx3_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 2, First SFX", | + | "label": "Distinction 2, First SFX", |
− | "params": [ "distinction2_sfx1_name", "distinction2_sfx1_effect"] | + | "params": [ |
+ | "distinction2_sfx1_name", | ||
+ | "distinction2_sfx1_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 2, Second SFX", | + | "label": "Distinction 2, Second SFX", |
− | "params": [ "distinction2_sfx2_name", "distinction2_sfx2_effect"] | + | "params": [ |
+ | "distinction2_sfx2_name", | ||
+ | "distinction2_sfx2_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 2, Third SFX", | + | "label": "Distinction 2, Third SFX", |
− | "params": [ "distinction2_sfx3_name", "distinction2_sfx3_effect"] | + | "params": [ |
+ | "distinction2_sfx3_name", | ||
+ | "distinction2_sfx3_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 3, First SFX", | + | "label": "Distinction 3, First SFX", |
− | "params": [ "distinction3_sfx1_name", "distinction3_sfx1_effect"] | + | "params": [ |
+ | "distinction3_sfx1_name", | ||
+ | "distinction3_sfx1_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 3, Second SFX", | + | "label": "Distinction 3, Second SFX", |
− | "params": [ "distinction3_sfx2_name", "distinction3_sfx2_effect"] | + | "params": [ |
+ | "distinction3_sfx2_name", | ||
+ | "distinction3_sfx2_effect" | ||
+ | ] | ||
}, | }, | ||
{ | { | ||
− | "label" : "Distinction 3, Third SFX", | + | "label": "Distinction 3, Third SFX", |
− | "params": [ "distinction3_sfx3_name", "distinction3_sfx3_effect"] | + | "params": [ |
+ | "distinction3_sfx3_name", | ||
+ | "distinction3_sfx3_effect" | ||
+ | ] | ||
} | } | ||
], | ], |
Latest revision as of 05:53, 20 December 2022
Bob | ||||||||
A description of bob | ||||||||
|
|
| ||||||
Hinder
Gain a when you switch out this distinction's for a . |
Hinder
Gain a when you switch out this distinction's for a . |
Hinder
Gain a when you switch out this distinction's for a . | ||||||
Stuff
Exchange for
| ||||||||
Stuffline2
Exchange for
| ||||||||
Stuffline3
Exchange for
|
Lesser | |||||
|
| ||||
Hinder
Gain a when you switch out this distinction's for a . |
Hinder
Gain a when you switch out this distinction's for a . | ||||
Stuffline2
Exchange for |
Location requires a name |
Location requires at least 1 distinction
|
Hinder
Gain a when you switch out this distinction's for a . |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Location Name | name | Name of the Location
| String | required |
Location Description | description | Description of the Location
| String | suggested |
Distinction 1 Name | distinction1 | Name of First Distinction
| String | required |
Distinction 1 Value | distinction1_value | Die Value of First Distinction
| Number | required |
Distinction 2 Name | distinction2 | Name of Second Distinction
| String | optional |
Distinction 2 Value | distinction2_value | Die Value of Second Distinction
| Number | optional |
Distinction 3 Name | distinction3 | Name of Third Distinction
| String | optional |
Distinction 3 Value | distinction3_value | Die Value of Third Distinction
| Number | optional |
Width | width | Box Width
| Number | optional |
Distinction 1, SFX 1 Name | distinction1_sfx1_name | Name of First SFX Associated with First Distinction
| String | optional |
Distinction 1, SFX 1 Effect | distinction1_sfx1_effect | Effect of First SFX Associated with First Distinction
| String | optional |
Distinction 1, SFX 2 Name | distinction1_sfx2_name | Name of Second SFX Associated with First Distinction
| String | optional |
Distinction 1, SFX 2 Effect | distinction1_sfx2_effect | Effect of Second SFX Associated with First Distinction
| String | optional |
Distinction 1, SFX 3 Name | distinction1_sfx3_name | Name of Third SFX Associated with First Distinction
| String | optional |
Distinction 1, SFX 3 Effect | distinction1_sfx3_effect | Effect of Third SFX Associated with First Distinction
| String | optional |
Distinction 2, SFX 1 Name | distinction2_sfx1_name | Name of First SFX Associated with Second Distinction
| String | optional |
Distinction 2, SFX 1 Effect | distinction2_sfx1_effect | Effect of First SFX Associated with Second Distinction
| String | optional |
Distinction 2, SFX 2 Name | distinction2_sfx2_name | Name of Second SFX Associated with Second Distinction
| String | optional |
Distinction 2, SFX 2 Effect | distinction2_sfx2_effect | Effect of Second SFX Associated with Second Distinction
| String | optional |
Distinction 1, SFX 3 Name | distinction2_sfx3_name | Name of Third SFX Associated with Second Distinction
| String | optional |
Distinction 2, SFX 3 Effect | distinction2_sfx3_effect | Effect of Third SFX Associated with Second Distinction
| String | optional |
Distinction 3, SFX 1 Name | distinction3_sfx1_name | Name of First SFX Associated with Third Distinction
| String | optional |
Distinction 3, SFX 1 Effect | distinction3_sfx1_effect | Effect of First SFX Associated with Third Distinction
| String | optional |
Distinction 3, SFX 2 Name | distinction3_sfx2_name | Name of Second SFX Associated with Third Distinction
| String | optional |
Distinction 3, SFX 2 Effect | distinction3_sfx2_effect | Effect of Second SFX Associated with Third Distinction
| String | optional |
Distinction 1, SFX 3 Name | distinction3_sfx3_name | Name of Third SFX Associated with Third Distinction
| String | optional |
Distinction 3, SFX 3 Effect | distinction3_sfx3_effect | Effect of Third SFX Associated with Third Distinction
| String | optional |