Template:Infobox mod: Difference between revisions
Appearance
Add mod type |
Make type preview and license required |
||
| Line 41: | Line 41: | ||
"ServerOnly", | "ServerOnly", | ||
"Independent" | "Independent" | ||
] | ], | ||
"required": true | |||
}, | }, | ||
"preview": { | "preview": { | ||
"description": "Whether this mod supports the game's preview version", | "description": "Whether this mod supports the game's preview version", | ||
"default": "0", | "default": "0", | ||
"type": "boolean" | "type": "boolean", | ||
"required": true | |||
}, | }, | ||
"license": { | "license": { | ||
"description": "The license of the source code of the mod", | "description": "The license of the source code of the mod", | ||
"type": "line" | "type": "line", | ||
"required": true | |||
} | } | ||
} | } | ||
Latest revision as of 11:47, 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 | required |
| preview | preview | Whether this mod supports the game's preview version
| Boolean | required |
| license | license | The license of the source code of the mod | Line | required |