Módulu:Mapa de llocalización/datos/Xapón
nome | Xapón | ||
---|---|---|---|
x | 100*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) | ||
y | 100*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) | ||
imaxe | Japan location map with side map of the Ryukyu Islands.svg
| ||
imaxe1 | Japan natural location map with side map of the Ryukyu Islands.jpg
| ||
imaxe2 | Japan bluemarble location map with side map of the Ryukyu Islands.jpg
| ||
Módulu:Mapa de llocalización/datos/Xapón ye una definición de mapa de llocalización utilizáu para sobreponer marcadores y etiquetes nun mapa de proyeición equirectangular de Xapón. Los marcadores asítiense por coordenaes de llatitú y llonxitú nel mapa por defeutu o nuna imaxe de mapa similar.
Usu
These definitions are used by the following templates when invoked with parameter "Xapón":
{{Mapa de llocalización | Xapón | ...}}
{{Mapa de llocalización múltiple | Xapón | ...}}
{{Mapa de llocalización+ | Xapón | ...}}
{{Mapa de llocalización~ | Xapón | ...}}
Definición del mapa
name = Xapón
- Nome utilizáu nel títulu del mapa por defeutu
image = Japan location map with side map of the Ryukyu Islands.svg
- La imaxe de mapa por defeutu, ensin "Ficheru:" o "Archivu:"
image1 = Japan natural location map with side map of the Ryukyu Islands.jpg
- Una imaxe de mapa alternativu, xeneralmente un mapa en relieve, que puede amosase colos parámetros relief o AlternativeMap
image2 = Japan bluemarble location map with side map of the Ryukyu Islands.jpg
- Alternative map image which can be displayed via the AlternativeMap parameter
x = 100*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43))
- Una espresión para calcular l'allugamientu nel mapa al traviés de la so llonxitú; evalúase como 0 nel cantu izquierdu y 100 nel cantu derechu
y = 100*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54))
- Una espresión para calcular l'allugamientu nel mapa al traviés de la so llatitú; evalúase como 0 nel cantu superior y 100 nel cantu inferior
Mapa alternativu
The {{Mapa de llocalización}}, {{Mapa de llocalización múltiple}}, and {{Mapa de llocalización+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:
- Plantía:Mapa de llocalización#Relief parameter
- Plantía:Mapa de llocalización+/relief
- Plantía:Mapa de llocalización#AlternativeMap parameter
- Plantía:Mapa de llocalización+/AlternativeMap
Ver tamién
Plantíes de minimapes
- Plantía:Mapa de llocalización, to display one mark and label using latitude and longitude
- Plantía:Mapa de llocalización múltiple, to display up to nine marks and labels
- Plantía:Mapa de llocalización+, to display an unlimited number of marks and labels
return {
name = 'Xapón',
x = '100*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43))',
y = '100*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54))',
image = 'Japan location map with side map of the Ryukyu Islands.svg',
image1 = 'Japan natural location map with side map of the Ryukyu Islands.jpg',
image2 = 'Japan bluemarble location map with side map of the Ryukyu Islands.jpg'
}