Template:Inarow
From Geohashing
This user earned the {{{level}}}-in-a-row achievement
|
How to use this template:
{{inarow
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | level = number of graticules in a row (required)
- | graticule1 = start of the line of graticules (optional, requires graticule2 to show)
- | graticule2 = end of the line of graticules (optional, requires graticule1 to show)
- | name = name of achiever (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example with range:
{{inarow
| latitude = 55
| longitude = -4
| date = 2023-09-27
| level = 2
| graticule1 = 55,-3
| graticule2 = 55,-4
| name = KerrMcF
}}
appears as:
KerrMcF earned the 2-in-a-row achievement
|
Example with only graticule2:
{{inarow
| latitude = 55
| longitude = -4
| date = 2023-09-27
| level = 2
| graticule2 = 55,-4
| name = KerrMcF
}}
appears as:
KerrMcF earned the 2-in-a-row achievement
|
Example:
{{inarow
| latitude = 51
| longitude = 15
| date = 2023-10-31
| level = 11
| name = Fippe
| image = 2023-10-31 51 15 01 Train.jpg
}}
appears as:
Fippe earned the 11-in-a-row achievement
|
Example:
{{inarow
| latitude = -37
| longitude = 143
| date = 2023-11-04
| level = 7
}}
appears as:
This user earned the 7-in-a-row achievement
|