Jump to content

Template:Infobox mod: Difference between revisions

From Logic World Wiki
D4VID (talk | contribs)
Add template for mod infobox
 
D4VID (talk | contribs)
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

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
previewpreview

Whether this mod supports the game's preview version

Default
0
Booleanoptional
licenselicense

The license of the source code of the mod

Lineoptional