Difference between revisions of "Template:Balloonlaunch"

From Stanford SSI Wiki
Jump to navigation Jump to search
(Hopefully corrected mistake in use of <includeonly>)
(Moved to <onlyinclude>)
Line 1: Line 1:
 +
<onlyinclude>
 
{| class="wikitable" style="float:right; margin-left: 10px;"
 
{| class="wikitable" style="float:right; margin-left: 10px;"
 
!colspan="2"| [[File:{{{img link}}}]]
 
!colspan="2"| [[File:{{{img link}}}]]
Line 20: Line 21:
 
| {{{landing coordinates}}}
 
| {{{landing coordinates}}}
 
|}
 
|}
 +
</onlyinclude>
  
<noinclude>
 
 
To use, copy the code below into the desired page, populating the fields listed:
 
To use, copy the code below into the desired page, populating the fields listed:
  
Line 47: Line 48:
 
| landing coordinates = 49.88690, -104.50746}}
 
| landing coordinates = 49.88690, -104.50746}}
 
</nowiki>
 
</nowiki>
</noinclude>
 

Revision as of 04:35, 19 August 2015

[[File:{{{img link}}}]]
Launch date {{{launch date}}}
Launch site {{{launch site}}}
Launch coordinates {{{launch coordinates}}}
Flight duration {{{flight duration}}}
Landing date {{{landing date}}}
Landing coordinates {{{landing coordinates}}}


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

{{balloonlaunch 
| img link = 
| launch date = 
| launch site = 
| launch coordinates = 
| flight duration = 
| landing date = 
| landing coordinates = }}

An example of proper usage is shown here:

{{balloonlaunch 
| img link = 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}}