Template:SC/Vehicle avionics/doc
More actions
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/Vehicle avionics/doc/doc. (View all subpages of this page.)
{{Vehicle avionics}} generates a table of avionics components for the specification section of a vehicle page.
TemplateData
<templatedata> { "params": { "radarcount": { "label": "Number of unique radar hardpoints", "description": "The number of unique radar hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "1", "required": true, "default": "0" }, "computercount": { "label": "Number of unique computer hardpoints", "description": "The number of unique computer hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "1", "required": true, "default": "0" }, "radar1quantity": { "label": "Radar 1 quantity", "description": "The quantity of radar 1 installed on the vehicle", "example": "2", "type": "number", "autovalue": "1", "required": true }, "radar1size": { "label": "Radar 1 size", "description": "The size of radar 1 installed on the vehicle", "example": "0", "type": "number", "required": true }, "radar1manufacturer": { "label": "Radar 1 manufacturer code", "description": "The manufacturer code of radar 1 installed on the vehicle", "example": "WLOP", "type": "string", "suggested": true }, "radar1name": { "label": "Radar 1 name", "description": "The name of radar 1 installed on the vehicle", "example": "Battani", "type": "wiki-page-name", "suggested": true }, "computer1quantity": { "label": "Computer 1 quantity", "description": "The quantity of computer 1 installed on the vehicle", "example": "1", "type": "number", "autovalue": "1", "required": true }, "computer1size": { "label": "Computer 1 size", "description": "The size of computer 1 installed on the vehicle", "example": "0", "type": "number", "required": true }, "computer1manufacturer": { "label": "Computer 1 manufacturer code", "description": "The manufacturer code of computer 1 installed on the vehicle", "example": "WLOP", "type": "string", "suggested": true }, "computer1name": { "label": "Computer 1 name", "description": "The name of computer 1 installed on the vehicle", "example": "Baas", "type": "wiki-page-name", "suggested": true }, "radar2quantity": { "label": "Radar 2 quantity", "description": "The quantity of radar 2 installed on the vehicle", "example": "2", "type": "number", "autovalue": "" }, "radar2size": { "label": "Radar 2 size", "description": "The size of radar 2 installed on the vehicle", "example": "0", "type": "number" }, "radar2manufacturer": { "label": "Radar 2 manufacturer code", "description": "The manufacturer code of radar 2 installed on the vehicle", "example": "WLOP", "type": "string" }, "radar2name": { "label": "Radar 2 name", "description": "The name of radar 2 installed on the vehicle", "example": "Battani", "type": "wiki-page-name" }, "computer2quantity": { "label": "Computer 2 quantity", "description": "The quantity of computer 2 installed on the vehicle", "example": "1", "type": "number" }, "computer2size": { "label": "Computer 2 size", "description": "The size of computer 2 installed on the vehicle", "example": "0", "type": "number" }, "computer2manufacturer": { "label": "Computer 2 manufacturer code", "description": "The manufacturer code of computer 2 installed on the vehicle", "example": "WLOP", "type": "string", "autovalue": "" }, "computer2name": { "label": "Computer 2 name", "description": "The name of computer 2 installed on the vehicle", "example": "Baas", "type": "wiki-page-name" }, "scannercount": { "label": "Number of unique scanner hardpoints", "description": "The number of unique scanner hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "default": "0", "autovalue": "0", "required": true }, "scanner1quantity": { "label": "Scanner 1 quantity", "description": "The quantity of scanner 1 installed on the vehicle", "example": "1", "type": "number", "autovalue": "" }, "scanner1size": { "label": "Scanner 1 size", "description": "The size of scanner 1 installed on the vehicle", "example": "1", "type": "number" }, "scanner1manufacturer": { "label": "Scanner 1 manufacturer", "description": "The manufacturer code of scanner 1 installed on the vehicle", "example": "BEHR", "type": "string" }, "scanner1name": { "label": "Scanner 1 name", "description": "The name of scanner 1 installed on the vehicle", "example": "CSR-RP", "type": "wiki-page-name" } }, "description": "Generates a table of avionics components for the specification section of a vehicle page.", "format": "block", "paramOrder": [ "radarcount", "computercount", "scannercount", "radar1quantity", "radar1size", "radar1manufacturer", "radar1name", "computer1quantity", "computer1size", "computer1manufacturer", "computer1name", "radar2quantity", "radar2size", "radar2manufacturer", "radar2name", "computer2quantity", "computer2size", "computer2manufacturer", "computer2name", "scanner1quantity", "scanner1size", "scanner1manufacturer", "scanner1name" ] } </templatedata>