Content deleted Content added
RightQuark (talk | contribs) added template data |
template shortcut |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])-->
{{tsh|Infobox space programme}}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
Line 6 ⟶ 7:
{{Parameter names example
|name
|native_name
|native_name_a
|native_name_r
|image
|image_size
Line 31 ⟶ 35:
}}
<
{{Infobox space program
| name =
| native_name =
| native_name_a =
| native_name_r =
| image =
| image_size =
Line 58 ⟶ 65:
| launcher =
}}
</syntaxhighlight>
=== Parameters ===
* '''name''': name of program (will use PAGENAME if omitted)
* '''native_name''': Program name in a native language using Western characters (French, German, Spanish, etc.)
* '''native_name''': Program name in a native language with non-Western characters (Chinese, Japanese, Korean, Arabic, etc.)
* '''native_name_r''': (optional) Use in conjunction with above for Romanized name of the program.
* '''image''': an image, typically the program insignia, if any
* '''caption''': caption for the image, if needed
Line 79 ⟶ 89:
* '''partialfailures''': the number of partial failures (the designations of the partial failure missions may be included)
* '''launchsite''': the locations from which the flights of the program were launched
* '''vehicletype''': the type(s) of vehicles involved in the program ("crewed", "uncrewed", "satellites")
* '''uncrewvehicle''': the uncrewed spacecraft involved in the program
* '''crewvehicle''': the crewed spacecraft involved in the program (e.g. "[[Apollo command module]]" or "[[Space Shuttle Orbiter]]")
Line 94 ⟶ 105:
| purpose = Crewed [[lunar landing]]
| cost = {{Unbulleted list
| $25.4 billion (1973)<ref name="ApolloCost">{{Cite book|url=https://catalog.hathitrust.org/Record/003212095|title=1974 NASA authorization hearings, Ninety-third Congress, first session, on H.R. 4567 (superseded by H.R. 7528).|date=1973|publisher=U.S. Govt. Print. Off.|___location=Washington}}</ref>
| ${{format price|{{Inflation|US-GDP|25400000000|1966|r=2}}}} ({{Inflation/year|US-GDP}}){{Inflation/fn|US-GDP}}
}}
Line 123 ⟶ 134:
}}
<syntaxhighlight lang="wikitext">
{{Infobox space program
| name = Apollo program
Line 132 ⟶ 143:
| purpose = Crewed [[lunar landing]]
| cost = {{Unbulleted list
| $25.4 billion (1973)<ref name="ApolloCost">{{Cite book|url=https://catalog.hathitrust.org/Record/003212095|title=1974 NASA authorization hearings, Ninety-third Congress, first session, on H.R. 4567 (superseded by H.R. 7528).|date=1973|publisher=U.S. Govt. Print. Off.|___location=Washington}}</ref>
| ${{format price|{{Inflation|US-GDP|25400000000|1966|r=2}}}} ({{Inflation/year|US-GDP}}){{Inflation/fn|US-GDP}}
}}
Line 160 ⟶ 171:
| launcher = {{Hlist|[[Little Joe II]]|[[Saturn I]]|[[Saturn IB]]|[[Saturn V]]}}
}}
</syntaxhighlight>
{{clear}}
== TemplateData ==
<TemplateData>
{
"description": "An infobox template for use in articles on space programs",
Line 192 ⟶ 204:
"image": {
"label": "Image",
"description": "an image, typically the program insignia"
},
"image_size": {
Line 202 ⟶ 214:
"country": {
"label": "Country",
"description": "the country that conducted the program, may be
"example": "[[People's Republic of China]]"
},
"organization": {
Line 217 ⟶ 229:
"manager": {
"label": "Manager",
"description": "current manager of the
"example": "[[Joseph Francis Shea]]"
},
Line 275 ⟶ 287:
"label": "Launch site(s)",
"description": "the ___location(s) from which the flights of the program were launched",
"example": "
},
"vehicletype": {
Line 289 ⟶ 301:
"label": "Crewed vehicle(s)",
"description": "the crewed spacecraft involved in the program",
"example": "
},
"capacity": {
Line 299 ⟶ 311:
"label": "Launcher(s)",
"description": "the launch vehicle(s) used in the program",
"example": "
},
"programme": {
"label": "Programme",
"description": "set to 'yes' or 'y' to change the header from 'Program history' to 'Programme history'",
"example": "yes"
}
}
}
</TemplateData>
== Microformat ==
|