Difference between revisions of "Template:MapRegion"

From West Of Vipers Gate
m
Line 1: Line 1:
 
<includeonly>[[File:{{PAGENAME}}.svg|thumb]]
 
<includeonly>[[File:{{PAGENAME}}.svg|thumb]]
 +
<table style="margin: 5px auto;">
 +
  <tr><th>Abstract</th></tr>
 +
  <tr><td>{{{abstract}}}</td></tr>
 +
</table>
  
 
== Map ==
 
== Map ==

Revision as of 11:01, 10 March 2025

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.