Jump to content
Toggle menu
  • 1 articles
  • 1 users
  • 88 edits
Architecture
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:USStateMap: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>US State Navigation Map</noinclude><includeonly>
<div class="us-state-map">
<div class="us-state-map">
   <svg xmlns="https://commons.wikimedia.org/wiki/File:Blank_US_Map_(states_only).svg" viewBox="0 0 960 600">
   <!-- Paste raw SVG code from Wikimedia Commons here directly without editing any paths -->
 
    <!-- New York -->
    <a href="{{localurl:Category:New_York}}">
      <title>New York</title>
      <path class="NY" d="..." />
    </a>
 
    <!-- California -->
    <a href="{{localurl:Category:California}}">
      <title>California</title>
      <path class="CA" d="..." />
    </a>
 
    <!-- Hawaii (Multi-part island group) -->
    <a href="{{localurl:Category:Hawaii}}">
      <title>Hawaii</title>
      <g class="HI">
        <path d="..." />
        <path d="..." />
      </g>
    </a>
 
  </svg>
</div>
</div>
</includeonly>

Revision as of 02:01, 12 September 2026

US State Navigation Map