Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SC/Vehicle propulsion

Template page
Revision as of 04:55, 25 May 2023 by imported>Alistair3149 (Undo revision 212571 by Alistair3149 (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Template loop detected: Template:SC/Vehicle propulsion/doc
The above text is transcluded from Template:SC/Vehicle propulsion/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/Vehicle propulsion/doc. (View all subpages of this page.)

{{Vehicle propulsion}} generates a table of propulsion components for the specification section of a vehicle page.

TemplateData

<templatedata> { "params": { "fuelintakecount": { "label": "Number of unique fuel intake hardpoints", "description": "The number of unique fuel intake hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "1", "required": true, "default": "0" }, "fueltankcount": { "label": "Number of unique fuel tank hardpoints", "description": "The number of unique fuel tank hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "1", "required": true, "default": "0" }, "quantumdrivecount": { "label": "Number of unique quantum drive hardpoints", "description": "The number of unique quantum drive hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "1", "required": true, "default": "0" }, "jumpdrivecount": { "label": "Number of unique jump drive hardpoints", "description": "The number of unique jump drive hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "0", "required": true, "default": "0" }, "quantumfueltankcount": { "label": "Number of unique quantum fuel tank hardpoints", "description": "The number of unique quantum fuel tank hardpoints on the vehicle (not counting the same component)", "example": "1", "type": "number", "autovalue": "1", "required": true, "default": "0" }, "fuelintake1quantity": { "label": "Fuel intake 1 quantity", "description": "The quantity of fuel intake 1 installed on the vehicle", "example": "2", "type": "number", "autovalue": "2", "required": true }, "fuelintake1size": { "label": "Fuel intake 1 size", "description": "The size of fuel intake 1 installed on the vehicle", "example": "0", "type": "number", "required": true }, "fuelintake1manufacturer": { "label": "Fuel intake 1 manufacturer code", "description": "The manufacturer code of fuel intake 1 installed on the vehicle", "example": "HAPR", "type": "string", "suggested": true }, "fuelintake1name": { "label": "Fuel intake 1 name", "description": "The name of fuel intake 1 installed on the vehicle", "example": "V Fuel Intake", "type": "wiki-page-name", "suggested": true }, "fueltank1quantity": { "label": "Fuel tank 1 quantity", "description": "The quantity of fuel tank 1 installed on the vehicle", "example": "2", "type": "number", "autovalue": "2", "required": true }, "fueltank1size": { "label": "Fuel tank 1 size", "description": "The size of fuel tank 1 installed on the vehicle", "example": "1", "type": "number", "required": true }, "fueltank1manufacturer": { "label": "Fuel tank 1 manufacturer code", "description": "The manufacturer code of fuel tank 1 installed on the vehicle", "example": "HAPR", "type": "string", "suggested": true }, "fueltank1name": { "label": "Fuel tank 1 name", "description": "The name of fuel tank 1 installed on the vehicle", "example": "S Fuel Tank", "type": "wiki-page-name", "suggested": true }, "quantumdrive1quantity": { "label": "Quantum drive 1 quantity", "description": "The quantity of quantum drive 1 installed on the vehicle", "example": "1", "type": "number", "suggested": true }, "quantumdrive1size": { "label": "Quantum drive 1 size", "description": "The size of quantum drive 1 installed on the vehicle", "example": "2", "type": "number", "suggested": true }, "quantumdrive1manufacturer": { "label": "Quantum drive 1 manufacturer code", "description": "The manufacturer code of quantum drive 1 installed on the vehicle", "example": "WETK", "type": "string", "suggested": true }, "quantumdrive1name": { "label": "Quantum drive 1 name", "description": "The name of quantum drive 1 installed on the vehicle", "example": "Crossfield", "type": "wiki-page-name", "suggested": true }, "jumpdrive1quantity": { "label": "Jump drive 1 quantity", "description": "The quantity of jump drive 1 installed on the vehicle", "example": "1", "type": "number", "suggested": true }, "jumpdrive1size": { "label": "Jump drive 1 size", "description": "The size of jump drive 1 installed on the vehicle", "example": "2", "type": "number", "suggested": true }, "jumpdrive1manufacturer": { "label": "Jump drive 1 manufacturer code", "description": "The manufacturer code of jump drive 1 installed on the vehicle", "example": "TARS", "type": "string", "suggested": true }, "jumpdrive1name": { "label": "Jump drive 1 name", "description": "The name of jump drive 1 installed on the vehicle", "example": "Leaper", "type": "wiki-page-name", "suggested": true }, "quantumfueltank1quantity": { "label": "Quantum fuel tank 1 quantity", "description": "The quantity of quantum fuel tank 1 installed on the vehicle", "example": "1", "type": "number", "suggested": true }, "quantumfueltank1size": { "label": "Quantum fuel tank 1 size", "description": "The size of quantum fuel tank 1 installed on the vehicle", "example": "1", "type": "number", "suggested": true }, "quantumfueltank1manufacturer": { "label": "Quantum fuel tank 1 manufacturer code", "description": "The manufacturer code of quantum fuel tank 1 installed on the vehicle", "example": "ANVL", "type": "string", "suggested": true }, "quantumfueltank1name": { "label": "Quantum fuel tank 1 name", "description": "The name of quantum fuel tank 1 installed on the vehicle", "example": "S Quantum Fuel Tank", "type": "wiki-page-name", "suggested": true } }, "description": "Generates a table of propulsion components for the specification section of a vehicle page.", "format": "block" } </templatedata>