Template:List LDS Temple World Map/doc
![]() | This is a documentation subpage for Template:List LDS Temple World Map. It contains usage information, categories and other content that is not part of the original template page. |
OtherMap templates:
|
Contents
Blank template and Parameter Definitions
Blank template with basic parameters | Parameter | Explanation |
---|---|---|
{{List LDS Temple World Map | width = <!-- Do not add "px" --> | float = | border-size = <!-- Do not add "px" --> | border-type = | border-color = }} |
width | Overall width of Template. "px" is not required. Default: 1000px. |
float | Location of Template on page. Default: left. | |
border-size | Default: 3px. | |
border-type | Type of border. Other choices are "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", and "outset". Default: ridge. | |
border-color | Using color names, changes the border color. Default: darkgray |
Example
|
{{List LDS Temple World Map | width = 600 | float = left | border-size = 3 | border-type = ridge | border-color = darkgray }} |
Changing Dot colors (ie. status change)
Wasatch Front, Utah area temples
Due to the number of temples is the Wasatch Front, Utah area, i.e. the Salt Lake City area, they are grouped into one large linked purple square. To add information located the "Wasatch Front Area, Utah" section and add temple information to the "notes". To update the status of a Wasatch Front temple located the "Wasatch Front temple Statuses" section towards the bottom of the page and update the overall information.
Other Temples
For Temples not in the Wasatch Front, Utah area, the dot color is related to the current status of the temple, (e.g. Operating temples, Temples under construction) The dot color is automatically updated by the current "Status" on the data page for the temple (e.g. Template:LDS Temple/TEMPLENAME)
For example, to change the Salt Lake Temple from "closed" to "operating" you would need to go to Template:LDS Temple/Salt Lake Temple and change the "status" field:
from
| status = closed
to
| status = operating
However, the default is "operating".
Adding Temples
All Temples are listed alphabetically.
Wasatch Front, Utah area temples
Due to the number of temples is the Wasatch Front, Utah area, i.e. the Salt Lake City area, they are grouped into one large linked green square. However, a place holder has been should be included by placing, in the correct alphabetical spot:
<!-- TEMPLE NAME: See below (Wasatch Front Area) -->
Then the temple should be added to the Wasatch Front Area section at the bottom.
Other Temples
Locate the correct alphabetical spot and add: {{Image label|x= XLOCATION |y= YLOCATION |scale={{{width|DEFAULTSIZE}}}|text={{LDS Temple/TEMPLENAME|format=List LDS Temple World Map/status}}}}
Dot Locations (ie X/Y)
X and Y values are always between 0 and 1. They represent the percentages of the width and height respectively where the label will be placed. The exact point is the top-left corner of the image label.
x=0 |y=0 will place the top-left corner of the label at the top-left of the image x=0 |y=1 will place the top-left corner of the label at the bottom-left of the image x=1 |y=1 will place the top-left corner of the label at the bottom-right of the image x=1 |y=0 will place the top-left corner of the label at the top-right of the image x=0.5|y=0.5 will place the top-left corner of the label at the centre of the image
Width/Scale
All widths must be set to the same number. They must all be the same number for the template to be functionally scalable. This means they can be displayed at a different size by supplying a width parameter to the template when in use. For example, {{List LDS Temple World Map|width=500}} will display the labelled image as a smaller one of 500 pixels in width instead of 1000.
To change the default size, search and replace all occurrences of {{{width|current size}}} with <nowiki>{{{width|new size}}}