Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
| defaultimagesize = 160px | | defaultimagesize = 160px | ||
| defaultimageclass = pixel-image | | defaultimageclass = pixel-image | ||
| invimage = | | invimage = title | ||
| rows = | | rows = | ||
{{infobox row|label=Author|field={{{author}}} }} | {{infobox row|label=Author|field={{{author}}} }} | ||
Line 8: | Line 8: | ||
{{infobox row|label=Latest Release|field={{{latest_release}}} }} | {{infobox row|label=Latest Release|field={{{latest_release}}} }} | ||
{{infobox row|label=Initial Release|field={{{initial_release}}} }} | {{infobox row|label=Initial Release|field={{{initial_release}}} }} | ||
{{infobox row|label= | {{infobox row|label=Mod Loaders|field={{{modloader}}} }} | ||
{{infobox row|label=Minecraft Versions|field={{{minecraft_version}}} }} | {{infobox row|label=Minecraft Versions|field={{{minecraft_version}}} }} | ||
{{ #if: {{{modrinth|}}} | {{infobox row|label=Modrinth|field={{{modrinth}}} }} }} | {{ #if: {{{modrinth|}}} | {{infobox row|label=Modrinth|field={{{modrinth}}} }} }} | ||
{{ #if: {{{curseforge|}}} | {{infobox row|label=CurseForge|field={{{curseforge}}} }} }} | {{ #if: {{{curseforge|}}} | {{infobox row|label=CurseForge|field={{{curseforge}}} }} }} | ||
{{ #if: {{{discord|}}} | {{infobox row|label=Discord|field={{{discord}}} }} }} | {{ #if: {{{discord|}}} | {{infobox row|label=Discord|field={{{discord}}} }} }} | ||
{{ #if: {{{sources|}}} | {{infobox row|label=Sources|field={{{sources}}} }} }} | {{ #if: {{{sources|}}} | {{infobox row|label=Sources|field={{{sources}}} }} }} | ||
}}<noinclude> | }}<noinclude> | ||
Line 19: | Line 19: | ||
{ | { | ||
"params": { | "params": { | ||
" | "image": { | ||
"type": "wiki-file-name" | |||
"type": " | |||
}, | }, | ||
"author": {}, | |||
"contributors": {}, | |||
"latest_release": {}, | |||
"initial_release": {}, | |||
"modloader": {}, | "modloader": {}, | ||
"minecraft_version": {}, | "minecraft_version": {}, | ||
Line 41: | Line 32: | ||
"discord": {}, | "discord": {}, | ||
"sources": {}, | "sources": {}, | ||
" | "title": {} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | |||
"image", | "image", | ||
"author", | "author", |
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 |