Difference between revisions of "Template:Sourcerer/Expedition"
From Geohashing
imported>Sourcerer m (→Sourcerer template for expedition reporting) |
imported>Sourcerer m (→Sourcerer template for expedition reporting) |
||
Line 1: | Line 1: | ||
|- | |- | ||
− | | {{{lat}}} | + | | style="text-align:center;" | {{{lat}}} |
− | | {{{lon}}} | + | | style="text-align:center;" | {{{lon}}} |
− | | [[{{{date}}}_{{{lat}}}_{{{lon}}}]] | + | | style="text-align:center;" | [[{{{date}}}_{{{lat}}}_{{{lon}}}]] |
− | | {{{count| }}} | + | | style="text-align:center;" | {{{count| }}} |
− | | {{{rcount| }}} | + | | style="text-align:center;" | {{{rcount| }}} |
− | | {{{gcount| }}} | + | | style="text-align:center;" | {{{gcount| }}} |
− | | {{{grcount| }}} | + | | style="text-align:center;" | {{{grcount| }}} |
− | | | + | | style="text-align:center;" | {{#if:{{{reached|}}}|<span style="background-color:#77FF77;">Reached</span>|<span style="background-color:#FF7777;">Fail</span>}} |
| {{{text| }}} | | {{{text| }}} | ||
Line 19: | Line 19: | ||
:| lon = '''longitude''' (required) | :| lon = '''longitude''' (required) | ||
:| date = '''date (YYYY-MM-DD format)''' (required) | :| date = '''date (YYYY-MM-DD format)''' (required) | ||
− | :| count = '''Total of all expeditions''' (optional) | + | :| count = '''Total of all expeditions in all graticules''' (optional) |
− | :| rcount = '''Total coordinates reached | + | :| rcount = '''Total coordinates reached in all expeditions''' (optional) |
:| gcount = '''Total expeditions in this graticule''' (optional) | :| gcount = '''Total expeditions in this graticule''' (optional) | ||
:| grcount = '''Total coordinates reached in this graticule''' (optional) | :| grcount = '''Total coordinates reached in this graticule''' (optional) |
Revision as of 11:08, 2 September 2015
|- | style="text-align:center;" | {{{lat}}} | style="text-align:center;" | {{{lon}}} | style="text-align:center;" | [[{{{date}}}_{{{lat}}}_{{{lon}}}]] | style="text-align:center;" | | style="text-align:center;" | | style="text-align:center;" | | style="text-align:center;" | | style="text-align:center;" | Fail |
How to use this template:
This template should be used inside a table and it produces one table row.
{{Sourcerer/Expedition
- | lat = latitude (required)
- | lon = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | count = Total of all expeditions in all graticules (optional)
- | rcount = Total coordinates reached in all expeditions (optional)
- | gcount = Total expeditions in this graticule (optional)
- | grcount = Total coordinates reached in this graticule (optional)
- | reached = reached (optional - include if the coordinates were reached)
- | text = One line description of the expedition (optional)
}}
Example:
{{Sourcerer/Expedition
- | lat = 52
- | lon = 1
- | date = 2015-09-01
- | count = 99
- | rcount = 88
- | gcount = 44
- | grcount = 33
- | reached = reached
- | text = In a field somewhere in the Norwich graticule
}}
appears as:
2015-09-01 52 1 | {{{day}}} | Map | {{{reaCount}}}/{{{expCount}}} | In a field somewhere in the Norwich graticule |