Difference between revisions of "Template:Balloonlaunch"
Jump to navigation
Jump to search
Smaldonado (talk | contribs) (Created template) |
Smaldonado (talk | contribs) (Removed erroneous text leftover from template creation, added usage instructions) |
||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
{| 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}}}]] |
|- | |- | ||
| <b>Launch date</b> | | <b>Launch date</b> | ||
− | | {{{launch date}}} | + | | {{{launch date}}} |
|- | |- | ||
| <b>Launch site</b> | | <b>Launch site</b> | ||
− | | {{{launch site}}} | + | | {{{launch site}}} |
|- | |- | ||
| <b>Launch coordinates</b> | | <b>Launch coordinates</b> | ||
− | | {{{launch coordinates}}} | + | | {{{launch coordinates}}} |
|- | |- | ||
| <b>Flight duration</b> | | <b>Flight duration</b> | ||
− | | {{{flight duration}}} | + | | {{{flight duration}}} |
|- | |- | ||
| <b>Landing date</b> | | <b>Landing date</b> | ||
− | | {{{landing date}}} | + | | {{{landing date}}} |
|- | |- | ||
| <b>Landing coordinates</b> | | <b>Landing coordinates</b> | ||
− | | {{{landing coordinates}}} | + | | {{{landing coordinates}}} |
|} | |} | ||
+ | </includeonly> | ||
+ | |||
+ | To use, copy the code below into the desired page, populating the fields listed: | ||
+ | |||
+ | <nowiki> | ||
+ | {{balloonlaunch | ||
+ | | img link = | ||
+ | | launch date = | ||
+ | | launch site = | ||
+ | | launch coordinates = | ||
+ | | flight duration = | ||
+ | | landing date = | ||
+ | | landing coordinates = }} | ||
+ | </nowiki> | ||
+ | |||
+ | An example of proper usage is shown here: | ||
+ | |||
+ | <nowiki> | ||
+ | {{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}} | ||
+ | </nowiki> |
Revision as of 04:30, 19 August 2015
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}}