Template:Infobox mod: Difference between revisions
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> | |||