Template:Infobox familiar friends familiar: 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=Mod Loaders|field={{{modloader}}} }} {{infobox row|label=Minecraf..." |
No edit summary |
||
| Line 23: | Line 23: | ||
}, | }, | ||
"author": {}, | "author": {}, | ||
" | "title": {}, | ||
"cost": { | |||
"required": true | |||
} | |||
" | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
| Line 38: | Line 32: | ||
"image", | "image", | ||
"author", | "author", | ||
" | "cost" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 09:02, 2 May 2025
Infobox familiar friends familiar
| Author |
{{{author}}} |
|---|---|
| Latest Release |
{{{latest_release}}} |
| Initial Release |
{{{initial_release}}} |
| Mod Loaders |
{{{modloader}}} |
| Minecraft Versions |
{{{minecraft_version}}} |
{
"title": "Infobox familiar friends familiar",
"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 |
| cost | cost | no description | Unknown | required |