Modulo:Coord: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix path
fix spazi
Riga 275:
.wikitext(dmsLat.display)
.done()
.wikitext("  ")
.tag("span")
.addClass("longitude")
Riga 284:
.tag("span")
.addClass("geo-multi-punct")
.wikitext("  /  ")
.done()
.tag("span")
Riga 292:
.addClass("geo-dms")
.attr("title", "Mappe, foto aeree e altri dati per questa posizione")
.wikitext(decLat.display .. "  " .. decLong.display)
.done()
.tag("span")
Riga 298:
.tag("span")
.addClass("geo")
.wikitext(decLat.deg .. "  " .. decLong.deg)
.done()
.done()