Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
{ | { | ||
"params": { | "params": { | ||
"image": {}, | "image": { | ||
"type": "wiki-file-name" | |||
}, | |||
"author": {}, | "author": {}, | ||
"contributors": {}, | "contributors": {}, | ||
Line 29: | Line 31: | ||
"curseforge": {}, | "curseforge": {}, | ||
"discord": {}, | "discord": {}, | ||
"sources": {} | "sources": {}, | ||
} | "title": {} | ||
}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"author", | |||
"contributors", | |||
"latest_release", | |||
"initial_release", | |||
"modloader", | |||
"minecraft_version", | |||
"modrinth", | |||
"curseforge", | |||
"discord", | |||
"sources" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 11:00, 9 July 2024
Infobox mod
Author |
{{{author}}} |
---|---|
Latest Release |
{{{latest_release}}} |
Initial Release |
{{{initial_release}}} |
Mod Loaders |
{{{modloader}}} |
Minecraft Versions |
{{{minecraft_version}}} |
{ "title": "Infobox mod", "rows": [ { "field": "{{{author}}}", "label": "Author" }, { "field": "{{{latest_release}}}", "label": "Latest Release" }, { "field": "{{{initial_release}}}", "label": "Initial Release" }, { "field": "{{{modloader}}}", "label": "Mod Loaders" }, { "field": "{{{minecraft_version}}}", "label": "Minecraft Versions" } ], "invimages": [], "images": [] }
This template has no documentation. If you know how to use this template, please create it.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | optional |
image | image | no description | File | optional |
author | author | no description | Unknown | optional |
contributors | contributors | no description | Unknown | optional |
latest_release | latest_release | no description | Unknown | optional |
initial_release | initial_release | no description | Unknown | optional |
modloader | modloader | no description | Unknown | optional |
minecraft_version | minecraft_version | no description | Unknown | optional |
modrinth | modrinth | no description | Unknown | optional |
curseforge | curseforge | no description | Unknown | optional |
discord | discord | no description | Unknown | optional |
sources | sources | no description | Unknown | optional |