Difference between revisions of "Template:No trespassing"
From Geohashing
imported>Tankmiche (from "irc.peeron.com" to "carabiner.peeron.com") |
imported>JesseW (add copyable example, re-format) |
||
Line 21: | Line 21: | ||
The image name should not include 'Image:' or surrounding braces. | The image name should not include 'Image:' or surrounding braces. | ||
− | '''Example:''' | + | '''Copyable, minimal example:''' |
+ | <pre>{{No trespassing |latitude= |longitude= |date= |image= |name= ~~~}}</pre> | ||
+ | |||
+ | '''Example with image:''' | ||
<code>{{No trespassing | <code>{{No trespassing | ||
| latitude = 45 | | latitude = 45 | ||
Line 38: | Line 41: | ||
}} | }} | ||
− | '''Example:''' | + | '''Example without image, but with name:''' |
<code>{{No trespassing | <code>{{No trespassing | ||
| latitude = 45 | | latitude = 45 | ||
Line 53: | Line 56: | ||
}} | }} | ||
− | '''Example:''' | + | '''Example without image or name:''' |
<code>{{No trespassing | <code>{{No trespassing | ||
| latitude = 45 | | latitude = 45 |
Revision as of 08:17, 8 May 2012
This user earned the No trespassing consolation prize
|
How to use this template:
{{No trespassing
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Copyable, minimal example:
{{No trespassing |latitude= |longitude= |date= |image= |name= ~~~}}
Example with image:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = MrGeohasher
| image = Noterminal_portland_sample_2.jpg
}}
appears as:
MrGeohasher earned the No trespassing consolation prize
|
Example without image, but with name:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = MrGeohasher
}}
appears as:
MrGeohasher earned the No trespassing consolation prize
|
Example without image or name:
{{No trespassing
| latitude = 45
| longitude = -122
| date = 2008-02-19
}}
appears as:
This user earned the No trespassing consolation prize
|