Template:Maplink/testcases/overlays: Difference between revisions
Jump to navigation
Jump to search
Example.png |
m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 11:44, 28 April 2022
| This is the template test cases page for the sandbox of Template:Maplink/testcases. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki; see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins and parsers with these links: |
| Live template | Sandbox |
|---|---|
Overlaying another mapframe{{maplink|frame=yes|plain=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay={{maplink|frame=yes|plain=yes|frame-width=100|frame-height=100|type=shape|id=Q100|frame-align=center}}
}}
| |
| -- | coord=. |
Overlaying a static street map{{maplink|frame=yes|plain=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay={Graph:Street map with marks | width=100 | height=100 | lat=37.8 | lon=-122.4 | zoom=6 | minimap=false |
{ "lat": 37.8, "lon": -122.4 }
}}
}}
| |
| -- | coord=.
|
With a frame{{maplink|frame=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay={{maplink|frame=yes|plain=yes|frame-width=100|frame-height=100|type=shape|id=Q100|frame-align=center}}
}}
| |
| -- | coord=. |
Alignment of overlay{{maplink|frame=yes|plain=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay={{maplink|frame=yes|plain=yes|frame-width=180|frame-height=140|type=shape|id=Q100|frame-align=center}}
|overlay-horizontal-alignment=left
|overlay-vertical-alignment=top
}}
| |
| -- | coord=. |
Offset for overlay{{maplink|frame=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay={{maplink|frame=yes|plain=yes|frame-width=100|frame-height=100|type=shape|id=Q100|frame-align=center}}
|overlay-horizontal-alignment=left
|overlay-vertical-alignment=top
|overlay-horizontal-offset=10
|overlay-vertical-offset=15
}}
| |
| -- | coord=.
|
Offset for overlay (negative){{maplink|frame=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay={{maplink|frame=yes|plain=yes|frame-width=100|frame-height=100|type=shape|id=Q100|frame-align=center}}
|overlay-horizontal-alignment=right
|overlay-vertical-alignment=top
|overlay-horizontal-offset=-5
|overlay-vertical-offset=-5
}}
| |
| -- | coord=. |
Image overlay{{maplink|frame=yes|frame-width=400|frame-height=300|type=point|id=Q100|zoom=13
|overlay=[[File:Example.svg|140x140px]]
}}
| |
| -- | coord=. |