MediaWiki:Common.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m Annullata la modifica 43958432 di Pap3rinik (discussione): consenso |
|||
Riga 774:
/** OpenStreetMap nel template Coord **/
// Verwendung von OpenStreetMap in Wikipedia.
Riga 799 ⟶ 785:
function openStreetMap_Init () {
var c = document.getElementById ( 'coordinates
if ( !c ) return ;
Riga 822 ⟶ 808:
function openStreetMap_Toggle () {
var c = document.getElementById ( 'coordinates
if ( !c) return ;
var osm = document.getElementById ( 'OpenStreetMap' ) ;
|