Template:Infobox mod: Difference between revisions
Appearance
Add template for mod infobox |
Add license |
||
| Line 36: | Line 36: | ||
"default": "0", | "default": "0", | ||
"type": "boolean" | "type": "boolean" | ||
}, | |||
"license": { | |||
"description": "The license of the source code of the mod", | |||
"type": "line" | |||
} | } | ||
} | } | ||
Latest revision as of 16:33, 12 September 2025
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 |
| 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 |