Night spawn icon1.png An early testing version of dark mode has been enabled as a desktop skin option for logged-in users. To enable it, go to Special:Preferences, and under the "Gadgets" tab, check both "darkMode" options. An icon to toggle dark mode will then appear in the top bar once you save the preferences. Please report any issues in our Discord server!

Template:Convert coordinate

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search

Description

Formats a sequence of (X, Y, Z) coordinates to pretty-formatted text.

{{Convert coordinate|<x>, <y>, <z>}}

Parameters

coordinates
The coordinates. Requires at least two comma-separated coordinates. Third coordinate (z) is optional. Decimals are allowed.

Example

{{Convert coordinate|9.22, 8}}

(X:9.22, Y:8)

{{Convert coordinate|12, 8.54, 5}}

(X:12, Y:8.54, Z:5)