Template

Survival3Location

From Dogcraft Wiki

No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{Panel
<div class="worldmap toccolours mw-collapsible {{#ifeq: {{{collapsed}}}|true|mw-collapsed|}}" style="width: {{#expr: 1000 * {{{scale}}}}}px; max-width: {{#expr: 1000 * {{{scale}}}}}px; text-align: center>
|width={{#expr: 1000 * {{{scale}}}}}px
<p style="padding:0.1em 0.4em; margin:10px 0 10px 0; background: #970000; color:white; font-size:140%; text-align:center;">[[File:Locator.svg|20px]] '''{{{location_name}}} in Survival 3'''</p><div class="mw-collapsible-content">{{Superimpose
|title=<div style="text-align: center;">'''[[File:Locator.svg|16px]] {{{location_name}}} in Survival 3'''</div>
|content=<div class="worldmap toccolours" style="text-align: center;">{{Superimpose
   | base = 2020-01-10-Grand-Map-complete-hiRez-cropped.png
   | base = 2020-01-10-Grand-Map-complete-hiRez-cropped.png
   | base_width = {{#expr: 1000 * {{{scale}}}}}px
   | base_width = {{#expr: 1000 * {{{scale}}}}}px
Line 15: Line 16:
   | y2 = {{#expr: {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{zcoord}}}}} / 40}}}} round 0}} - {{#expr: {{{scale}}} * 52}}}}
   | y2 = {{#expr: {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{zcoord}}}}} / 40}}}} round 0}} - {{#expr: {{{scale}}} * 52}}}}
   | t2 = <p style="padding:0em 0.1em; margin:5px 0 5px 0; background:#970000; display: inline-block; color:white; font-size:80%; text-align:center;">'''{{{location_name}}}'''</p>
   | t2 = <p style="padding:0em 0.1em; margin:5px 0 5px 0; background:#970000; display: inline-block; color:white; font-size:80%; text-align:center;">'''{{{location_name}}}'''</p>
}}(Co-ordinates - X: '''{{{xcoord}}}''', Z: '''{{{zcoord}}}''')
}}</div>
</div>
<div style="text-align: center; margin-top: 0.5em;">(Co-ordinates &mdash; X: '''{{{xcoord}}}''', Z: '''{{{zcoord}}}''')</div>
</div>
}}</includeonly>
 
<noinclude>[[Category:Location map templates]]
</includeonly>
<noinclude>
<pre>
<pre>
{{Survival3Location
{{Survival3Location

Latest revision as of 13:32, 4 December 2023

{{Survival3Location
|location_name = Chronia
|xcoord = 4600
|zcoord = -11700
|scale = 0.5
|collapsed = true
|transport = true
}}
Locator.svg Chronia in Survival 3

Chronia

Location of Chronia on the Grand Map of Survival 3.
(Co-ordinates — X: 4600, Z: -11700)

Accepts co-ordinates of a location on the Survival 3 world and generates a collapsible map using the Grand Map showing where the location is in the world.

Template parameters

ParameterDescriptionTypeStatus
Location Namelocation_name

The name of the location

Stringrequired
X-Coordinatexcoord

The X value, positive or negative integer.

Numberrequired
Z-Coordinatezcoord

The Z value, positive or negative integer

Numberrequired
Scale modifierscale

Determines the size of the map. 1 = 1000px map.

Default
1
Auto value
1
Numberrequired
Collapse by defaultcollapsed

If the map should be collapsed by default, requiring the user to press "Expand" to view it.

Default
true
Auto value
true
Booleanrequired
Transporttransport

Display SRN and NTN routes overlay?

Default
false
Auto value
false
Booleanrequired