Difference between revisions of "Template:Infobox tractor/doc"
Jump to navigation
Jump to search
(added category, tidied template, added conversion formulae) |
imported>Vanisaac m (→Tracking category: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
||
(15 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
− | <!-- PLEASE ADD CATEGORIES | + | <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> |
+ | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
− | + | ==Usage== | |
<pre> | <pre> | ||
− | {{Infobox | + | {{Infobox tractor |
|name = Full name of tractor | |name = Full name of tractor | ||
|image = image filename and extension | |image = image filename and extension | ||
− | |caption = gives the image a caption (use only if the image is not self- | + | |caption = gives the image a caption (use only if the image is not self-explanatory) |
|manufacturer = who made the tractor (example: Caterpillar) | |manufacturer = who made the tractor (example: Caterpillar) | ||
|production = year it started production-year it was discontinued | |production = year it started production-year it was discontinued | ||
Line 16: | Line 17: | ||
|propulsion = what propels the tractor (example: wheels or tracks) | |propulsion = what propels the tractor (example: wheels or tracks) | ||
|type = type of tractor (example: bulldozer or agricultural) | |type = type of tractor (example: bulldozer or agricultural) | ||
+ | |preceded = the model the tractor was preceded by | ||
+ | |succeeded = the model the tractor was succeeded by | ||
}} | }} | ||
+ | </pre> | ||
+ | |||
+ | ==Additional parameters == | ||
+ | <pre> | ||
+ | | engine_model = | ||
+ | | gross_power = | ||
+ | | flywheel_power = | ||
+ | | drawbar_pull = | ||
+ | | speed = | ||
+ | | blade_capacity = | ||
</pre> | </pre> | ||
==Example== | ==Example== | ||
− | {{Infobox | + | {{Infobox tractor |
− | |name = Caterpillar | + | | name = Caterpillar D9 |
− | |image = | + | | image = CatD9T.jpg |
− | |caption = | + | | caption = |
− | |manufacturer = [[Caterpillar | + | | manufacturer = Caterpillar |
− | |production = | + | | production = <!-- year it started production-year it was discontinued --> |
− | |length = {{convert| | + | | length = {{convert|26.5|ft|m|abbr=on}} |
− | |width = {{convert| | + | | width = {{convert|14.7|ft|m|abbr=on}} (blade) |
− | |height = {{convert| | + | | height = {{convert|13|ft|m|abbr=on}} |
− | |weight = {{convert| | + | | weight = {{convert|108,000|lb|kg|0|abbr=on}} |
− | |propulsion = | + | | propulsion = [[Caterpillar track]]s |
− | |type = [[bulldozer]] | + | | type = Heavy [[bulldozer]] |
+ | | engine_model = {{unbulleted list | ||
+ | | CAT C18 ACERT (D9T) | ||
+ | | 3408 HEUI (D9R) | ||
+ | }} | ||
+ | | gross_power = {{unbulleted list | ||
+ | |{{convert|464|hp|kW|abbr=on|lk=on}} D9T | ||
+ | |{{convert|474|hp|kW|abbr=on}} D9R | ||
+ | }} | ||
+ | | flywheel_power = {{unbulleted list | ||
+ | | {{convert|410|hp|kW|abbr=on}} D9T | ||
+ | | {{convert|410|hp|kW|abbr=on}} D9R | ||
+ | | {{convert|375|hp|kW|abbr=on}} D9N | ||
+ | | {{convert|460|hp|kW|abbr=on}} D9L | ||
+ | }} | ||
+ | | drawbar_pull = 71.6 tons | ||
+ | | speed = {{unbulleted list | ||
+ | | {{convert|7.3|mph|abbr=on}} Forward | ||
+ | | {{convert|9.1|mph|abbr=on}} Reverse | ||
+ | }} | ||
+ | | blade_capacity = {{unbulleted list | ||
+ | | {{convert|17.7|cuyd|m3|abbr=on}} 9 SU blade | ||
+ | | {{convert|21.4|cuyd|m3|abbr=on}} 9 U blade | ||
+ | }} | ||
+ | }} | ||
+ | <pre style="overflow:auto"> | ||
+ | {{Infobox tractor | ||
+ | | name = Caterpillar D9 | ||
+ | | image = CatD9T.jpg | ||
+ | | caption = | ||
+ | | manufacturer = Caterpillar | ||
+ | | production = <!-- year it started production-year it was discontinued --> | ||
+ | | length = {{convert|26.5|ft|m|abbr=on}} | ||
+ | | width = {{convert|14.7|ft|m|abbr=on}} (blade) | ||
+ | | height = {{convert|13|ft|m|abbr=on}} | ||
+ | | weight = {{convert|108,000|lb|kg|0|abbr=on}} | ||
+ | | propulsion = [[Caterpillar track]]s | ||
+ | | type = Heavy [[bulldozer]] | ||
+ | | engine_model = {{unbulleted list | ||
+ | | CAT C18 ACERT (D9T) | ||
+ | | 3408 HEUI (D9R) | ||
+ | }} | ||
+ | | gross_power = {{unbulleted list | ||
+ | |{{convert|464|hp|kW|abbr=on|lk=on}} D9T | ||
+ | |{{convert|474|hp|kW|abbr=on}} D9R | ||
+ | }} | ||
+ | | flywheel_power = {{unbulleted list | ||
+ | | {{convert|410|hp|kW|abbr=on}} D9T | ||
+ | | {{convert|410|hp|kW|abbr=on}} D9R | ||
+ | | {{convert|375|hp|kW|abbr=on}} D9N | ||
+ | | {{convert|460|hp|kW|abbr=on}} D9L | ||
+ | }} | ||
+ | | drawbar_pull = 71.6 tons | ||
+ | | speed = {{unbulleted list | ||
+ | | {{convert|7.3|mph|abbr=on}} Forward | ||
+ | | {{convert|9.1|mph|abbr=on}} Reverse | ||
+ | }} | ||
+ | | blade_capacity = {{unbulleted list | ||
+ | | {{convert|17.7|cuyd|m3|abbr=on}} 9 SU blade | ||
+ | | {{convert|21.4|cuyd|m3|abbr=on}} 9 U blade | ||
+ | }} | ||
}} | }} | ||
+ | </pre> | ||
+ | |||
+ | == Tracking category == | ||
+ | * {{clc|Pages using infobox tractor with unknown parameters}} | ||
− | <includeonly> | + | <includeonly>{{Sandbox other|| |
− | <!-- CATEGORIES | + | <!-- CATEGORIES HERE, THANKS --> |
− | [[Category: | + | [[Category:Automotive infobox templates|Tractor]] |
− | </includeonly> | + | [[Category:Templates that add a tracking category]] |
+ | }}</includeonly> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "name": { | ||
+ | "description": "Full name of tractor" | ||
+ | }, | ||
+ | "image": { | ||
+ | "description": "image filename and extension" | ||
+ | }, | ||
+ | "alt": { | ||
+ | "description": "Alternate text for people who cannot see the image" | ||
+ | }, | ||
+ | "caption": { | ||
+ | "description": "Caption of image" | ||
+ | }, | ||
+ | "type": { | ||
+ | "description": "type of tractor", | ||
+ | "example": "bulldozer or agricultural" | ||
+ | }, | ||
+ | "manufacturer": { | ||
+ | "description": " who made the tractor", | ||
+ | "example": "Caterpillar" | ||
+ | }, | ||
+ | "production": { | ||
+ | "description": "year it started production-year it was discontinued" | ||
+ | }, | ||
+ | "length": { | ||
+ | "description": "length of tractor" | ||
+ | }, | ||
+ | "width": { | ||
+ | "description": "width of tractor" | ||
+ | }, | ||
+ | "height": { | ||
+ | "description": "height of tractor" | ||
+ | }, | ||
+ | "weight": { | ||
+ | "description": "weight of tractor" | ||
+ | }, | ||
+ | "propulsion": { | ||
+ | "description": "what propels the tractor", | ||
+ | "example": "wheels or tracks" | ||
+ | }, | ||
+ | "engine_model": {}, | ||
+ | "gross_power": {}, | ||
+ | "flywheel_power": {}, | ||
+ | "drawbar_pull": {}, | ||
+ | "speed": {}, | ||
+ | "blade_capacity": {}, | ||
+ | "preceded": { | ||
+ | "description": "the model the tractor was preceded by" | ||
+ | }, | ||
+ | "succeeded": { | ||
+ | "description": "the model the tractor was succeeded by" | ||
+ | } | ||
+ | }, | ||
+ | "description": "Infobox for articles about tractors" | ||
+ | } | ||
+ | </templatedata> |
Latest revision as of 21:34, 25 April 2020
![]() | This is a documentation subpage for Template:Infobox tractor. It contains usage information, categories and other content that is not part of the original template page. |
![]() | This template uses Lua: |
Usage
{{Infobox tractor |name = Full name of tractor |image = image filename and extension |caption = gives the image a caption (use only if the image is not self-explanatory) |manufacturer = who made the tractor (example: Caterpillar) |production = year it started production-year it was discontinued |length = length of tractor |width = width of tractor |height = height of tractor |weight = weight of tractor |propulsion = what propels the tractor (example: wheels or tracks) |type = type of tractor (example: bulldozer or agricultural) |preceded = the model the tractor was preceded by |succeeded = the model the tractor was succeeded by }}
Additional parameters
| engine_model = | gross_power = | flywheel_power = | drawbar_pull = | speed = | blade_capacity =
Example
Caterpillar D9 | |
---|---|
![]() | |
Type | Heavy bulldozer |
Manufacturer | Caterpillar |
Length | 26.5 ft (8.1 m) |
Width | 14.7 ft (4.5 m) (blade) |
Height | 13 ft (4.0 m) |
Weight | 108,000 lb (48,988 kg) |
Propulsion | Caterpillar tracks |
Engine model |
|
Gross power | |
Flywheel power |
|
Drawbar pull | 71.6 tons |
Speed |
|
Blade capacity |
|
{{Infobox tractor | name = Caterpillar D9 | image = CatD9T.jpg | caption = | manufacturer = Caterpillar | production = <!-- year it started production-year it was discontinued --> | length = {{convert|26.5|ft|m|abbr=on}} | width = {{convert|14.7|ft|m|abbr=on}} (blade) | height = {{convert|13|ft|m|abbr=on}} | weight = {{convert|108,000|lb|kg|0|abbr=on}} | propulsion = [[Caterpillar track]]s | type = Heavy [[bulldozer]] | engine_model = {{unbulleted list | CAT C18 ACERT (D9T) | 3408 HEUI (D9R) }} | gross_power = {{unbulleted list |{{convert|464|hp|kW|abbr=on|lk=on}} D9T |{{convert|474|hp|kW|abbr=on}} D9R }} | flywheel_power = {{unbulleted list | {{convert|410|hp|kW|abbr=on}} D9T | {{convert|410|hp|kW|abbr=on}} D9R | {{convert|375|hp|kW|abbr=on}} D9N | {{convert|460|hp|kW|abbr=on}} D9L }} | drawbar_pull = 71.6 tons | speed = {{unbulleted list | {{convert|7.3|mph|abbr=on}} Forward | {{convert|9.1|mph|abbr=on}} Reverse }} | blade_capacity = {{unbulleted list | {{convert|17.7|cuyd|m3|abbr=on}} 9 SU blade | {{convert|21.4|cuyd|m3|abbr=on}} 9 U blade }} }}
Tracking category
Infobox for articles about tractors
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Full name of tractor | Unknown | optional |
Image | image | image filename and extension | Unknown | optional |
Alt | alt | Alternate text for people who cannot see the image | Unknown | optional |
Caption | caption | Caption of image | Unknown | optional |
Type | type | type of tractor
| Unknown | optional |
Manufacturer | manufacturer | who made the tractor
| Unknown | optional |
Production | production | year it started production-year it was discontinued | Unknown | optional |
Length | length | length of tractor | Unknown | optional |
Width | width | width of tractor | Unknown | optional |
Height | height | height of tractor | Unknown | optional |
Weight | weight | weight of tractor | Unknown | optional |
Propulsion | propulsion | what propels the tractor
| Unknown | optional |
Engine_model | engine_model | no description | Unknown | optional |
Gross_power | gross_power | no description | Unknown | optional |
Flywheel_power | flywheel_power | no description | Unknown | optional |
Drawbar_pull | drawbar_pull | no description | Unknown | optional |
Speed | speed | no description | Unknown | optional |
Blade_capacity | blade_capacity | no description | Unknown | optional |
Preceded | preceded | the model the tractor was preceded by | Unknown | optional |
Succeeded | succeeded | the model the tractor was succeeded by | Unknown | optional |