Template:Infobox space program/doc: Difference between revisions

Content deleted Content added
m Parameters: Fix typo: Uncrewvehicle, not crewvehicle
added template data
Line 162:
</pre>
{{clear}}
 
== TemplateData ==
{
"description": "An infobox template for use in articles on space programs",
"format": "{{_\n| _______________ = _\n}}\n",
"params": {
"name": {
"label": "Name",
"description": "Name of the space program",
"type": "line",
"default": "Name of the page",
"example": "Apollo program"
},
"native_name": {
"suggested": true,
"label": "Native name",
"description": "Program name in a native language using Western characters (French, German, Spanish, etc.)"
},
"native_name_a": {
"label": "Direct native name",
"description": "Program name in a native language with non-Western characters (Chinese, Japanese, Korean, Arabic, etc.)",
"example": "遥感卫星"
},
"native_name_r": {
"label": "Romanized native name",
"description": "(optional) Use in conjunction with above for Romanized name of the program.",
"example": "Yáogǎn Wèixīng"
},
"image": {
"label": "Image",
"description": "an image, typically the program insignia",
},
"image_size": {
"aliases": ["imsize"],
"label": "Image size",
"description": "width of the image",
"example": "220px"
},
"country": {
"label": "Country",
"description": "the country that conducted the program, may be precedeed with flagicon",
"example": "People's Republic of China"
},
"organization": {
"label": "Organization",
"description": "the name of the organization which conducted the program",
"example": "[[NASA]]"
},
"organisation": {
"label": "Organisation",
"description": "use instead of organization to change the spelling to 'organization'",
"example": "[[European Space Agency]]"
},
"manager": {
"label": "Manager",
"description": "current manager of the progrma, if the program is ongoing, otherwise user first and last manager of the program",
"example": "[[Joseph Francis Shea]]"
},
"purpose": {
"label": "Purpose",
"description": "goal of the program",
"example": "uncrewed satellite, human Earth orbit, reconnaissance, human lunar landing"
},
"status": {
"label": "Status",
"description": "current status of the program",
"example": "active, completed, abandoned, etc."
},
"cost": {
"label": "Cost",
"description": "cost of the program",
"example": "$2 trillion [[USD]]"
},
"duration": {
"label": "Duration",
"description": "the beginning and ending dates for the program",
"example": "12 January 1997 – 30 August 2004"
},
"firstflight": {
"aliases": ["first", "maiden", "maidenflight"],
"label": "First (maiden) flight",
"description": "the date and/or name of the first flight of the program",
"example": "1 May 2014"
},
"firstcrewed": {
"label": "First crewed flight",
"description": "the date and/or name of the first crewed flight of the program",
"example": "24 April 2022"
},
"lastflight": {
"aliases": ["last"],
"label": "Last (final) flight",
"description": "the date and/or name of the last flight of the program",
"example": "Apollo 17"
},
"successes": {
"label": "Number of successes",
"description": "the number of successes experienced in the program",
"example": "24"
},
"failures": {
"label": "Number of failures",
"description": "the number of failures experienced in the program",
"example": "6"
},
"partialfailures": {
"label": "Number of partial failures",
"description": "the number of partial failures experienced in the program",
"example": "2"
},
"launchsite": {
"label": "Launch site(s)",
"description": "the ___location(s) from which the flights of the program were launched",
"example": "{{Hlist | [[Taiyuan Satellite Launch Center|TSLC]] | [[Jiuquan Satellite Launch Center|JSLC]]}}"
},
"vehicletype": {
"label": "Vehicle type(s)",
"description": "the type(s) of vehicles involved in the program",
"example": "Crewed, uncrewed, satellites"
},
"uncrewvehicle": {
"label": "Uncrewed vehicle",
"description": "the uncrewed spacecraft involved in the program"
},
"crewvehicle": {
"label": "Crewed vehicle(s)",
"description": "the crewed spacecraft involved in the program",
"example": "{{Hlist|[[Apollo command and service module|Apollo CSM]]|[[Apollo Lunar Module|Apollo LM]]}}"
},
"capacity": {
"label": "Capacity",
"description": "the maximum number of crew that can (or did) occupy the spacecraft",
"example": "4"
},
"launcher": {
"label": "Launcher(s)",
"description": "the launch vehicle(s) used in the program",
"example": "{{Hlist|[[Little Joe II]]|[[Saturn I]]|[[Saturn IB]]|[[Saturn V]]}}"
},
"programme": {
"label": "Programme",
description: "set to 'yes' or 'y' to change the header from 'Program history' to 'Programme history'",
"example": "yes"
}
}
}
 
== Microformat ==