Difference between revisions of "Template:Sourcerer links"

From Geohashing
imported>Sourcerer
m (Template debug)
m
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>This is a template which makes linking to a list of expeditions easier. It also links to today's expeditions.
+
<noinclude>This is a linked list template which makes a list of expeditions with links to the next and previous. It also links to today's expeditions. It adds [[:Category:Sourcerer]] to make it easier to find/automate statistics gathering on Sourcerer's expedition pages.
  
 
'''Usage'''
 
'''Usage'''
Line 10: Line 10:
 
}}
 
}}
  
</noinclude><includeonly>== Expedition Links ==
+
</noinclude><includeonly>{{expedition summaries|{{{date}}}}}
  
{{#if: {{{prev|}}} | [[{{{prev}}}]] | '''First''' }} - [[{{{curr}}}]] - {{#if: {{{next|}}} | [[{{{next}}}]] | '''Last''' }}
 
  
{{expedition summaries|{{{date}}}}}</includeonly>
+
=== Sourcerer's Expedition Links ===
 +
{{#if: {{{prev|}}} | [[{{{prev}}}]] | '''FIRST''' }} - [[{{{curr}}}]] - {{#if: {{{next|}}} | [[{{{next}}}]] | '''LAST''' (until now) }}
 +
[[Category:Sourcerer]] - [http://nbest.co.uk/SourcererGeohash/SourcererGeohash.kml KML file download] of Sourcerer's expeditions for use with Google Earth.</includeonly>

Latest revision as of 18:20, 25 September 2020

This is a linked list template which makes a list of expeditions with links to the next and previous. It also links to today's expeditions. It adds Category:Sourcerer to make it easier to find/automate statistics gathering on Sourcerer's expedition pages.

Usage

{{ Sourcerer_links

| date = date (YYYY-MM-DD) (required)
| prev = prev (YYYY-MM-DD Lat Lon) (optional)
| curr = curr (YYYY-MM-DD Lat Lon) (required)
| next = next (YYYY-MM-DD Lat Lon) (optional)

}}