Difference between revisions of "Template:ModuleInfo"
Jump to navigation
Jump to search
Dfirestorm (talk | contribs) (Reordered the info boxes) |
Cratorrex.rx (talk | contribs) (added tags) |
||
| Line 58: | Line 58: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| + | }, | ||
| + | "Module Tags": { | ||
| + | "aliases": [ | ||
| + | "tag", | ||
| + | "tags" | ||
| + | ], | ||
| + | "label": "Module Tags", | ||
| + | "description": "Tags of the module, as shown in game. (With a hashtag, and in caps))", | ||
| + | "example": "#DAMAGE #AREA CHANCE", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
} | } | ||
}, | }, | ||
| Line 67: | Line 78: | ||
"Tier", | "Tier", | ||
"Desc", | "Desc", | ||
| − | "Code" | + | "Code", |
| + | "Module Tags" | ||
] | ] | ||
} | } | ||
Revision as of 04:12, 23 August 2023
For adding a specific module with its information to the page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Module Name | Name module name | The Module's Name.
| String | required |
| Module Type | Type type | The type of module. (Offensive, Defensive, Utility, Special, Legendary)
| String | required |
| Maximum Tier | Tier maxTier max tier | The maximum tier for the module.
| Number | required |
| Description | Desc desc Description | The Description / Information of the Module
| Content | suggested |
| Module Code | Code code id | The internal code for the module.
| String | suggested |
| Module Tags | Module Tags tag tags | Tags of the module, as shown in game. (With a hashtag, and in caps))
| String | suggested |