Jump to content

Template:Convert coordinate: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 June 2025

  • curprev 17:0517:05, 22 June 2025 Moogle talk contribs 842 bytes +842 Created page with "{{#if: {{{1|}}} |<!-- -->{{#vardefine:x-coord|{{#explode:{{{1|}}}|,|0}}}}{{#vardefine:y-coord|{{#explode:{{{1|}}}|,|1}}}}{{#vardefine:z-coord|{{#explode:{{{1|}}}|,|2}}}}('''<small>X:</small>'''{{#var:x-coord}}, '''<small>Y:</small>'''{{#var:y-coord}}{{#if: {{#var:z-coord}}|, '''<small>Z:</small>'''{{#var:z-coord}}}})}}<noinclude> == Description == Formats a sequence of (X, Y, Z) coordinates to pretty-formatted text. <pre>{{Convert coordinate|<x>, <y>, <z>}}</pre> == Par..."