Difference between revisions of "Module:Location map/info/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Zyxw
(update intro, correct "United states" to "United States", add See also links, add category)
m (3 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
The {{tl|Location map}} family of templates uses the value assigned to <code>name</code> to generate [[wp:alt|alt text]]. It is used to construct the sentence "<code>label</code> is located in <code>name</code>". Assign a value to <code><name></code> that fits in the sentence. For example:
 
The {{tl|Location map}} family of templates uses the value assigned to <code>name</code> to generate [[wp:alt|alt text]]. It is used to construct the sentence "<code>label</code> is located in <code>name</code>". Assign a value to <code><name></code> that fits in the sentence. For example:
  
:  Chicago is located in <u>the</u> United States</u>. So {{para|name|the United States}}.
+
:  Chicago is located in <u>the United States</u>. So {{para|name|the United States}}.
:  Santo Domingo is located in <u>the</u> Dominican Republic. So {{para|name|the Dominican Republic}}.
+
:  Santo Domingo is located in <u>the Dominican Republic</u>. So {{para|name|the Dominican Republic}}.
  
 
== See also ==
 
== See also ==

Latest revision as of 07:48, 27 September 2020

Module:Location map/info displays values stored in location map data modules such as Module:Location map/data/Belgium. These modules are used by Module:Location map to obtain values such as the file name and the border coordinates of each location map.

Usage

This module is automatically used as documentation for map data modules and should not normally be called manually.

The name parameter

The {{Location map}} family of templates uses the value assigned to name to generate alt text. It is used to construct the sentence "label is located in name". Assign a value to <name> that fits in the sentence. For example:

Chicago is located in the United States. So |name=the United States.
Santo Domingo is located in the Dominican Republic. So |name=the Dominican Republic.

See also