Difference between revisions of "Template:MarineTraffic"

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