Template:Coords/doc
From Paragon Wiki Archive
< Template:Coords
Revision as of 17:37, 11 December 2008 by Konoko (Talk | contribs) (New page: {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== This template uses {{tl|nobr}} to make sure that no line breaks occur in the m...)
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)