|
|
Line 1: |
Line 1: |
| {{#css:
| | {| class="wikitable" style="float:right;margin-right:20px;" |
| .infobox {
| | |+ Caption text |
| border: 1px solid #aaa;
| |
| background-color: #f9f9f9;
| |
| color: black;
| |
| float: right;
| |
| clear: right;
| |
| margin: 0.5em 0 0.5em 1em;
| |
| padding: 0.2em;
| |
| width: 22em;
| |
| font-size: 90%;
| |
| line-height: 1.5em;
| |
| }
| |
| | |
| <onlyinclude>
| |
| {| class="infobox" style="width:22em; font-size:90%; line-height:1.5em;" | |
| |+ style="font-size: larger; font-weight: bold; text-align: center;" | {{{name|Observatory Name}}} | |
| |- | | |- |
| | colspan="2" style="text-align:center;" | [[File:{{{image|Example.jpg}}}|250px|alt={{{caption|Rendering}}}]]
| | ! {{{name}}} |
| |- | | |- |
| ! Alternative names
| | | Example |
| | {{{alt_names|}}} | |
| |- | | |- |
| ! Named after
| | | Example |
| | {{{named_after|}}} | |
| |- | | |- |
| ! Location(s)
| | | Example |
| | {{{location|}}} | |
| |-
| |
| ! Coordinates
| |
| | {{{coordinates|}}}
| |
| |-
| |
| ! Organization
| |
| | {{{organization|}}}
| |
| |-
| |
| ! Observatory code
| |
| | {{{code|}}}
| |
| |-
| |
| ! Altitude
| |
| | {{{altitude|}}}
| |
| |-
| |
| ! Wavelength
| |
| | {{{wavelength|}}}
| |
| |-
| |
| ! First light
| |
| | {{{first_light|}}}
| |
| |-
| |
| ! Telescope type
| |
| | {{{telescope_type|}}}
| |
| |} | | |} |
| </onlyinclude>
| |
| }}
| |