Difference between revisions of "Template:Rocket-project"

From Stanford SSI Wiki
Jump to navigation Jump to search
(Hopefully fixed column spanning)
(Probably broke something even worse)
Line 8: Line 8:
  
 
{{#if:{{{launch date 1|}}}|
 
{{#if:{{{launch date 1|}}}|
!colspan = "2"{{pipe}}Launch 1
+
!colspan = "2"|Launch 1
  
 
{{pipe}}<b>Launch date {{#if:{{{launch class 1|}}}| - {{{launch class 1}}} }}</b>
 
{{pipe}}<b>Launch date {{#if:{{{launch class 1|}}}| - {{{launch class 1}}} }}</b>
Line 19: Line 19:
  
 
{{#if:{{{launch date 2|}}}|
 
{{#if:{{{launch date 2|}}}|
!colspan = "2"{{pipe}}Launch 2
+
!colspan = "2"|Launch 2
  
 
{{pipe}}<b>Launch date {{#if:{{{launch class 2|}}}| - {{{launch class 2}}} }}</b>
 
{{pipe}}<b>Launch date {{#if:{{{launch class 2|}}}| - {{{launch class 2}}} }}</b>
Line 30: Line 30:
  
 
{{#if:{{{launch date 3|}}}|
 
{{#if:{{{launch date 3|}}}|
!colspan = "2"{{pipe}}Launch 3
+
!colspan = "2"|Launch 3
  
 
{{pipe}}<b>Launch date {{#if:{{{launch class 3|}}}| - {{{launch class 3}}} }}</b>
 
{{pipe}}<b>Launch date {{#if:{{{launch class 3|}}}| - {{{launch class 3}}} }}</b>

Revision as of 01:51, 24 January 2016

Launch 1 Launch 2 Launch 3
{{{header}}}
Launch date {{{launch date 1}}}
Launch date {{{launch date 2}}}
Launch date {{{launch date 3}}}
SSI Rockets


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

{{rocket-program
| header = 
| img link = 
| launch date = 
| launch site = 
| launch coordinates = 
| flight duration = 
| landing date = 
| landing coordinates =
| last =
| next = 
}}

An example of proper usage is shown here:

{{balloon-launch 
| header = SSI-22
| img link = File:rsz_ssi-22.png 
| launch date = May 31 2015, 8.32pm PDT 
| launch site = Laird Park, Modesto, CA 
| launch coordinates = 37.56158, -121.14993 
| flight duration = 24 hrs, 3 minutes 
| landing date = June 1 2015, 8.35pm PDT
| landing coordinates = 49.88690, -104.50746
| last = 21
| next =
}}