Mòdul:Mapa/Punts
Aparença
La documentacion d'utilizacion d'aquel modul se pòt crear a Mòdul:Mapa/Punts/ús
local points = {
['aeropòrt'] = 'Airplane silhouette.svg',
['airal protegit'] = 'Green pog.svg',
['barratge'] = 'Arch dam 12x12 ne.svg',
['batalha'] = 'Legenda miejsce bitwy.svg',
['bastiment'] = 'Solid blue.svg',
['castèl'] = 'Gfi-set01-castle1.png',
['chiminèia'] = 'Factory-fontawesomish.svg',
['col'] = 'Mountain pass 12x12 ne.svg',
['cratèri'] = 'Redpoint.svg',
['glèisa'] = 'Gfi-set01-church1.png',
['gara'] = 'HR icon.png',
['cauna'] = 'Gfi-set01-cave.svg ',
['espital'] = 'Sign hospital.svg',
['lac'] = 'Blue pog.svg',
['localitat'] = 'Red pog.svg',
['mina'] = 'Mining symbol.svg',
['montanha'] = 'TriangleArrow-Up.svg',
['mosquèia'] = 'Gfi-set01-mosque1.png',
['naufragi'] = 'NChart-Symbol INT Wreck.svg',
['far'] = 'Legenda latarnia.svg',
['pont'] = 'Bridge 12x12 ne.svg',
['pòrt'] = 'Legenda port.svg',
['piramida'] = 'Gfi-set01-pyramide.png',
['refugi'] = 'RedHut.svg',
['site'] = 'Point rouge.gif',
['site arqueologic'] = 'Gfi-set01-archaeology.png',
['estacion d\'esquí'] = 'Steel pog.svg',
['sinagòga'] = 'Gfi-set01-synagogue1.png',
['torn'] = 'Gfi-set01-tower1.png ',
['vila'] = 'City locator 4.svg',
['volcan'] = 'Fire.svg',
default = 'Red pog.svg',
}
for i = 0, 31 do
-- ajout de tous les point City locator X, en number et en string
points[ i ] = 'City locator ' .. i .. '.svg'
points[ tostring( i ) ] = 'City locator ' .. i .. '.svg'
end
return points