Difference between revisions of "Template:Sourcerer links"

From Geohashing
imported>Sourcerer
m (Sourcerer's Nav template)
imported>Sourcerer
m (Added Category to Template)
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 11: Line 11:
  
 
</noinclude><includeonly>== Sourcerer's Expedition Links ==
 
</noinclude><includeonly>== Sourcerer's Expedition Links ==
 
 
{{#if: {{{prev|}}} | [[{{{prev}}}]] | '''FIRST''' }} - [[{{{curr}}}]] - {{#if: {{{next|}}} | [[{{{next}}}]] | '''LAST''' }}
 
{{#if: {{{prev|}}} | [[{{{prev}}}]] | '''FIRST''' }} - [[{{{curr}}}]] - {{#if: {{{next|}}} | [[{{{next}}}]] | '''LAST''' }}
 
+
{{expedition summaries|{{{date}}}}}
{{expedition summaries|{{{date}}}}}</includeonly>
+
[[Category:Sourcerer]]</includeonly>

Revision as of 09:05, 9 August 2015

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)

}}