FrozenEarth (talk | contribs) (mfw it was whitespace causing issues for nested tables) |
FrozenEarth (talk | contribs) m |
||
Line 11: | Line 11: | ||
{{!}} style="{{#if:{{{z|}}}{{#var:z|}}| |display: none;}} user-select: none; background: #5f9433; color: #FFFFFF; text-shadow: 0 1px 2px #89d44a; font-size: 0.8em;" {{!}} Z |
{{!}} style="{{#if:{{{z|}}}{{#var:z|}}| |display: none;}} user-select: none; background: #5f9433; color: #FFFFFF; text-shadow: 0 1px 2px #89d44a; font-size: 0.8em;" {{!}} Z |
||
{{!}} style="{{#if:{{{z|}}}{{#var:z|}}| |display: none;}} font-size: 1.0em;" {{!}} {{{z|}}}{{#var:z}} |
{{!}} style="{{#if:{{{z|}}}{{#var:z|}}| |display: none;}} font-size: 1.0em;" {{!}} {{{z|}}}{{#var:z}} |
||
− | {{!}} style="{{#ifexpr: {{{mapZoom|2}}} != 0 and {{{x|10000}}} < 1600 and {{{x|-10000}}} > -2400 and {{{z|10000}}} > -5900 and {{{z|-10000}}} < 0 | |display: none;}} font-size: 1.0em;" {{!}} {{#var: mapLink}} |
+ | {{!}} style="{{#ifexpr: {{{mapZoom|2}}} != 0 and {{{x|10000}}}{{#var:x|10000}} < 1600 and {{{x|-10000}}}{{#var:x|10000}} > -2400 and {{{z|10000}}}{{#var:z|10000}} > -5900 and {{{z|-10000}}}{{#var:z|10000}} < 0 | |display: none;}} font-size: 1.0em;" {{!}} {{#var: mapLink}} |
|}</includeonly><noinclude>[[Category:Table templates]]{{Doc}}</noinclude> |
|}</includeonly><noinclude>[[Category:Table templates]]{{Doc}}</noinclude> |
Revision as of 02:00, 31 July 2021
Description
A location and co-ordinate template, for quickly and easily placing Wynncraft co-ordinates onto a page in a style that matches the rest of the site. It also provides a link to the official Wynncraft map at the provided coordinates. The map link will show if the following rules are met:
x
is between -2400 and 1600z
is between 0 and -5900mapZoom
is not 0
Usage
{{Location
| locationLabel =
| location =
| x =
| y =
| z =
| mapZoom =
| mapLabel =
}}
Argument | Description | Default Value |
---|---|---|
locationLabel
|
The label used for the location header (Used for translation purposes) | Location |
location
|
The location name to be displayed | |
x
|
The X coordinate to be displayed | |
y
|
The Y coordinate to be displayed | |
z
|
The Z coordinate to be displayed | |
mapZoom
|
Specifies the map link zoom level | 2
|
mapLabel
|
The label used for the map hyperlink (Used for translation purposes) | Wynncraft Map |
Examples
{{Location |location=Almuj }}
Produces:
Location | Almuj |
{{Location |x=978 |y=70 |z=-1927 }}
Produces:
X | 978 | Y | 70 | Z | -1927 |
{{Location |x=978 |y=70 |z=-1927 |mapZoom=max }}
Produces:
X | 978 | Y | 70 | Z | -1927 | Wynncraft Map |
{{Location |location=Almuj |x=978 |z=-1927 }}
Produces:
Location | Almuj | X | 978 | Z | -1927 |
{{Location |location=Almuj |x=978 |z=-1927 |mapZoom=0 }}
Produces:
Location | Almuj | X | 978 | Z | -1927 |
{{Location| location=Almuj |locationlabel=Emplacement |x=978 |z=-1927 |mapZoom=2 |mapLabel=Wynncraft Carte }}
Produces:
Location | Almuj | X | 978 | Z | -1927 |
The above documentation is transcluded from Template:Location/doc. (edit | history)