Template:Get Neighbours
From Mount Wiki
[edit]
Template documentation
[edit] What it does
This template uses the DMS coordinates in an infobox and lists features(using DMS coordinates in infoboxes of other pages) that are withing a certain distance (default 3km).
[edit] Usage
{{Get_Neighbours
|{{{latd}}}
|{{{latm}}}
|{{{lats}}}
|{{{latNS}}}
|{{{longd}}}
|{{{longm}}}
|{{{longs}}}
|{{{longEW}}}
}}
Where latd, latm and lats should be replaced by degrees, minutes and seconds latitude. Longd, longm and longs should be replaced by degrees, minutes and seconds longitude. latNS should be N or S and longEW should be E or W.
Example: {{Get_Neighbours|0|0|0|N|0|0|0|E}} will list Mount Wiki features (such as mountains, huts etc.) within a 3km radius of 0°0´0"N, 0°0´0"E.

