Difference between revisions of "Template:No trespassing"
imported>Mkoniecz |
m (Replacing Peeron with Geohashing.info) |
||
Line 4: | Line 4: | ||
| user = {{{name|}}} | | user = {{{name|}}} | ||
| achievement = [[No trespassing consolation prize]] | | achievement = [[No trespassing consolation prize]] | ||
− | | action = almost {{#if:{{{distance|}}}|({{{distance}}}) reaching|reaching}} the [ | + | | action = almost {{#if:{{{distance|}}}|({{{distance}}}) reaching|reaching}} the [https://geohashing.info/s/{{{date}}}/{{{latitude}}},{{{longitude}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
| image = {{{image|}}} | | image = {{{image|}}} | ||
| category = No trespassing consolation prize | | category = No trespassing consolation prize |
Latest revision as of 10:50, 15 January 2022
This user earned the No trespassing consolation prize
|
How to use this template:
{{No trespassing
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | image = image name (optional)
- | distance = distance to the hashpoint (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Copyable, minimal example:
{{No trespassing |latitude= |longitude= |date= |image= |name= ~~~ |distance= }}
Example with image:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = MrGeohasher
| image = Noterminal_portland_sample_2.jpg
| distance =
}}
appears as:
MrGeohasher earned the No trespassing consolation prize
|
Example without image, but with name:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = MrGeohasher
| distance =
}}
appears as:
MrGeohasher earned the No trespassing consolation prize
|
Example without image or name:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
| distance =
}}
appears as:
This user earned the No trespassing consolation prize
|
Example with image and distance:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = MrGeohasher
| image = Noterminal_portland_sample_2.jpg
| distance = 4m
}}
appears as:
MrGeohasher earned the No trespassing consolation prize
|