Difference between revisions of "Template:Expedition"

From Geohashing
imported>Joannac
m (fix the actual instructions on this page)
imported>Relet
(test: fixing parameter reconnaissance.)
Line 4: Line 4:
 
'''to copy the content of this page to your newly created expedition page.'''
 
'''to copy the content of this page to your newly created expedition page.'''
  
Optional parameters are, but they are not well recognized in the map:
+
Please provide the following parameters. If you don't, some of the required parameters will be substited with placeholders that you may fill in later:
 
<pre>{{subst:Expedition
 
<pre>{{subst:Expedition
|image = filename
 
 
|lat = latitude of graticule
 
|lat = latitude of graticule
 
|lon = longitude of graticule
 
|lon = longitude of graticule
 
|date = date of expedition, in YYYY-MM-DD format
 
|date = date of expedition, in YYYY-MM-DD format
 +
|image = filename of a title image, uploaded to the wiki
 
}}</pre>
 
}}</pre>
 
</noinclude>
 
</noinclude>
<includeonly><!-- Please substitute appropriate things for IMAGE, LAT, LON, and DATE (YYYY-MM-DD format) -->
+
<includeonly>{{#if:{{{lat|}}}||<!-- Please substitute appropriate things for IMAGE, LAT, LON, and DATE (YYYY-MM-DD format) -->}}
[[Image:IMAGE|thumb|left]]
+
[[Image:{{{image|IMAGE}}}|thumb|left]]
 
{{meetup graticule  
 
{{meetup graticule  
| map=<map lat=LAT lon=LON date=DATE/>
+
| map={{#tag:map||lat={{{lat|LAT}}|lon={{{lon|LON}}}|date={{{date|DATE}}} }}
| lat=LAT
+
| lat={{{lat|LAT}}}
| lon=LON
+
| lon={{{lon|LON}}}
| date=DATE
+
| date={{{date|DATE}}}
 
}}
 
}}
  

Revision as of 13:12, 17 February 2009

Use {{subst:Expedition}} to copy the content of this page to your newly created expedition page.

Please provide the following parameters. If you don't, some of the required parameters will be substited with placeholders that you may fill in later:

{{subst:Expedition
|lat = latitude of graticule
|lon = longitude of graticule
|date = date of expedition, in YYYY-MM-DD format
|image = filename of a title image, uploaded to the wiki
}}