Contents

Maps 1

Example:

{|
|[[Image:Flag USA.png|100px|left]]
|}

{|border=0
|<googlemap version="0.9" lat="36.879621" lon="-94.921875" zoom="3" width="450" height="350">
</googlemap>
|}
{|border=0
|<googlemap version="0.9" lat="63.074866" lon="-165.234375" zoom="2" width="225" height="175">
</googlemap>
|<googlemap version="0.9" lat="21.0845" lon="-157.983398" zoom="5" width="225" height="175">
</googlemap>
|}


Result:

Flag USA.png

Maps 2

Example:

<div style="float: right; margin: 35px">
<googlemap version="0.9" lat="36.879621" lon="-94.921875" zoom="3" width="450" height="350">
</googlemap>
</div>

<div style="float: left; margin: 35px">
<googlemap version="0.9" lat="63.074866" lon="-165.234375" zoom="2" width="225" height="175">
</googlemap>
<googlemap version="0.9" lat="21.0845" lon="-157.983398" zoom="5" width="225" height="175">
</googlemap>
</div>




'''United Stated of America'''
{|
|[[Image:Flag USA.png|100px|left]]
|}


Result:



United Stated of America

Flag USA.png













Maps 3

Example:

{|border=0
|valign="top" width=0%|
<googlemap version="0.9" lat="64.472794" lon="49.570313" zoom="2" width="300" height="300">
</googlemap>
|valign="top" width=0%|
<googlemap version="0.9" lat="64.168107" lon="155.039063" zoom="2" width="300" height="300">
</googlemap>
|}


Result:


Maps 4

Example:

'''Continents and Regions'''
{|border=0
|valign="top" width=0%|
<googlemap version="0.9" lat="25.165173" lon="2.109375" zoom="1" width="525" height="300">
</googlemap>
|}


Result:

Continents and Regions

Top of Page