Difference between revisions of "Template:Rocket-project"

From Stanford SSI Wiki
Jump to navigation Jump to search
(Added more launch slots)
Line 38: Line 38:
 
{{pipe}}<b>Launch site</b>
 
{{pipe}}<b>Launch site</b>
 
{{pipe}}{{{launch site 3}}}
 
{{pipe}}{{{launch site 3}}}
 +
{{pipe}}-}}
 +
 +
{{#if:{{{launch date 4|}}}|
 +
!colspan = "2"{{pipe}}Launch 4  {{#if:{{{launch class 4|}}}| - {{{launch class 4}}} }}
 +
{{pipe}}-
 +
{{pipe}}<b>Launch date</b>
 +
{{pipe}}{{{launch date 4}}}
 +
{{pipe}}-}}
 +
{{#if:{{{launch site 4|}}}|
 +
{{pipe}}<b>Launch site</b>
 +
{{pipe}}{{{launch site 4}}}
 +
{{pipe}}-}}
 +
 +
{{#if:{{{launch date 5|}}}|
 +
!colspan = "2"{{pipe}}Launch 5  {{#if:{{{launch class 5|}}}| - {{{launch class 5}}} }}
 +
{{pipe}}-
 +
{{pipe}}<b>Launch date</b>
 +
{{pipe}}{{{launch date 5}}}
 +
{{pipe}}-}}
 +
{{#if:{{{launch site 5|}}}|
 +
{{pipe}}<b>Launch site</b>
 +
{{pipe}}{{{launch site 5}}}
 
{{pipe}}-}}
 
{{pipe}}-}}
  

Revision as of 02:00, 24 January 2016

{{{header}}}
SSI Rockets


To use, copy the code below into the desired page, populating the fields listed:

{{rocket-project
| header =
| img link =
| launch date 1 = 
| launch class 1 = 
| launch site 1 =
| launch date 2 =
| launch class 2 =
| launch site 2 =
| launch date 3 =
| launch class 3 =
| launch site 3 =
| program =
| last =
| next =
}}

An example of proper usage is shown here:

{{rocket-project
| header = Pegasus (ARES-2)
| img link = File:Pegasus_Flag.png
| launch date 1 = February 6, 2016
| launch class 1 = L1
| launch site 1 = LUNAR
| launch date 2 = Pending
| launch class 2 = L2
| launch site 2 = Pending
| launch date 3 = Pending
| launch class 3 = L3
| launch site 3 = Pending
| program = Project Daedalus
| last = Talos
| next = Charybdis
}}