Difference between revisions of "Template:Sourcerer/Expedition"
From Geohashing
imported>Sourcerer m (→Template:Sourcerer/Expedition) |
imported>Sourcerer m (→Template:Sourcerer/Expedition) |
||
Line 12: | Line 12: | ||
{{Sourcerer/Expedition | {{Sourcerer/Expedition | ||
+ | :| date = '''date (YYYY-MM-DD format)''' (required) | ||
:| lat = '''latitude''' (required) | :| lat = '''latitude''' (required) | ||
:| lon = '''longitude''' (required) | :| lon = '''longitude''' (required) | ||
− | |||
:| day = '''Mon, Tue, etc''' (required) | :| day = '''Mon, Tue, etc''' (required) | ||
+ | :| reaCount = '''Coordinates reached in all graticules''' (required) | ||
:| expCount = '''All expeditions in all graticules''' (required) | :| expCount = '''All expeditions in all graticules''' (required) | ||
− | |||
:| reached = '''true''' (optional - include if the coordinates were reached) | :| reached = '''true''' (optional - include if the coordinates were reached) | ||
:| retro = '''true''' (optional - include if it was a retro meetup) | :| retro = '''true''' (optional - include if it was a retro meetup) | ||
Line 25: | Line 25: | ||
'''Example:''' | '''Example:''' | ||
− | <code>{{Sourcerer/Expedition | + | <code>{{Sourcerer/Expedition | date = 2015-09-01 | lat = 52 | lon = 1 | day = Wed | reaCount = 88 | expCount = 99 | reached = true | text = In a field somewhere in the Norwich graticule}}</code> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }}</code> | ||
appears as: | appears as: |
Revision as of 16:08, 5 January 2016
[[{{{date}}}_{{{lat}}}_{{{lon}}}]] | {{{day}}} | Map | {{{reaCount}}}/{{{expCount}}} |
How to use this template:
This template should be used inside a table and it produces one table row.
{{Sourcerer/Expedition
- | date = date (YYYY-MM-DD format) (required)
- | lat = latitude (required)
- | lon = longitude (required)
- | day = Mon, Tue, etc (required)
- | reaCount = Coordinates reached in all graticules (required)
- | expCount = All expeditions in all graticules (required)
- | reached = true (optional - include if the coordinates were reached)
- | retro = true (optional - include if it was a retro meetup)
- | text = One line description of the expedition (optional)
}}
Example:
{{Sourcerer/Expedition | date = 2015-09-01 | lat = 52 | lon = 1 | day = Wed | reaCount = 88 | expCount = 99 | reached = true | text = In a field somewhere in the Norwich graticule}}
appears as:
2015-09-01 52 1 | Wed | Map | 88/99 | In a field somewhere in the Norwich graticule |