You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
{{Documentation}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{t|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",
Return to Template:Vehicle avionics/doc.