Template:Infobox mod: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Add optional translations row |
||
| Line 14: | Line 14: | ||
{{ #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}}} }} }} | ||
{{ #if: {{{translations|}}} | {{infobox row|label=Translations|field={{{translations}}} }} }} | |||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
| Line 32: | Line 33: | ||
"discord": {}, | "discord": {}, | ||
"sources": {}, | "sources": {}, | ||
"translations": {}, | |||
"title": {} | "title": {} | ||
}, | }, | ||
| Line 46: | Line 48: | ||
"curseforge", | "curseforge", | ||
"discord", | "discord", | ||
"sources" | "sources", | ||
"translations" | |||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 14:08, 24 May 2025
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 |
| translations | translations | no description | Unknown | optional |