Template:Infobox Forklift: Difference between revisions
Jump to navigation
Jump to search
Admin (talk | contribs) (Created page with "{| class="wikitable infotable" style="float:right; margin:0 10px 10px 15px;" |- | colspan="2" style="text-align:center; font-weight:bold;" |{{{title|{{PAGENAME}}}}} |- | colspan="2" style="text-align:center;" | [[File:{{{image|}}}|frameless|center]] |- |Engine type | {{{enginetype|}}} |- |Color(s) | {{{colors|}}} |- |Max speed | {{{maxspeed|}}} |- |Functions | {{{functions|}}} |}") |
|||
| Line 17: | Line 17: | ||
|Functions | |Functions | ||
| {{{functions|}}} | | {{{functions|}}} | ||
|} | |}<noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"label": "Forklift cover image", | |||
"description": "Upload an image, then insert name.filename", | |||
"example": "UploadedImage.jpg", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"enginetype": { | |||
"label": "Engine type", | |||
"description": "The type of engine the forklift runs on", | |||
"example": "Diesel", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"colors": { | |||
"label": "Color(s)", | |||
"description": "The types of available colors for the forklift", | |||
"example": "Red", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"maxspeed": { | |||
"label": "Max speed", | |||
"description": "The maximum speed the forklift can achieve (if not drivable, write \"N/A\")", | |||
"example": "20 km/h", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"functions": { | |||
"label": "Functions", | |||
"description": "The functions available for the forklift. Separate several with <br>", | |||
"example": "Lifting", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Infobox Forklift" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 21:55, 13 January 2026
| Infobox Forklift | |
|
[[File:|frameless|center]] | |
| Engine type | |
| Color(s) | |
| Max speed | |
| Functions | |
Infobox Forklift
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Forklift cover image | image | Upload an image, then insert name.filename
| File | required |
| Engine type | enginetype | The type of engine the forklift runs on
| String | required |
| Color(s) | colors | The types of available colors for the forklift
| String | required |
| Max speed | maxspeed | The maximum speed the forklift can achieve (if not drivable, write "N/A")
| String | required |
| Functions | functions | The functions available for the forklift. Separate several with <br>
| String | required |