Widget:TChartlet static

From CruisersWiki

(Difference between revisions)
Jump to: navigation, search
(Undo revision 188493 by Vadim (talk))
Line 23: Line 23:
assign var='h' value=$height|replace:"px":""
assign var='h' value=$height|replace:"px":""
}--><!--{
}--><!--{
-
assign var='url' value=http://staticmap.openstreetmap.de/staticmap.php?center=`$lat`,`$lon`&zoom=`$zoom`&size=`$w`x`$h`&maptype=mapnik
+
assign var='url' value='http://staticmap.openstreetmap.de/staticmap.php?center=`$lat`,`$lon`&zoom=`$zoom`&size=`$w`x`$h`&maptype=mapnik'
}--><!--{
}--><!--{
assign var='style' value="width:`$width`; height:`$height`; background-image:url($url)"|escape
assign var='style' value="width:`$width`; height:`$height`; background-image:url($url)"|escape
Line 34: Line 34:
<div style="display:none"> <!-- the following is a comment -->
<div style="display:none"> <!-- the following is a comment -->
-
https://wiki.openstreetmap.org/wiki/StaticMapLite
+
*** https://wiki.openstreetmap.org/wiki/StaticMapLite
div class="chartlet-static"  style="width:<!--{$width}-->; height:<!--{$height}-->; background-image:url(http://staticmap.openstreetmap.de/staticmap.php?center=<!--{$lat}-->,<!--{$lon}-->&zoom=<!--{$zoom}-->&size=<!--{$w}-->x<!--{$h}-->&maptype=mapnik)"
div class="chartlet-static"  style="width:<!--{$width}-->; height:<!--{$height}-->; background-image:url(http://staticmap.openstreetmap.de/staticmap.php?center=<!--{$lat}-->,<!--{$lon}-->&zoom=<!--{$zoom}-->&size=<!--{$w}-->x<!--{$h}-->&maptype=mapnik)"
-
wikimedia
+
*** wikimedia
div class="chartlet-static"  style="width:<!--{$width}-->; height:<!--{$height}-->; background-image:url(https://maps.wikimedia.org/img/osm-intl,<!--{$zoom}-->,<!--{$lat}-->,<!--{$lon}-->,<!--{$w}-->x<!--{$h}-->.png)"
div class="chartlet-static"  style="width:<!--{$width}-->; height:<!--{$height}-->; background-image:url(https://maps.wikimedia.org/img/osm-intl,<!--{$zoom}-->,<!--{$lat}-->,<!--{$lon}-->,<!--{$w}-->x<!--{$h}-->.png)"

Revision as of 09:03, 14 November 2018


see Template:Chartlet static

div class="chartlet-static" style="width:; height:; background-image:url(http://staticmap.openstreetmap.de/staticmap.php?center=,&zoom=&size=x&maptype=mapnik)"

      • wikimedia

div class="chartlet-static" style="width:; height:; background-image:url(https://maps.wikimedia.org/img/osm-intl,,,,x.png)"

assign var='url' value=https://maps.wikimedia.org/img/osm-intl,`$zoom`,`$lat`,`$lon`,`$w`x`$h`.png

Personal tools
advertisement
Friends of Cruisers Wiki