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 |
||
Line 1: | Line 1: | ||
{{#widget:Map|world={{#invoke:MapUrls|main|server={{{season}}}|world={{{world}}}}}|x={{{world_x}}}|z={{{world_z}}}}} | <noinclude> | ||
{{map|world=Overworld|season=S4|world_x=0|world_z=0}} | |||
</noinclude> | |||
<includeonly> | |||
{{#ifeq: {{#invoke:MapUrls|main|server={{{season}}}|world={{{world}}}}} | map_error | |||
| Map error: invalid world or season | |||
| {{#widget:Map|world={{#invoke:MapUrls|main|server={{{season|s4}}}|world={{{world|overworld}}}}}|zoom={{{zoom|-2}}}|x={{{world_x}}}|z={{{world_z}}}}} | |||
}} | |||
</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" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 06:11, 15 October 2024
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 |