Difference between revisions of "Template:Globetrotter"
From Geohashing
imported>Danatar |
imported>Jevanyn m (fixed a typo. Now reads "This user" when no name is provided.) |
||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: blue; border-collapse: separate;"><div>[[Image:Globetrotter{{#if:{{{northamerica|}}}|1|0}}{{#if:{{{eurasia|}}}|1|0}}{{#if:{{{africa|}}}|1|0}}{{#if:{{{southamerica|}}}|1|0}}{{#if:{{{australia|}}}|1|0}}.png|44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: blue; border-collapse: separate;"><div>[[Image:Globetrotter{{#if:{{{northamerica|}}}|1|0}}{{#if:{{{eurasia|}}}|1|0}}{{#if:{{{africa|}}}|1|0}}{{#if:{{{southamerica|}}}|1|0}}{{#if:{{{australia|}}}|1|0}}.png|44px]]</div></td> | ||
− | <td style="padding: 0px 12px 0px 10px;"> ''' | + | <td style="padding: 0px 12px 0px 10px;"> '''{{{name|This user)}} {{#switch:{{{continents}}}|1=has not at all|2=partially|3=partially|4=almost|5=|SPECIFY NUMBER OF CONTINENTS}} earned the [[Globetrotters Geohash|Globetrotter Achievement]]''' |
:for visiting hashpoints {{#switch:{{{continents}}}|5=on every continent of the world. That's awesome!|4=on '''4''' continents. Only one to go!|1=on only one continent. Delete this ribben instantly and go buy a plane ticket.|on '''{{{continents}}}''' continents.}}</td> | :for visiting hashpoints {{#switch:{{{continents}}}|5=on every continent of the world. That's awesome!|4=on '''4''' continents. Only one to go!|1=on only one continent. Delete this ribben instantly and go buy a plane ticket.|on '''{{{continents}}}''' continents.}}</td> | ||
</tr> | </tr> | ||
Line 37: | Line 37: | ||
'''Example:''' | '''Example:''' | ||
<code>{{Globetrotter | <code>{{Globetrotter | ||
− | |||
| northamerica = true | | northamerica = true | ||
| eurasia = true | | eurasia = true | ||
Line 47: | Line 46: | ||
{{Globetrotter | {{Globetrotter | ||
− | |||
| northamerica = true | | northamerica = true | ||
| eurasia = true | | eurasia = true | ||
Line 54: | Line 52: | ||
| australia = true | | australia = true | ||
| continents = 5 | | continents = 5 | ||
+ | }} | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{Globetrotter | ||
+ | | continents = 2 | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{Globetrotter | ||
+ | | continents = 2 | ||
}} | }} |
Revision as of 14:40, 8 January 2009
{Template:Name SPECIFY NUMBER OF CONTINENTS earned the Globetrotter Achievement
|
How to use this template:
{{Globetrotter
- | name = name (optional)
- | northamerica = true if visited North America, omit if not
- | eurasia = true if visited Eurasia, omit if not
- | africa = true if visited Africa, omit if not
- | southamerica = true if visited South America, omit if not
- | australia = true if visited Australia or Oceania, omit if not
- | continents = number of continents visited (required)
}}
Example:
{{Globetrotter
| name = relet
| eurasia = true
| southamerica = true
| continents = 2
}}
appears as:
relet earned the Globetrotter achievement
|
Example:
{{Globetrotter
| northamerica = true
| eurasia = true
| africa = true
| southamerica = true
| australia = true
| continents = 5
}}
appears as:
This user earned the Globetrotter achievement
|
Example:
{{Globetrotter
| continents = 2
}}
appears as:
This user earned the Globetrotter achievement
|