Jump to content

Template:Infobox mod: Difference between revisions

From Logic World Wiki
D4VID (talk | contribs)
Add license
D4VID (talk | contribs)
Make type preview and license required
 
(One intermediate revision by the same user not shown)
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"
],
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

The title shown above and outside the infobox, usually the name of the mod.

Linerequired
imageimage

The main image to show on the infobox.

Fileoptional
captioncaption

Text displayed below the image

Lineoptional
authorauthor

Name of the author of the mod

Linerequired
idid

The ID of the mod as specified in its .jecs definition file.

Linerequired
downloaddownload

Link to where the mod can be downloaded from

Linerequired
typetype

Type of the mod

Suggested values
Normal Optional ClientOnly ServerOnly Independent
Linerequired
previewpreview

Whether this mod supports the game's preview version

Default
0
Booleanrequired
licenselicense

The license of the source code of the mod

Linerequired