Template:USStateMap
Template page
More actions
<svg xmlns="https://commons.wikimedia.org/wiki/File:Blank_US_Map_(states_only).svg" viewBox="0 0 960 600">
<a href="/index.php/Category:New_York">
<title>New York</title>
<path class="NY" d="..." />
</a>
<a href="/index.php/Category:California">
<title>California</title>
<path class="CA" d="..." />
</a>
<a href="/index.php/Category:Hawaii">
<title>Hawaii</title>
<g class="HI">
<path d="..." />
<path d="..." />
</g>
</a>
</svg>