|
|
Line 1: |
Line 1: |
| | {{Documentation}} |
| <noinclude> | | <noinclude> |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "image": {
| |
| "aliases": [
| |
| "picture",
| |
| "thumbnail"
| |
| ],
| |
| "label": "Part Image",
| |
| "description": "The filename of the part, including the file extension",
| |
| "example": "LV-3000_Tuba.png",
| |
| "type": "wiki-file-name",
| |
| "required": true
| |
| },
| |
| "caption": {
| |
| "aliases": [
| |
| "subtitle"
| |
| ],
| |
| "label": "Caption",
| |
| "description": "The part's classification per the in-game description.",
| |
| "example": "Deep Space Hydrogen Engine",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "size": {
| |
| "label": "Size",
| |
| "description": "Size of part (using {{Size}})",
| |
| "type": "string",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "XS",
| |
| "SM",
| |
| "MD",
| |
| "LG",
| |
| "XL",
| |
| "2X"
| |
| ]
| |
| },
| |
| "max temp": {
| |
| "label": "Max Temperature (K)",
| |
| "description": "Maximum withstandable engine temperature",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "impact tol": {
| |
| "label": "Impact Tolerance (m/s)",
| |
| "description": "The velocity at which a collision will destroy this part.",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "mass": {
| |
| "label": "Mass (t)",
| |
| "description": "Mass (t)",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "fuel type": {
| |
| "aliases": [
| |
| "fuel"
| |
| ],
| |
| "label": "Fuel Type",
| |
| "description": "The fuel this engine burns.",
| |
| "type": "string",
| |
| "suggestedvalues": [
| |
| "Methalox",
| |
| "Methane",
| |
| "Monopropellant",
| |
| "Solid Fuel",
| |
| "Hydrogen",
| |
| "Xenon"
| |
| ],
| |
| "required": true
| |
| },
| |
| "vacuum thrust": {
| |
| "aliases": [
| |
| "vac thrust",
| |
| "thrust vac"
| |
| ],
| |
| "label": "Thrust (Vacuum)",
| |
| "description": "The max thrust this engine creates in vacuum.",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "vacuum isp": {
| |
| "aliases": [
| |
| "vac isp",
| |
| "isp vac"
| |
| ],
| |
| "label": "Isp (Vac.)",
| |
| "description": "The specific impulse of this engine in vacuum.",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "manufacturer": {
| |
| "aliases": [
| |
| "maker",
| |
| "brand"
| |
| ],
| |
| "label": "Manufacturer",
| |
| "description": "The in-game manufacturer of the part.",
| |
| "example": "Jebediah's Junkyard",
| |
| "type": "string",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "Found Lying By the Side of the Road",
| |
| "Jebediah Kerman's Junkyard and Spacecraft Parts Co.",
| |
| "Kerlington Model Rockets and Paper Products Inc",
| |
| "O.M.B. Demolition Enterprises",
| |
| "Wingit Enterprises",
| |
| "Goliath National Products",
| |
| "Rockomax Conglomerate",
| |
| "Zaltronic Electronics",
| |
| "Ionic Symphonic Protonic Electronics",
| |
| "Bob's Girders",
| |
| "C7 Aerospace Division",
| |
| "Lightyear Tire Company",
| |
| "Experimental Engineering Group",
| |
| "Sean's Cannery",
| |
| "Flooyd Dynamics Research Labs",
| |
| "Probodobodyne Inc",
| |
| "Steadler Engineering Corps.",
| |
| "Reaction Systems Ltd.",
| |
| "Stratus Corporation",
| |
| "Kerbodyne",
| |
| "Kerbal Motion LLC",
| |
| "Moving Parts Experts Group",
| |
| "Rokea Inc.",
| |
| "Urika Inc.",
| |
| "Shakeproof Atomic Fusion Engines",
| |
| "Tubular Tubes",
| |
| "Winterowl Aircraft Emporium",
| |
| "Seabug Sciences",
| |
| "Coop's Connectors",
| |
| "[TBD]"
| |
| ]
| |
| },
| |
| "atm thrust": {
| |
| "label": "Thrust (1 atm)",
| |
| "description": "The max thrust this engine creates at 1 atmosphere of pressure.",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "atm isp": {
| |
| "label": "Isp (1 atm)",
| |
| "description": "The specific impulse of this engine at 1 atmosphere of pressure.",
| |
| "type": "string",
| |
| "required": true
| |
| }
| |
| },
| |
| "description": "Generate an infobox for an engine. Units are included in data labels, they do not have to be provided.",
| |
| "paramOrder": [
| |
| "image",
| |
| "caption",
| |
| "mass",
| |
| "size",
| |
| "max temp",
| |
| "impact tol",
| |
| "manufacturer",
| |
| "fuel type",
| |
| "atm thrust",
| |
| "vacuum thrust",
| |
| "atm isp",
| |
| "vacuum isp"
| |
| ]
| |
| }
| |
| </templatedata>
| |
|
| |
| {{Infobox | | {{Infobox |
| | name = Test | | | name = Test |