Template:Infobox lighthouse: Difference between revisions

From Random Island Wiki
Jump to navigation Jump to search
>Ligulem
(added some | in order to throw less {{{}}} stuff onto clients (look at html source))
>Ligulem
(cat, code update (see my doc))
Line 1: Line 1:
{| class="infobox bordered" style="width:23em; font-size: 90%; background-color: #F6F9FF;"
{| class="infobox bordered" style="width:23em; font-size: 90%; background-color: #F6F9FF;"
|+ style="font-size: larger;" | '''{{{name|{{PAGENAME}}}}}'''
|+ style="font-size: larger;" | '''{{{name|{{PAGENAME}}}}}'''
|- class="hiddenStructure{{{image_name|}}}"  
|- class{{{image_name|}}}="hiddenStructure"  
| colspan="2" style="text-align: center;" |
| colspan="2" style="text-align: center;" |
[[Image:{{{image_name|}}}|250x300px| ]]<br>{{{caption|}}}
[[Image:{{{image_name|}}}|250x300px| ]]<br>{{{caption|}}}
Line 7: Line 7:
! Location:
! Location:
| {{{location}}}
| {{{location}}}
|- class="hiddenStructure{{{coordinates|}}}{{{latitude|}}}{{{longitude|}}}" style="vertical-align: middle;"
|- class{{{coordinates|}}}{{{latitude|}}}{{{longitude|}}}="hiddenStructure" style="vertical-align: middle;"
! [[Geographic coordinate system|Coordinates]]<br><small> WGS-84 ([[Global Positioning System|GPS]])</small>
! [[Geographic coordinate system|Coordinates]]<br><small> WGS-84 ([[Global Positioning System|GPS]])</small>
| {{{coordinates| {{{latitude|}}}<br>{{{longitude|}}} }}}
| {{{coordinates| {{{latitude|}}}<br>{{{longitude|}}} }}}
|- class="hiddenStructure{{{foundation|}}}"
|- class{{{foundation|}}}="hiddenStructure"
! Foundation:
! Foundation:
| {{{foundation|}}}
| {{{foundation|}}}
|- class="hiddenStructure{{{construction|}}}"
|- class{{{construction|}}}="hiddenStructure"
! Construction:
! Construction:
| {{{construction|}}}
| {{{construction|}}}
|- class="hiddenStructure{{{yearlit|}}}"
|- class{{{yearlit|}}}="hiddenStructure"
! Year first lit:
! Year first lit:
| {{{yearlit|}}}
| {{{yearlit|}}}
|- class="hiddenStructure{{{yeardeactivated|}}}"
|- class{{{yeardeactivated|}}}="hiddenStructure"
! Deactivated:
! Deactivated:
| {{{yeardeactivated|}}}
| {{{yeardeactivated|}}}
|- class="hiddenStructure{{{automated|}}}"
|- class{{{automated|}}}="hiddenStructure"
! Automated:
! Automated:
| {{{automated|}}}
| {{{automated|}}}
|- class="hiddenStructure{{{shape|}}}"
|- class{{{shape|}}}="hiddenStructure"
! Tower&nbsp;shape:
! Tower&nbsp;shape:
| {{{shape|}}}
| {{{shape|}}}
|- class="hiddenStructure{{{height|}}}"
|- class{{{height|}}}="hiddenStructure"
! Height:
! Height:
| {{{height|}}}
| {{{height|}}}
|- class="hiddenStructure{{{elevation|}}}"  
|- class{{{elevation|}}}="hiddenStructure"  
! Elevation:
! Elevation:
| {{{elevation|}}}
| {{{elevation|}}}
|- class="hiddenStructure{{{lens|}}}"
|- class{{{lens|}}}="hiddenStructure"
! Original&nbsp;lens:
! Original&nbsp;lens:
| {{{lens|}}}
| {{{lens|}}}
|- class="hiddenStructure{{{intensity|}}}"
|- class{{{intensity|}}}="hiddenStructure"
! Intensity:
! Intensity:
| {{{intensity|}}}
| {{{intensity|}}}
|- class="hiddenStructure{{{range|}}}"
|- class{{{range|}}}="hiddenStructure"
! Range:
! Range:
| {{{range|}}}
| {{{range|}}}
|- class="hiddenStructure{{{characteristic|}}}"
|- class{{{characteristic|}}}="hiddenStructure"
! [[Characteristic light|Characteristic:]]
! [[Characteristic light|Characteristic:]]
| {{{characteristic|}}}
| {{{characteristic|}}}
|}
|}<noinclude>


<noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
Line 68: Line 67:
}}
}}
</pre>
</pre>
[[Category:Infobox templates|Lighthouse]]
</noinclude>
</noinclude>

Revision as of 08:33, 22 January 2006

Infobox lighthouse

[[Image:|250x300px| ]]

Location: {{{location}}}
Coordinates
WGS-84 (GPS)

Foundation:
Construction:
Year first lit:
Deactivated:
Automated:
Tower shape:
Height:
Elevation:
Original lens:
Intensity:
Range:
Characteristic:

Usage

{{Infobox_Lighthouse       
  | image_name = 
  | caption =     
  | location = 
  | coordinates = {{coor dms|38|55|59|N|74|57|37|W|type:landmark}} or {{coor d|38.9|N|-74.9|E|type:landmark}}
  | yearlit = 
  | automated = 
  | yeardeactivated = 
  | foundation = 
  | construction = 
  | shape = 
  | height = 
  | lens = 
  | range = 
  | characteristic =
}}