Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#invoke:infobox|infobox | defaultimagesize = 160px | defaultimageclass = pixel-image | invimage = title | rows = {{infobox row|label=Author|field={{{author}}} }} {{ #if: {{{contributors|}}} | {{infobox row|label=contributors|field={{{contributors}}} }} }} {{infobox row|label=Latest Release|field={{{latest_release}}} }} {{infobox row|label=Initial Release|field={{{initial_release}}} }} {{infobox row|label=Modloaders|field={{{modloader}}} }} {{infobox row|label=Minecraft..." |
No edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
| defaultimagesize = 160px | | defaultimagesize = 160px | ||
| defaultimageclass = pixel-image | | defaultimageclass = pixel-image | ||
| invimage = | | invimage = {{logo}} | ||
| rows = | | rows = | ||
{{infobox row|label=Author|field={{{author}}} }} | {{infobox row|label=Author|field={{{author}}} }} | ||
Line 16: | Line 16: | ||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"author": { | |||
"label": "Author", | |||
"type": "string" | |||
}, | |||
"contributors": { | |||
"label": "Contributors", | |||
"type": "content" | |||
}, | |||
"latest_release": { | |||
"label": "Latest Release", | |||
"description": "Latest Available release" | |||
}, | |||
"initial_release": { | |||
"label": "Initial release", | |||
"type": "content" | |||
}, | |||
"modloader": {}, | |||
"minecraft_version": {}, | |||
"modrinth": {}, | |||
"curseforge": {}, | |||
"discord": {}, | |||
"sources": {}, | |||
"image": { | |||
"aliases": [ | |||
"logo" | |||
], | |||
"label": "Logo", | |||
"description": "Mods logo", | |||
"type": "wiki-file-name" | |||
} | |||
}, | |||
"description": "About the mod", | |||
"paramOrder": [ | |||
"image", | |||
"author", | |||
"contributors", | |||
"latest_release", | |||
"initial_release", | |||
"modloader", | |||
"minecraft_version", | |||
"modrinth", | |||
"curseforge", | |||
"discord", | |||
"sources" | |||
] | |||
} | |||
</templatedata></noinclude> |
Revision as of 19:29, 4 July 2024
Lua error in Module:Inventory_slot at line 45: Excessive square brackets found.
This template has no documentation. If you know how to use this template, please create it.
About the mod
Parameter | Description | Type | Status | |
---|---|---|---|---|
Logo | image logo | Mods logo | File | optional |
Author | author | no description | String | optional |
Contributors | contributors | no description | Content | optional |
Latest Release | latest_release | Latest Available release | Unknown | optional |
Initial release | initial_release | no description | Content | 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 |