Template:Minimap: Difference between revisions

Selected Canon Law Collections, ca. 500–1234
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><div style="width: 200px; height: 200px; border: 1px solid #ccc; position: relative;">
<includeonly><mapframe  
<mapframe  
  text=""
   width="200"  
   width="200"  
   height="200"  
   height="200"  
   zoom="13"  
   zoom="13"  
   latitude="{{{1}}}"
   latitude={{{1}}}  
   longitude="{{{2}}}"
   longitude={{{2}}}
   align="left">
   align="left"
{
/></includeonly><noinclude>
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [{{{2}}}, {{{1}}}]
  },
  "properties": {
    "marker-symbol": "marker",
    "marker-color": "cc0000"
  }
}
</mapframe>
</div></includeonly><noinclude>
== Usage ==
== Usage ==
<pre>{{minimap|40.75|14.633}}</pre>
<pre>{{minimap|40.75|14.633}}</pre>
Line 28: Line 14:
* '''2''': Longitude in decimal degrees
* '''2''': Longitude in decimal degrees


[[Category:Templates]]
== Test ==
{{minimap|40.75|14.633}}
 
[[Category:Template]]
</noinclude>
</noinclude>

Revision as of 11:40, 28 November 2025

Usage

{{minimap|40.75|14.633}}

Parameters

  • 1: Latitude in decimal degrees
  • 2: Longitude in decimal degrees

Test

<mapframe> problems:
  • Attribute "latitude" has an invalid value
  • Attribute "longitude" has an invalid value