Template:Infobox lighthouse: Difference between revisions

From Random Island Wiki
Jump to navigation Jump to search
>Ligulem
(cat, code update (see my doc))
>CBDunkerson
(Converting to use #if:)
Line 7: Line 7:
! Location:
! Location:
| {{{location}}}
| {{{location}}}
|- class{{{coordinates|}}}{{{latitude|}}}{{{longitude|}}}="hiddenStructure" style="vertical-align: middle;"
|- style="vertical-align: middle;"
{{#if: {{{coordinates|}}}{{{latitude|}}}{{{longitude|}}}|
! [[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{{{foundation|}}}="hiddenStructure"
|-
{{#if: {{{foundation|}}}|
! Foundation:
! Foundation:
| {{{foundation|}}}
{{!}} {{{foundation|}}}}}
|- class{{{construction|}}}="hiddenStructure"
|-
{{#if: {{{construction|}}}|
! Construction:
! Construction:
| {{{construction|}}}
{{!}} {{{construction|}}}}}
|- class{{{yearlit|}}}="hiddenStructure"
|-
{#if: {{{yearlit|}}}|
! Year first lit:
! Year first lit:
| {{{yearlit|}}}
{{!}} {{{yearlit|}}}}}
|- class{{{yeardeactivated|}}}="hiddenStructure"
|-
{{#if: {{{yeardeactivated|}}}|
! Deactivated:
! Deactivated:
| {{{yeardeactivated|}}}
{{!}} {{{yeardeactivated|}}}}}
|- class{{{automated|}}}="hiddenStructure"
|-
{{#if: {{{automated|}}}|
! Automated:
! Automated:
| {{{automated|}}}
{{!}} {{{automated|}}}}}
|- class{{{shape|}}}="hiddenStructure"
|-
{{#if: {{{shape|}}}|
! Tower&nbsp;shape:
! Tower&nbsp;shape:
| {{{shape|}}}
{{!}} {{{shape|}}}}}
|- class{{{height|}}}="hiddenStructure"
|-
{{#if: {{{height|}}}|
! Height:
! Height:
| {{{height|}}}
{{!}} {{{height|}}}}}
|- class{{{elevation|}}}="hiddenStructure"
|-
{{#if: {{{elevation|}}}|
! Elevation:
! Elevation:
| {{{elevation|}}}
{{!}} {{{elevation|}}}}}
|- class{{{lens|}}}="hiddenStructure"
|-
{{#if: {{{lens|}}}|
! Original&nbsp;lens:
! Original&nbsp;lens:
| {{{lens|}}}
{{!}} {{{lens|}}}}}
|- class{{{intensity|}}}="hiddenStructure"
|-
{{#if: {{{intensity|}}}|
! Intensity:
! Intensity:
| {{{intensity|}}}
{{!}} {{{intensity|}}}}}
|- class{{{range|}}}="hiddenStructure"
|-
{{#if: {{{range|}}}|
! Range:
! Range:
| {{{range|}}}
{{!}} {{{range|}}}}}
|- class{{{characteristic|}}}="hiddenStructure"
|-
{{#if: {{{characteristic|}}}|
! [[Characteristic light|Characteristic:]]
! [[Characteristic light|Characteristic:]]
| {{{characteristic|}}}
{{!}} {{{characteristic|}}}}}
|}<noinclude>
|}<noinclude>



Revision as of 18:02, 19 April 2006

{#if: |
Infobox lighthouse

[[Image:|250x300px| ]]

Location: {{{location}}}
Year first lit: }}

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 =
}}