Template:Infobox tool: Difference between revisions

From SoMakeIt
Jump to navigation Jump to search
(Added inital Tool infobox)
 
(Added additional fields)
Line 1: Line 1:
{{Infobox
{{Infobox
| title    = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
| title    = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
| autoheaders = y
| image    = {{{image|}}}
| image    = {{{image|}}}
| caption  = {{{caption|}}}
| caption  = {{{caption|}}}
Line 6: Line 8:
| label1  = Type
| label1  = Type
| data1    = {{{type|}}}
| data1    = {{{type|}}}
| label2  = Manufacturer
| data2    = {{{manufacturer|}}}
| label3  = Model
| data3    = {{{model|}}}
| header20 = Documentation
| label21 = Manual
| data21 = {{{manual_link|}}}
}}
}}


Line 32: Line 42:
"description": "Tupe of tool",
"description": "Tupe of tool",
"type": "line"
"type": "line"
},
"manufacturer": {
"label": "Manufactuerer",
"description": "Manufactuer of the tool",
"type": "line",
"suggested": true
},
"model": {
"label": "Tool Model",
"description": "Model of the tool",
"type": "line"
},
"manual_link": {
"label": "Tool manual",
"description": "A link to the manual for the tool",
"type": "url"
}
}
}
}

Revision as of 18:31, 8 September 2024


Infobox for tools

Template parameters

ParameterDescriptionTypeStatus
namename

name of the tool (defaults to page name if not set)

Lineoptional
Tool imageimage

Image of the tool

Contentoptional
Image captioncaption

caption for the tool image

Lineoptional
Tool Typetype

Tupe of tool

Lineoptional
Manufactuerermanufacturer

Manufactuer of the tool

Linesuggested
Tool Modelmodel

Model of the tool

Lineoptional
Tool manualmanual_link

A link to the manual for the tool

URLoptional