Documentation icon ၽိုၼ်ၵႅမ်မိုဝ်းမေႃႇၵျူး[တူၺ်း] [မႄးထတ်း] [ပိုၼ်း] [ၸၢင်း]

This map definition, Template:Location_map_100x100, is intended for overlaying markers/labels on any specified image, using map coordinates ranging from 0-100.0 for latitude or longitude. See the technical design below, under: #Design issues.
Some of the related mapping procedures are:

All mapping templates use similar parameters (see Examples):

  • 100x100 - the first parameter is always the map name
  • AlternativeMap - name of image (omit "Image:")
  • caption=text - caption text along bottom of image
  • width=250 - for image width (omit "px" or image will span page)
  • label - movable label (can be padded " XX YY ")
  • label_size - percent from 0-200 (default: 95)
  • background - color of label (such as: darkorange or #4499DD)
  • position=right - (or left, top, bottom) position of label at marker
  • lat =55.00 - for latitude 0-100.0 (higher towards top)
  • long=45.00 - for longitude 0-100.0 (higher towards right)
  • mark     - name of image for marker symbol (omit "Image:")
  • marksize - size of image for marker symbol (default: 8px, 1px=none)
  • float=right (or left, center) - position of map formatted on page

Some common label background colors are: #CCCC55 for dim yellow,

  • #44EE44 for lime green, #BBBBBB for gray,
  • #44CCDD for light aqua, #DDDDDD for light gray (almost white),
  • PaleGreen for pale green, PaleTurquoise, DarkOrange, etc.
  • By default, the label is transparent overwriting the image.

For small lettering use label_size=80, for tiny words use 55. Note that the words in the label will wrap unless using "nbsp": DO NOT WRAP.

When specifying image "width=270" be sure to OMIT "px" (which causes the image to span the width of the screen) because "px" cannot (yet) be detected by the (new) MediaWiki language which processes those mapping templates.

See each specific mapping template for other parameters to pass.

Examples မႄးထတ်း

You are Here is located in 100x100
You are Here
You are Here
Example on blank image
{{Location map | 100x100
| caption = Example on blank image
| width=250 
| label=You are Here
| label-size=90
| background = #DDDD44
| position=bottom 
| lat  = 55.00  
| long = 22.35  
| mark=Green_pog.svg 
| marksize=10 
| float=right 
}}
Dot is located in 100x100
Dot
Dot
Marker on star
{{Location map | 100x100
| AlternativeMap = Gold star on blue.gif
| caption = Marker on star
| width=110 
| label=Dot
| label-size=80
| background = #CCCCCC
| position=left 
| lat  = 81.00  
| long = 42.90  
| mark=Red_pog.svg 
| marksize=8 
| float=right 
}}

Other options မႄးထတ်း

It is possible to place markers/labels outside a map, by specifying latitude or longitude coordinates beyond 0-100.0:

  • Over longitude=99.0 will push a label off-map to the right;
  • Under longitude= -2.0 will push a label off-map to the left;
  • Over latitude= 101.0 will push a label off-map to the top.

For templates that restrict coordinates, expand the minutes field: lat_deg=100.0 but lat_min=120 yielding a combined 102 degrees (60 minutes = 1 degree).

တူၺ်းပႃး မႄးထတ်း

return {
	name = '100x100',
	top = 100.0,
	bottom = 0.0,
	left = 0.0,
	right = 100.0,
	image = 'Dummy_flag.png'
}