Template:Coordinates: Difference between revisions
Template page
More actions
Created page with "<span style="color:#FF5555" title="X">{{{x|}}} </span>{{#if: {{{x|}}} | {{#if: {{{y|}}} |/|}} |}}<span style="color:#55FF55" title="Y"> {{{y|}}} </span>{{#if: {{{y|}}} | {{#if: {{{z|}}} |/|}} |}}{{#if: {{{x|}}} | {{#if: {{{z|}}} | {{#if: {{{y|}}} ||/}} |}} |}}<span style="color:#5555FF" title="Z"> {{{z|}}}</span> <noinclude> <templatedata> { "params": { "x": { "description": "x coordinate" }, "y": { "description": "y coordinate" }, "z": { "description..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
<span style="color:# | <span style="color:#FB5B44" title="X">{{{x|}}} </span>{{#if: {{{x|}}} | {{#if: {{{y|}}} |/|}} |}}<span style="color:#88BB64" title="Y"> {{{y|}}} </span>{{#if: {{{y|}}} | {{#if: {{{z|}}} |/|}} |}}{{#if: {{{x|}}} | {{#if: {{{z|}}} | {{#if: {{{y|}}} ||/}} |}} |}}<span style="color:#0491D0" title="Z"> {{{z|}}}</span> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 5: | Line 5: | ||
"params": { | "params": { | ||
"x": { | "x": { | ||
"description": "x coordinate" | "description": "x coordinate", | ||
"type": "number" | |||
}, | }, | ||
"y": { | "y": { | ||
"description": "y coordinate" | "description": "y coordinate", | ||
"type": "number" | |||
}, | }, | ||
"z": { | "z": { | ||
"description": "z coordinate" | "description": "z coordinate", | ||
"type": "number" | |||
} | } | ||
}, | }, |
Revision as of 15:28, 12 June 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
x | x | x coordinate | Number | optional |
y | y | y coordinate | Number | optional |
z | z | z coordinate | Number | optional |