Pagina principale: differenze tra le versioni

Da D&D Campaign.
Nessun oggetto della modifica
Riga 17: Riga 17:
   | height = 850px
   | height = 850px
}}
}}
<maps>
{
    "service": "leaflet",
    "controls": ["zoom", "layers", "fullscreen"],
    "layers": [
        {
            "type": "image",
            "url": "File:map-min3.jpg",
            "bounds": [[0, 0], [Height, Width]],
            "attribution": "Your Map Attribution"
        }
    ],
    "defaultLayer": "ImageLayer",
    "defaultZoom": 1
}
</maps>

Versione delle 15:30, 3 gen 2024

MediaWiki è stato installato.

Consulta la guida utente per maggiori informazioni sull'uso di questo software wiki.

Per iniziare

Caricamento mappa ...

<maps> {

   "service": "leaflet",
   "controls": ["zoom", "layers", "fullscreen"],
   "layers": [
       {
           "type": "image",
           "url": "File:map-min3.jpg",
           "bounds": [[0, 0], [Height, Width]],
           "attribution": "Your Map Attribution"
       }
   ],
   "defaultLayer": "ImageLayer",
   "defaultZoom": 1

} </maps>