Changes

1,930 bytes added ,  21:02, 17 March 2016
Created page with "<onlyinclude> {| class="wikitable" style="float:right; margin-left: 10px;" !colspan="2"{{pipe}} '''{{{header}}}''' {{pipe}}- {{#if:{{{img link|}}}| {{pipe}}colspan="2" style="..."
<onlyinclude>
{| class="wikitable" style="float:right; margin-left: 10px;"
!colspan="2"{{pipe}} '''{{{header}}}'''
{{pipe}}-
{{#if:{{{img link|}}}|
{{pipe}}colspan="2" style="text-align:center;"{{pipe}} [[{{{img link}}} {{pipe}} 250px]]
{{pipe}}-}}
{{#if:{{{organization|}}}|
{{pipe}}<b>Organization</b>
{{pipe}}{{{organization}}}
{{pipe}}-}}
{{#if:{{{launch provider|}}}|
{{pipe}}<b>Launch provider</b>
{{pipe}}{{{launch provider}}}
{{pipe}}-}}
{{#if:{{{launch date|}}}|
{{pipe}}<b>Launch date</b>
{{pipe}}{{{launch date}}}
{{pipe}}-}}
{{#if:{{{launch site|}}}|
{{pipe}}<b>Launch site</b>
{{pipe}}{{{launch site}}}
{{pipe}}-}}
{{#if:{{{orbit|}}}|
{{pipe}}<b>Orbit</b>
{{pipe}}{{{orbit}}}
{{pipe}}-}}
{{#if:{{{size|}}}|
{{pipe}}<b>Size</b>
{{pipe}}{{{size}}}
{{pipe}}-}}

!colspan="2"| <table style="width:100%; border:1px; border-collapse:collapse; font-weight:bold; font-size: smaller">
<tr>
<td style="text-align:center;width:25%">{{#if:{{{last|}}} | [[{{{last}}}]]}}
<td style="text-align:center;width:50%">{{#if:{{{series|}}} | [[{{{series}}}]]}}</td>
<td style="text-align:center;width:25%">{{#if:{{{next|}}} | [[{{{next}}}]]}}
</table>
|}
</onlyinclude>

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

<nowiki>
{{satellite
| header =
| img link =
| organization =
| launch provider =
| launch date =
| launch site =
| orbit =
| size =
| last =
| series =
| next =
}}
</nowiki>

An example of proper usage is shown here:

<nowiki>
{{satellite
| header = OCSD-1
| img link = OCSD1.jpg
| organization = NASA, The Aerospace Corporation
| launch provider = [https://en.wikipedia.org/wiki/United_Launch_Alliance ULA] - Atlas V
| launch date = October 8, 2015
| launch site = [https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base Vandenberg AFB]
| orbit = LEO 1000 x 1200 km x 63.4 deg
| size = 1.5U
| last =
| series = NASA OCSD
| next = OCSD-2
}}
</nowiki>

[[Category: Templates]]
767

edits