Template:Coords: Difference between revisions
Jump to navigation
Jump to search
m (unformat num) |
m (brackets) |
||
Line 3: | Line 3: | ||
-->({{formatnum:{{{x|{{{1|{{#explode:{{#show:{{PAGENAME}}|?Has coordinates|valuesep=;}}|;}}}}}}}}|R}}, <!-- | -->({{formatnum:{{{x|{{{1|{{#explode:{{#show:{{PAGENAME}}|?Has coordinates|valuesep=;}}|;}}}}}}}}|R}}, <!-- | ||
-->{{formatnum:{{{y|{{{2|{{#explode:{{#show:{{PAGENAME}}|?Has coordinates|valuesep=;}}|;|1}}}}}}}}|R}}, <!-- | -->{{formatnum:{{{y|{{{2|{{#explode:{{#show:{{PAGENAME}}|?Has coordinates|valuesep=;}}|;|1}}}}}}}}|R}}, <!-- | ||
-->{{formatnum:{{{z|{{{3|{{#explode:{{#show:{{PAGENAME}}|?Has coordinates|valuesep=;}}|;|2}}}}}}}} | -->{{formatnum:{{{z|{{{3|{{#explode:{{#show:{{PAGENAME}}|?Has coordinates|valuesep=;}}|;|2}}}}}}}}|R}})}} <!-- | ||
--><copylink text="/thumbtack | --><copylink text="/thumbtack |
Revision as of 07:04, 18 May 2022
[edit] [ ] Documentation
Usage
This template uses {{nobr}} to make sure that no line breaks occur in the middle of a coordinates string. It also puts the numbers in parentheses and separates them with commas.
If no numbers are provided, the numbers come from the "Has coordinates" property of the same page, or the page given as the "page" parameter. If multiple sets of coordinates exist, the "n" parameter (default 1) selects which set to display, with the first set numbered 1.
Examples
- {{coords|10.0|20.0|30.0}}
- (10.0, 20.0, 30.0) [Copy]
- {{coords|x=10.0|y=20.0|z=30.0}}
- (10.0, 20.0, 30.0) [Copy]
- {{coords}}
- output based on "Has coordinates" properties defined on the page
- {{coords|page=Top Dog Badge}}
- (, , ) [Copy]
- {{coords|page=Rail Rider Badge}}{{coords|page=Rail Rider Badge|n=2}}{{coords|page=Rail Rider Badge|n=3}}
- (, , ) [Copy] (, , ) [Copy] (, , ) [Copy]