Difference between revisions of "Template:Rocket-project"
Jump to navigation
Jump to search
Smaldonado (talk | contribs) (Fixed column spanning) |
Smaldonado (talk | contribs) m (Fixed floating) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | {| class="wikitable" style="float:right; margin-left: 10px;" | + | {| class="wikitable" style="float:right; margin-left: 10px; clear:both;" |
!colspan="2"{{pipe}} '''{{{header}}}''' | !colspan="2"{{pipe}} '''{{{header}}}''' | ||
{{pipe}}- | {{pipe}}- | ||
Line 6: | Line 6: | ||
{{pipe}}colspan="2" style="text-align:center;"{{pipe}} [[{{{img link}}} {{pipe}} 250px]] | {{pipe}}colspan="2" style="text-align:center;"{{pipe}} [[{{{img link}}} {{pipe}} 250px]] | ||
{{pipe}}-}} | {{pipe}}-}} | ||
− | + | {{#if:{{{launch details|}}}|{{{launch details}}}}} | |
− | {{#if:{{{launch | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
!colspan="2"| <table style="width:100%; border:1px; border-collapse:collapse; font-weight:bold; font-size: smaller"> | !colspan="2"| <table style="width:100%; border:1px; border-collapse:collapse; font-weight:bold; font-size: smaller"> | ||
Line 52: | Line 20: | ||
<nowiki> | <nowiki> | ||
− | {{rocket- | + | {{rocket-project |
− | | header = | + | | header = |
− | | img link = | + | | img link = |
− | | launch | + | | launch details = |
− | | | + | | program = |
− | |||
− | |||
− | |||
− | |||
| last = | | last = | ||
− | | next = | + | | next = |
}} | }} | ||
</nowiki> | </nowiki> | ||
Line 69: | Line 33: | ||
<nowiki> | <nowiki> | ||
− | {{ | + | {{rocket-project |
− | | header = | + | | header = Pegasus (ARES-2) |
− | | img link = File: | + | | img link = File:Pegasus_Flag.png |
− | | launch date = | + | | launch details = |
− | | launch site = | + | |
− | | launch | + | {{rocket-launch |
− | | | + | |number=1 |
− | | | + | |launch class = L1 |
− | | | + | |launch date = February 6, 2016 |
− | | last = | + | |launch site = LUNAR |
− | | next = | + | |next={{rocket-launch |
+ | |number=2 | ||
+ | |launch class = L2 | ||
+ | |launch date = Pending | ||
+ | |launch site = Pending | ||
+ | |next={{rocket-launch | ||
+ | |number=3 | ||
+ | |launch class = L3 | ||
+ | |launch date = Pending | ||
+ | |launch site = Pending | ||
+ | }} | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | | program = Project Daedalus | ||
+ | | last = Talos | ||
+ | | next = Charybdis | ||
}} | }} | ||
</nowiki> | </nowiki> | ||
[[Category: Templates]] | [[Category: Templates]] |
Latest revision as of 22:20, 17 March 2016
{{{header}}} | ||||
---|---|---|---|---|
|
To use, copy the code below into the desired page, populating the fields listed:
{{rocket-project | header = | img link = | launch details = | program = | last = | next = }}
An example of proper usage is shown here:
{{rocket-project | header = Pegasus (ARES-2) | img link = File:Pegasus_Flag.png | launch details = {{rocket-launch |number=1 |launch class = L1 |launch date = February 6, 2016 |launch site = LUNAR |next={{rocket-launch |number=2 |launch class = L2 |launch date = Pending |launch site = Pending |next={{rocket-launch |number=3 |launch class = L3 |launch date = Pending |launch site = Pending }} }} }} | program = Project Daedalus | last = Talos | next = Charybdis }}