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
Replaced content with "<noinclude>US State Navigation Map</noinclude><includeonly> <div class="us-state-map"> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" width="959" height="593" viewBox="0 0 959 593"> <!-- The rest of the raw SVG code from Wikimedia Commons --> <g class="state"> <path class="al" d="..." /> <!-- ... all other paths ... --> <path class="mn" d="..." /> <!-- The missing states are needed here to appear -->..."
Tag: Replaced
No edit summary
Line 1: Line 1:
<noinclude>US State Navigation Map</noinclude><includeonly>
<noinclude>
US State Interactive Navigation Map Template
</noinclude><includeonly>
<div class="us-state-map">
<div class="us-state-map">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Paste the complete raw SVG code directly from Wikimedia Commons here -->
<svg xmlns="http://www.w3.org/2000/svg" width="959" height="593" viewBox="0 0 959 593">
  <!-- The rest of the raw SVG code from Wikimedia Commons -->
  <g class="state">
    <path class="al" d="..." />
    <!-- ... all other paths ... -->
    <path class="mn" d="..." />
    <!-- The missing states are needed here to appear -->
  </g>
</svg>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 02:15, 12 September 2026

US State Interactive Navigation Map Template