Difference between revisions of "Template:ModuleInfo"
Jump to navigation
Jump to search
Dfirestorm (talk | contribs) m |
Dfirestorm (talk | contribs) (Inherited color from Type) |
||
Line 12: | Line 12: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}, | }, | ||
"Tier": { | "Tier": { | ||
Line 74: | Line 63: | ||
"Name", | "Name", | ||
"Module Type", | "Module Type", | ||
− | |||
"Module Code", | "Module Code", | ||
"Tier", | "Tier", | ||
Line 91: | Line 79: | ||
|- | |- | ||
! Module Type | ! Module Type | ||
− | | <span style="font-weight:bold;color:{{{ | + | | <span style="font-weight:bold;color:{{switch:{{{type}}} | Offensive = #ec0800| Defensive = #009eff | Utility = #fcff00 | Ultimate = #9f00ff | Special = #a3a3a3 | Legendary = #ff8300}}">{{{type}}}</span> |
|- | |- | ||
! Module Code | ! Module Code |
Revision as of 23:16, 22 August 2023
For adding a specific module with its information to the page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Module Name | Name module | The Module's Name.
| String | required |
Module Type | Module Type type | The type of module. (Offensive, Defensive, Utility, Special, Legendary)
| String | required |
Module Code | Module Code code id | The internal code for the module.
| String | suggested |
Maximum Tier | Tier maxTier max tier | The maximum tier for the module.
| Number | required |
Description | Description desc | The Description / Information of the Module
| Content | suggested |