Difference between revisions of "Template:MarineTraffic"

(Tag: 2017 source edit)
(Tag: 2017 source edit)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
 +
 
<html>
 
<html>
<script type="text/javascript">
+
<div>
width='600';
+
<script type="text/javascript">
height='600';
+
        width='100%';         //the width of the embedded map in pixels or percentage
border='4';
+
        height=500;         //the height of the embedded map in pixels or percentage
shownames='false';
+
        border=1;          //the width of border around the map. Zero means no border
latitude='51.49530517205736';
+
        notation=true;     //true or false to display or not the vessel icons and options at the left
longitude='0.017878687673926124';
+
        shownames=true;    //true or false to dispaly ship names on the map
zoom='9';
+
        latitude=51.50;   //the latitude of the center of the map in decimal degrees
maptype='1';
+
        longitude=0.02; //the longitude of the center of the map in decimal degrees
trackvessel='0';
+
        zoom=14;             //the zoom level of the map. Use values between 2 and 17
fleet=<nowiki>''</nowiki>;
+
        maptype=1;         //use 0 for Normal map, 1 for Satellite, 2 for Hybrid, 3 for Terrain
<nowiki></script></nowiki>
+
        trackvessel=0;     //the MMSI of the vessel to track, if within the range of the system
<nowiki><script type="text/javascript" src="//www.marinetraffic.com/js/embed.js"></script></nowiki>
+
        fleet='';          //the registered email address of a user-defined fleet to display
 +
        remember=false;     //true or false to remember or not the last position of the map
 +
</script>
 +
<script type="text/javascript" src="https://www.marinetraffic.com/ais/embed.js"></script>  
 
</html>
 
</html>

Latest revision as of 15:39, 28 March 2022