Widget:Google Maps: Unterschied zwischen den Versionen

Aus WikiSpeicher
Zeile 55: Zeile 55:
}
}
<!--{foreach from=$marker item=m}-->
<!--{foreach from=$marker item=m}-->
var markerIcon='https://maps.google.com/mapfiles/ms/icons/red-dot.png';
var markerIcon='';
<!--{if isset($m.icon)}-->markerIcon='<!--{$m.icon|validate:url}-->';<!--{/if}-->
<!--{if isset($m.icon)}-->markerIcon='<!--{$m.icon|validate:url}-->';<!--{/if}-->
var markerLetter = '';
var markerLetter = '';

Version vom 29. August 2018, 18:50 Uhr

This widget allows you to add Google Maps widget to your wiki page.

Created by Sergey Chernyshev

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Google Maps.