Template

Survival3Location

From Dogcraft Wiki

imported>William
No edit summary
imported>William
No edit summary
Line 5: Line 5:
   | base_width = {{#expr: 1000 * {{{scale}}}}}px
   | base_width = {{#expr: 1000 * {{{scale}}}}}px
   | base_alt = Location of {{{location_name}}} on the [[Grand Map]] of [[Survival 3]].
   | base_alt = Location of {{{location_name}}} on the [[Grand Map]] of [[Survival 3]].
   | base_caption = Grand Map of Survival 3
   | base_caption = Grand Map of Survival 3]
   | float = Locator.svg
   | float = {{{#ifeq: {{{transport}}}|true|2020-01-10-Grand-Map-complete-hiRez-cropped.png|Blank.png}}
   | float_width = 25px
  | float_width = {{#expr: 1000 * {{{scale}}}}}px
   | x = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{xcoord}}}}} / 44}}}} round 0}}
  | x = 0
   | y = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{zcoord}}}}} / 42}}}} round 0}}
  | y = 0
   | t = <h4 style="padding:0.1em 0.1em; margin:5px 0 5px 0; background:#970000; display: inline-block; color:white; font-size:80%; text-align:center;">'''{{{location_name}}}'''</h4>
  | float2 = Locator.svg
   | float_width2 = 25px
   | x2 = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{xcoord}}}}} / 44}}}} round 0}}
   | y2 = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{zcoord}}}}} / 42}}}} round 0}}
   | t2 = <h4 style="padding:0.1em 0.1em; margin:5px 0 5px 0; background:#970000; display: inline-block; color:white; font-size:80%; text-align:center;">'''{{{location_name}}}'''</h4>
}}(Co-ordinates - X: '''{{{xcoord}}}''', Z: '''{{{zcoord}}}''')
}}(Co-ordinates - X: '''{{{xcoord}}}''', Z: '''{{{zcoord}}}''')
</div>
</div>

Revision as of 12:33, 15 January 2020


{{Survival3Location
|location_name = West Station
|xcoord = -1029
|zcoord = -270
|scale = 0.5
|transport = false
}}


Locator.svg West Station in Survival 3

[[File:{Blank.png|500px|link=|alt=]]

West Station

Location of West Station on the Grand Map of Survival 3.]

(Co-ordinates - X: -1029, Z: -270)


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
This page was last modified on 15 January 2020, at 12:33. (5 months ago)