User:GDoe5/Template:Item infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
| Vitality = color: #233A00; | | Vitality = color: #233A00; | ||
| Spirit = color: #3C254E; | | Spirit = color: #3C254E; | ||
| color: #3A2B08;}}">[[File:{{ | | color: #3A2B08;}}">[[File:{{{item_imagefilepath}}}.png|100px]]</span> | ||
|- style="text-align: center; {{#switch: {{{item_type}}} | |- style="text-align: center; {{#switch: {{{item_type}}} | ||
| Weapon = background-color: #FFF0D7; color: #151912; | | Weapon = background-color: #FFF0D7; color: #151912; | ||
Line 15: | Line 16: | ||
| Spirit = background-color: #FFEFD7; color: #131610; | | Spirit = background-color: #FFEFD7; color: #131610; | ||
| background-color: #FFF0D7; color: #151912;}}" | | background-color: #FFF0D7; color: #151912;}}" | ||
! {{ | ! {{{item_name}}} | ||
|} | |} | ||
</div> | </div> | ||
<div style="float: left; margin-right: 2em"> | <div style="float: left; margin-right: 2em"> | ||
{|- style="text-align: | {|- style="text-align: left; {{#switch: {{{item_type}}} | ||
| Weapon = background-color: #C97A03; | | Weapon = background-color: #C97A03; | ||
| Vitality = background-color: #659818; | | Vitality = background-color: #659818; | ||
Line 30: | Line 32: | ||
| Spirit = background-color: #8B56B4; | | Spirit = background-color: #8B56B4; | ||
| background-color: #C97A03;}}" | | background-color: #C97A03;}}" | ||
! {{ | ! {{{item_name}}} | ||
|- style="color: #FFEFD7; {{#switch: {{{item_type}}}| | |- style="color: #FFEFD7; {{#switch: {{{item_type}}}| | ||
Line 52: | Line 54: | ||
{ | { | ||
"params": { | "params": { | ||
"souls": {}, | "souls": { | ||
"type": "number", | |||
"required": true | |||
}, | |||
"item_name": { | "item_name": { | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
Line 69: | Line 74: | ||
"required": true | "required": true | ||
}, | }, | ||
"passive1_description": {}, | "passive1_description": { | ||
"type": "string" | |||
}, | |||
"active1_description": {}, | "active1_description": {}, | ||
"has_components": {}, | "has_components": { | ||
"component1_name": {}, | "type": "boolean" | ||
}, | |||
"component1_name": { | |||
"type": "string" | |||
}, | |||
"iscomponentof1_name": {}, | "iscomponentof1_name": {}, | ||
"item_stat3": {}, | "item_stat3": { | ||
"item_stat4": {}, | "type": "string" | ||
"item_stat5": {}, | }, | ||
"passive1_cooldown": {}, | "item_stat4": { | ||
"type": "string" | |||
}, | |||
"item_stat5": { | |||
"type": "string" | |||
}, | |||
"passive1_cooldown": { | |||
"type": "number" | |||
}, | |||
"active1_stat1": {}, | "active1_stat1": {}, | ||
"active1_stat2": {}, | "active1_stat2": {}, | ||
Line 84: | Line 103: | ||
"active1_stat5": {}, | "active1_stat5": {}, | ||
"active1_cooldown": {}, | "active1_cooldown": {}, | ||
"passive1_stat1": {}, | "passive1_stat1": { | ||
"type": "string" | |||
}, | |||
"passive1_stat2": {}, | "passive1_stat2": {}, | ||
"passive1_stat3": {}, | "passive1_stat3": {}, | ||
Line 94: | Line 115: | ||
"passive2_stat4": {}, | "passive2_stat4": {}, | ||
"passive2_stat5": {}, | "passive2_stat5": {}, | ||
"item_stat1": {}, | "item_stat1": { | ||
"item_stat2": {}, | "type": "string", | ||
"suggested": true | |||
}, | |||
"item_stat2": { | |||
"type": "string" | |||
}, | |||
"passive1_stat4": {}, | "passive1_stat4": {}, | ||
"passive1_stat5": {}, | "passive1_stat5": {}, | ||
"item_type": {} | "item_type": { | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"Weapon", | |||
"Vitality", | |||
"Spirit" | |||
], | |||
"required": true | |||
}, | |||
"item_imagefilepath": { | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"item_imagefilepath", | |||
"item_name", | "item_name", | ||
"item_type", | "item_type", |
Revision as of 09:44, 26 August 2024
[[File:{{{item_imagefilepath}}}.png|100px]] |
{{{item_name}}} |
---|
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_imagefilepath | item_imagefilepath | no description | String | required |
item_name | item_name | no description | Page name | required |
item_type | item_type | no description
| String | required |
item_stat1 | item_stat1 | no description | String | suggested |
item_stat2 | item_stat2 | no description | String | optional |
item_stat3 | item_stat3 | no description | String | optional |
item_stat4 | item_stat4 | no description | String | optional |
item_stat5 | item_stat5 | no description | String | optional |
souls | souls | no description | Number | required |
has_components | has_components | no description | Boolean | optional |
component1_name | component1_name | no description | String | optional |
has_passive1 | has_passive1 | no description | Boolean | required |
passive1_description | passive1_description | no description | String | optional |
passive1_cooldown | passive1_cooldown | no description | Number | optional |
passive1_stat1 | passive1_stat1 | no description | String | optional |
passive1_stat2 | passive1_stat2 | no description | Unknown | optional |
passive1_stat3 | passive1_stat3 | no description | Unknown | optional |
passive1_stat4 | passive1_stat4 | no description | Unknown | optional |
passive1_stat5 | passive1_stat5 | no description | Unknown | optional |
passive2_description | passive2_description | no description | Unknown | optional |
passive2_cooldown | passive2_cooldown | no description | Unknown | optional |
passive2_stat1 | passive2_stat1 | no description | Unknown | optional |
passive2_stat2 | passive2_stat2 | no description | Unknown | optional |
passive2_stat3 | passive2_stat3 | no description | Unknown | optional |
passive2_stat4 | passive2_stat4 | no description | Unknown | optional |
passive2_stat5 | passive2_stat5 | no description | Unknown | optional |
has_active1 | has_active1 | no description | Boolean | required |
active1_description | active1_description | no description | Unknown | optional |
active1_cooldown | active1_cooldown | no description | Unknown | optional |
active1_stat1 | active1_stat1 | no description | Unknown | optional |
active1_stat2 | active1_stat2 | no description | Unknown | optional |
active1_stat3 | active1_stat3 | no description | Unknown | optional |
active1_stat4 | active1_stat4 | no description | Unknown | optional |
active1_stat5 | active1_stat5 | no description | Unknown | optional |
has_iscomponentof | has_iscomponentof | no description | Boolean | required |
iscomponentof1_name | iscomponentof1_name | no description | Unknown | optional |