Template:Infobox mod: Difference between revisions
Appearance
Add license |
Add mod type |
||
| Line 31: | Line 31: | ||
"required": true, | "required": true, | ||
"type": "line" | "type": "line" | ||
}, | |||
"type": { | |||
"description": "Type of the mod", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Optional", | |||
"ClientOnly", | |||
"ServerOnly", | |||
"Independent" | |||
] | |||
}, | }, | ||
"preview": { | "preview": { | ||
Revision as of 11:33, 9 March 2026
Renders an infobox for a Logic World mod
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The title shown above and outside the infobox, usually the name of the mod. | Line | required |
| image | image | The main image to show on the infobox. | File | optional |
| caption | caption | Text displayed below the image | Line | optional |
| author | author | Name of the author of the mod | Line | required |
| id | id | The ID of the mod as specified in its .jecs definition file. | Line | required |
| download | download | Link to where the mod can be downloaded from | Line | required |
| type | type | Type of the mod
| Line | optional |
| preview | preview | Whether this mod supports the game's preview version
| Boolean | optional |
| license | license | The license of the source code of the mod | Line | optional |