Difference between revisions of "Template:ModuleInfo"
Jump to navigation
Jump to search
Dfirestorm (talk | contribs) (Added visual of template usage and unlock condition box) |
m (Prevent default category unless transcluded.) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 24: | Line 24: | ||
|} | |} | ||
| − | [[Category:Modules]] | + | <includeonly>[[Category:Modules]]</includeonly> |
<noinclude> | <noinclude> | ||
| Line 103: | Line 103: | ||
"label": "Unlock", | "label": "Unlock", | ||
"description": "The conditions required to unlock this module", | "description": "The conditions required to unlock this module", | ||
| − | "example": "Reach round 100 on Forest.", | + | "example": "Reach round 100 on Forest. / 0.1% chance to unlock on completing a round. / Die to any boss 5 times in a row.", |
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Latest revision as of 21:39, 4 October 2023
| {{{module}}} | |
|---|---|
| [[File:{{{Type}}} Module.png|frameless]] | |
| Module Type | {{{Type}}} |
| Maximum Tier | {{{maxTier}}} |
| Description | {{{Desc}}} |
| Unlock Conditions | {{{Unlock}}} |
| Module Tags | {{{tag}}} |
| Module ID | {{{id}}} |
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 Tags | Tags tag tags | Tags of the module, as shown in game. (With a hashtag, and in caps))
| String | suggested |
| Unlock | Unlock unlock | The conditions required to unlock this module
| String | suggested |
| Module Code | Code code id | The internal code for the module.
| String | suggested |