Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Coordinates: Difference between revisions

Template page
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:#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>
<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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
xx

x coordinate

Numberoptional
yy

y coordinate

Numberoptional
zz

z coordinate

Numberoptional