[edit] Option 1 - coordinates in template center
{{graticule
| map = <map lat="24" lon="54" />
| name = 24,54
| n = [[Sirri Island, Iran|Sirri Island]]
| s = [[Tharwaniyyah, UAE|Tharwaniyyah]]
| ne = [[Dubai, UAE|Dubai]]
| se = [[Al Qabil, Oman|Al Qabil]]
| nw = [[25,53]]
| sw = [[Madinat Zayed, UAE|Madinat Zayed]]
| e = [[Al Ain, UAE|Al Ain]]
| w = [[Al Marfa, UAE|Al Marfa]]
}}
[edit] Option 2 - graticule name in template center
{{graticule
| map = <map lat="24" lon="54" />
| name = [[Abu Dhabi, UAE|Abu Dhabi]]
| n = [[Sirri Island, Iran|Sirri Island]]
| s = [[Tharwaniyyah, UAE|Tharwaniyyah]]
| ne = [[Dubai, UAE|Dubai]]
| se = [[Al Qabil, Oman|Al Qabil]]
| nw = [[25,53]]
| sw = [[Madinat Zayed, UAE|Madinat Zayed]]
| e = [[Al Ain, UAE|Al Ain]]
| w = [[Al Marfa, UAE|Al Marfa]]
}}
[edit] Option 3 - neighbouring country is listed if different from graticule
{{graticule
| map = <map lat="24" lon="54" />
| nw = [[25,53]]
| n = [[Sirri Island, Iran]]
| ne = [[Dubai, UAE|Dubai]]
| w = [[Al Marfa, UAE|Al Marfa]]
| name = [[Abu Dhabi, UAE|Abu Dhabi]]
| e = [[Al Ain, UAE|Al Ain]]
| sw = [[Madinat Zayed, UAE|Madinat Zayed]]
| s = [[Tharwaniyyah, UAE|Tharwaniyyah]]
| se = [[Al Qabil, Oman]]
}}
[edit] Option 4 - neighbouring country code is listed if different from graticule
{{graticule
| map = <map lat="24" lon="54" />
| nw = [[25,53]]
| n = [[Sirri Island, Iran|Sirri Island, IR]]
| ne = [[Dubai, UAE|Dubai]]
| w = [[Al Marfa, UAE|Al Marfa]]
| name = [[Abu Dhabi, UAE|Abu Dhabi]]
| e = [[Al Ain, UAE|Al Ain]]
| sw = [[Madinat Zayed, UAE|Madinat Zayed]]
| s = [[Tharwaniyyah, UAE|Tharwaniyyah]]
| se = [[Al Qabil, Oman|Al Qabil, OM]]
}}
[edit] Option 5 - neighbouring country/state code is listed for US states and the UK
(no example)
[edit] More options
we might want to discuss these eventually
- using the less cluttered Template:Graticule2. It has two parameters lat and lon instead of map which requires a tag as parameter. You can still use map if you have any special image to be displayed. We could even move the template to the old name Template:Graticule
- using the <mapimg> tag instead of <map> saves a bit of space. (fifth example on the right)