Template:Coords: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Undo revision 295834 by Michiyo (talk))
Tag: Undo
(set smw property Has coordinates)
Line 1: Line 1:
{{nobr|({{{x|{{{1}}}}}}, {{{y|{{{2}}}}}}, {{{z|{{{3}}}}}})}}  <copylink text="/thumbtack {{{x|{{{1}}}}}} {{{y|{{{2}}}}}} {{{z|{{{3}}}}}}">[Copy]</copylink> <noinclude>
<includeonly>{{nobr|([[Has coordinates::{{{x|{{{1}}}}}}]], [[Has coordinates::{{{y|{{{2}}}}}}]], [[Has coordinates::{{{z|{{{3}}}}}}]])}}  <copylink text="/thumbtack {{{x|{{{1}}}}}} {{{y|{{{2}}}}}} {{{z|{{{3}}}}}}">[Copy]</copylink> </includeonly><noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>

Revision as of 03:06, 17 May 2022

[edit] [purge] 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}}
("{{{" can not be assigned to a declared number type with value 1., "{{{" can not be assigned to a declared number type with value 2., "{{{" can not be assigned to a declared number type with value 3.) [Copy]
{{coords|page=Rail Rider Badge}}{{coords|page=Rail Rider Badge|n=2}}{{coords|page=Rail Rider Badge|n=3}}
("{{{" can not be assigned to a declared number type with value 1., "{{{" can not be assigned to a declared number type with value 2., "{{{" can not be assigned to a declared number type with value 3.) [Copy] ("{{{" can not be assigned to a declared number type with value 1., "{{{" can not be assigned to a declared number type with value 2., "{{{" can not be assigned to a declared number type with value 3.) [Copy] ("{{{" can not be assigned to a declared number type with value 1., "{{{" can not be assigned to a declared number type with value 2., "{{{" can not be assigned to a declared number type with value 3.) [Copy]