Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
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> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"author": {}, | |||
"contributors": {}, | |||
"latest_release": {}, | |||
"initial_release": {}, | |||
"modloader": {}, | |||
"minecraft_version": {}, | |||
"modrinth": {}, | |||
"curseforge": {}, | |||
"discord": {}, | |||
"sources": {}, | |||
"title": {} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"author", | |||
"contributors", | |||
"latest_release", | |||
"initial_release", | |||
"modloader", | |||
"minecraft_version", | |||
"modrinth", | |||
"curseforge", | |||
"discord", | |||
"sources" | |||
] | |||
} | |||
</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 |