Template:Location map-line
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
Example usage
Latitude
| Code | Result |
|---|---|
| {{Location map-line |lat=-30}} | 30th parallel south (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ -1800, -30 ], [ 1800, -30 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lat=60}} | 60th parallel north (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ -1800, 60 ], [ 1800, 60 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lat=0}} | Equator (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ -1800, 0 ], [ 1800, 0 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lat=-90}} | 90th parallel south (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ -1800, -90 ], [ 1800, -90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lat=90}} | 90th parallel north (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ -1800, 90 ], [ 1800, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lat=91}} | Error: Out of range. |
Longitude
| Code | Result |
|---|---|
| {{Location map-line |lon=-50}} | 50th meridian west (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ -50, -90 ], [ -50, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lon=130}} | 130th meridian east (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 130, -90 ], [ 130, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lon=0}} | Prime meridian (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 0, -90 ], [ 0, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lon=180}} | 180th meridian (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 180, -90 ], [ 180, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lon=181}} | Error: Out of range. |
width and caption parameters
| Code | Result |
|---|---|
| {{Location map-line |lon=0}} | Prime meridian (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 0, -90 ], [ 0, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lon=0 |width=400}} | Prime meridian (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 0, -90 ], [ 0, 90 ] ], "type": "LineString" } }</maplink>) |
| {{Location map-line |lon=0 |caption=Test}} | Test (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 0, -90 ], [ 0, 90 ] ], "type": "LineString" } }</maplink>) |
No parameters
| Code | Result |
|---|---|
| {{Location map-line}} | WARNING You are using the {{location map-line}} template without proper parameters. If the text {{location map-line}} appears in the wiki markup, this is not the proper use of the location map-line template. Replace {{location map-line}} with {{location map-line|lat=[latitude]}} or {{location map-line|lon=[longitude]}}. |
Both parameters
| Code | Result |
|---|---|
| {{Location map-line|lat=34|lon=130}} | 130th meridian east (<maplink zoom="1" text="interactive map" class="no-icon">{ "type": "Feature", "properties": { "stroke": "#f00" }, "geometry": { "coordinates": [ [ 130, -90 ], [ 130, 90 ] ], "type": "LineString" } }</maplink>) |
Parameters
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Location map-line in articles based on its TemplateData.
TemplateData for Location map-line
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| lat | lat | no description | Unknown | optional |
| lon | lon | no description | Unknown | optional |
| width | width | no description | Unknown | optional |
| caption | caption | no description | Unknown | optional |