Difference between revisions of "Template:Earth coordinates"

From Pandorabox
Jump to navigation Jump to search
(Added includeonly/onlyinclude tags and example code)
Line 11: Line 11:
  
 
{{Earth_coordinates |x=123 |y=234 |z=345}}
 
{{Earth_coordinates |x=123 |y=234 |z=345}}
 +
 +
[[Category:Template]]
  
 
<includeonly><onlyinclude>[https://pandorabox.io/map/#!/map/0/12/{{{x}}}/{{{z}}} '''X''': {{{x}}} '''Y''': {{{y}}} '''Z''': {{{z}}}]</onlyinclude></includeonly>
 
<includeonly><onlyinclude>[https://pandorabox.io/map/#!/map/0/12/{{{x}}}/{{{z}}} '''X''': {{{x}}} '''Y''': {{{y}}} '''Z''': {{{z}}}]</onlyinclude></includeonly>

Revision as of 13:40, 15 January 2021

Description

I created this template and moved it to "Earth coordinates". I want it to do two things: be both human-readable and have a map link. - User:6r1d

Example

Use following code:

{{Earth_coordinates |x=123 |y=234 |z=345}}

To get following link:

X: 123 Y: 234 Z: 345