Difference between revisions of "Template:MapRegion"

From West Of Vipers Gate
m (1 revision imported)
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
== Map ==
 
== Map ==
<span style="background: {{{colour|white}}};">Base colour</span>
+
<span style="background: {{{colour|white}}}; color: {{{coordinates_colour|black}}};">label</span>
  
 
[[File:{{{background}}}|left|200x200px|thumb|background]]
 
[[File:{{{background}}}|left|200x200px|thumb|background]]
Line 8: Line 8:
 
</includeonly><noinclude>
 
</includeonly><noinclude>
 
== Usage ==
 
== Usage ==
<pre>{{MapRegion|colour=#E7F79C|background=BW - grasslands.png}}</pre>
+
<pre>{{MapRegion|colour=#E7F79C|background=BW - grasslands.png|coordinates_colour=white}}</pre>
 
<dl>
 
<dl>
 
   <dt>background</dt><dd>An image uploaded to this wiki</dd>
 
   <dt>background</dt><dd>An image uploaded to this wiki</dd>
   <dt>colour</dt><dd>A css colour specifier, e.g. a hex code, or a colour name like 'beige'</dd>
+
   <dt>colour</dt>
 +
    <dd>A css colour specifier, e.g. a hex code, or a colour name like 'beige';
 +
        will be the colour behind the background picture.</dd>
 +
  <dt>coordinates_colour</dt>
 +
    <dd>A css colour specifier, e.g. a hex code, or a colour name like 'beige';
 +
        will be the colour of the coordinates. Defaults to white.</dd>
 
</dl>
 
</dl>
  
A Region page should have a Tiles subpage (e.g. [[Sprawling Grasses/Tiles]]) listing the coordinates of tiles in the region. The tiles should be given in one line, in a list delimited by semicolons, each coordinate in the form 'nw,sw', that is a comma separated pair of the northwest coordinate and southwest coordinate. Spaces are ignored and may be used but other whitespace may break fail to load into the map-tiler properly.
+
A Region page should have a Tiles subpage (e.g. [[Sprawling Grasses/Tiles]]) listing the coordinates of tiles in the region. The tiles should be given in one line, in a list delimited by semicolons, each coordinate in the form 'nw,sw', that is a comma separated pair of the northwest coordinate and southwest coordinate. Spaces are ignored and may be used but other whitespace may fail to load into the map-tiler properly.
 
</noinclude>
 
</noinclude>

Latest revision as of 00:25, 30 December 2023

Usage

{{MapRegion|colour=#E7F79C|background=BW - grasslands.png|coordinates_colour=white}}
background
An image uploaded to this wiki
colour
A css colour specifier, e.g. a hex code, or a colour name like 'beige'; will be the colour behind the background picture.
coordinates_colour
A css colour specifier, e.g. a hex code, or a colour name like 'beige'; will be the colour of the coordinates. Defaults to white.

A Region page should have a Tiles subpage (e.g. Sprawling Grasses/Tiles) listing the coordinates of tiles in the region. The tiles should be given in one line, in a list delimited by semicolons, each coordinate in the form 'nw,sw', that is a comma separated pair of the northwest coordinate and southwest coordinate. Spaces are ignored and may be used but other whitespace may fail to load into the map-tiler properly.