Template:Create Forklift: Difference between revisions

From Forklift Certified Video Games
Jump to navigation Jump to search
Admin
Admin (talk | contribs) (Created page with "{{Infobox Forklift | image={{{image|}}} | enginetype={{{enginetype|}}} | colors={{{colors|}}} | maxspeed={{{maxspeed|}}} | functions={{{functions|}}} }}<noinclude> <templatedata> { "description": "Create a new forklift page with infobox", "params": { "image": { "label": "Forklift cover image", "description": "Upload an image, then insert name.filename", "example": "UploadedImage.jpg", "type": "wiki-file-name", "required": true }, "enginetype": {...")
 
 
Line 5: Line 5:
| maxspeed={{{maxspeed|}}}
| maxspeed={{{maxspeed|}}}
| functions={{{functions|}}}
| functions={{{functions|}}}
| label1={{{label1|}}}
| data1={{{data1|}}}
| label2={{{label2|}}}
| data2={{{data2|}}}
| label3={{{label3|}}}
| data3={{{data3|}}}
}}<noinclude>
}}<noinclude>
<templatedata>
<templatedata>
Line 44: Line 50:
"type": "string",
"type": "string",
"required": true
"required": true
},
"label1": {
"label": "Extra Row 1 Title",
"description": "The title for custom row 1 (e.g. 'Capacity')",
"type": "string"
},
"data1": {
"label": "Extra Row 1 Content",
"description": "Add content to row 1",
"type": "string"
},
"label2": {
"label": "Extra Row 2 Title",
"description": "The title for custom row 2 (e.g. 'Length')",
"type": "string"
},
"data2": {
"label": "Extra Row 2 Content",
"description": "Add content to row 2",
"type": "string"
},
"label3": {
"label": "Extra Row 3 Title",
"description": "The title for custom row 3 (e.g. 'Certification')",
"type": "string"
},
"data3": {
"label": "Extra Row 3 Content",
"description": "Add content to row 3",
"type": "string"
}
}
},
},

Latest revision as of 19:48, 17 January 2026

Create Forklift
Engine type
Max speed
Color(s)
Function(s)

Infobox Forklift

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Forklift cover imageimage

Upload an image, then insert name.filename

Example
UploadedImage.jpg
Filerequired
Engine typeenginetype

The type of engine the forklift runs on

Example
Diesel
Stringrequired
Color(s)colors

The types of available colors for the forklift

Example
Red
Stringrequired
Max speedmaxspeed

The maximum speed the forklift can achieve (if not drivable, write "N/A")

Example
20 km/h
Stringrequired
Functionsfunctions

The functions available for the forklift. Separate several with <br>

Example
Lifting
Stringrequired
Extra Row 1 Titlelabel1

The title for custom row 1 (e.g. 'Capacity')

Stringoptional
Extra Row 1 Contentdata1

Add content to row 1

Stringoptional
Extra Row 2 Titlelabel2

The title for custom row 2 (e.g. 'Length')

Stringoptional
Extra Row 2 Contentdata2

Add content to row 2

Stringoptional
Extra Row 3 Titlelabel3

The title for custom row 3 (e.g. 'Certification')

Stringoptional
Extra Row 3 Contentdata3

Add content to row 3

Stringoptional