More actions
GamingTwist (talk | contribs) Created page with "{{#widget:Map|world={{#invoke:MapUrls|main|server={{{season}}}|world={{{world}}}}}|x={{{world_x}}}|z={{{world_z}}}}}" |
GamingTwist (talk | contribs) No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#widget:Map|world={{#invoke:MapUrls|main| | <noinclude> | ||
<pre> | |||
{{map | |||
|world= | |||
|season= | |||
|zoom= | |||
|world_x= | |||
|world_z= | |||
|height= | |||
}} | |||
</pre> | |||
{{map|world=end|season=SurvivalS2|world_x=0|world_z=-0|zoom=0}} | |||
</noinclude> | |||
<includeonly> | |||
{{#ifeq: {{#invoke:MapUrls|main|season={{{season|}}}|world={{{world}}}}} | map_error | |||
| Map error: invalid world or season | |||
| {{#widget:Map|world={{#invoke:MapUrls|main|season={{{season|SurvivalS4}}}|world={{{world|overworld}}}}}|zoom={{{zoom|-2}}}|x={{{world_x}}}|z={{{world_z}}}|height={{{height|400px}}}}} | |||
}} | |||
</includeonly> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"season": { | |||
"label": "Season" | |||
}, | |||
"world": { | |||
"label": "World", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"overworld", | |||
"nether", | |||
"end" | |||
], | |||
"default": "overworld", | |||
"autovalue": "overworld" | |||
}, | |||
"zoom": { | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"-2" | |||
] | |||
}, | |||
"world_x": { | |||
"label": "X" | |||
}, | |||
"world_z": { | |||
"label": "Z" | |||
}, | |||
"height": { | |||
"label": "Height", | |||
"description": "Height of the embed" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 09:13, 8 December 2024
{{map |world= |season= |zoom= |world_x= |world_z= |height= }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Season | season | no description | Unknown | optional |
World | world | no description
| String | optional |
zoom | zoom | no description
| Number | optional |
X | world_x | no description | Unknown | optional |
Z | world_z | no description | Unknown | optional |
Height | height | Height of the embed | Unknown | optional |