Template:Coords: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>TonyV
(New page: ({{{1}}}, {{{2}}}, {{{3}}}))
 
imported>Konoko
(+doc)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
({{{1}}}, {{{2}}}, {{{3}}})
{{nobr|({{{x|{{{1}}}}}}, {{{y|{{{2}}}}}}, {{{z|{{{3}}}}}})}}<noinclude>
{{documentation}}</noinclude>

Latest revision as of 13:36, 11 December 2008

({{{1}}}, {{{2}}}, {{{3}}})

[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.

Examples

{{coords|10.0|20.0|30.0}}
(10.0, 20.0, 30.0)
{{coords|x=10.0|y=20.0|z=30.0}}
(10.0, 20.0, 30.0)

See also