Difference between revisions of "Template:Landmark"

From Stanford SSI Wiki
Jump to navigation Jump to search
(Attempted fix)
(Added parameters to absorb Template:Launch-site)
Line 9: Line 9:
 
{{pipe}}<b>Location</b>
 
{{pipe}}<b>Location</b>
 
{{pipe}}{{{location}}}
 
{{pipe}}{{{location}}}
 +
{{pipe}}-}}
 +
{{#if:{{{coordinates|}}}|
 +
{{pipe}}<b>Coordinates</b>
 +
{{pipe}}{{{coordinates}}}
 
{{pipe}}-}}
 
{{pipe}}-}}
 
{{#if:{{{website|}}}|
 
{{#if:{{{website|}}}|
 
{{pipe}}<b>Website</b>
 
{{pipe}}<b>Website</b>
 
{{pipe}}{{{website}}} }}
 
{{pipe}}{{{website}}} }}
 +
{{#if:{{{usedby|}}}|
 +
{{pipe}}<b>Used By</b>
 +
{{pipe}}{{{usedby}}}
 +
{{pipe}}-}}
 
|}
 
|}
 
</onlyinclude>
 
</onlyinclude>
Line 23: Line 31:
 
| img link =  
 
| img link =  
 
| location =  
 
| location =  
 +
| coordinates  =
 
| website =
 
| website =
 +
| usedby =
 
}}
 
}}
 
</nowiki>
 
</nowiki>

Revision as of 22:12, 9 February 2016

{{{header}}}


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

{{landmark
| header = 
| img link = 
| location = 
| coordinates  =
| website =
| usedby = 
}}

An example of proper usage is shown here:

{{landmark
| header = W6YX
| img link = 
| location = 37.403416, -122.165782
| website = [http://www-w6yx.stanford.edu/ W6YX]
}}