Difference between revisions of "Template:Location map-line/doc"

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
(heading, Aligned table, sandbox non-categorization, category update)
imported>Vanisaac
m (→‎Supporting templates and modules: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
  
===Example usage===
+
== Example usage ==
 +
 
 +
=== Latitude ===
 +
{{Aligned table
 +
|class=wikitable |colstyle=vertical-align:middle;
 +
|col1style=padding-left:1.0em;font-family:monospace;padding-right:1.0em;white-space:nowrap;
 +
|row1header=on| {{sans-serif|Code}} | Result
 +
| <nowiki>{{Location map-line |lat=-30}}</nowiki> | {{Location map-line |lat=-30}}
 +
| <nowiki>{{Location map-line |lat=60}}</nowiki>  | {{Location map-line |lat=60}}
 +
| <nowiki>{{Location map-line |lat=0}}</nowiki>  | {{Location map-line |lat=0}}
 +
| <nowiki>{{Location map-line |lat=-90}}</nowiki>  | {{Location map-line |lat=-90}}
 +
| <nowiki>{{Location map-line |lat=90}}</nowiki>  | {{Location map-line |lat=90}}
 +
| <nowiki>{{Location map-line |lat=91}}</nowiki>  | {{Location map-line |lat=91}}
 +
}}
 +
 
 +
=== Longitude ===
 
{{Aligned table
 
{{Aligned table
 
  |class=wikitable |colstyle=vertical-align:middle;
 
  |class=wikitable |colstyle=vertical-align:middle;
  |col1style=padding-left:1.0em;font-family:monospace;padding-right:1.0em;
+
  |col1style=padding-left:1.0em;font-family:monospace;padding-right:1.0em;white-space:nowrap;
 
  |row1header=on| {{sans-serif|Code}} | Result
 
  |row1header=on| {{sans-serif|Code}} | Result
 
  | <nowiki>{{Location map-line |lon=-50}}</nowiki> | {{Location map-line |lon=-50}}
 
  | <nowiki>{{Location map-line |lon=-50}}</nowiki> | {{Location map-line |lon=-50}}
 
  | <nowiki>{{Location map-line |lon=130}}</nowiki> | {{Location map-line |lon=130}}
 
  | <nowiki>{{Location map-line |lon=130}}</nowiki> | {{Location map-line |lon=130}}
  | <nowiki>{{Location map-line |lat=-30}}</nowiki> | {{Location map-line |lat=-30}}
+
  | <nowiki>{{Location map-line |lon=0}}</nowiki> | {{Location map-line |lon=0}}
  | <nowiki>{{Location map-line |lat=60}}</nowiki>  | {{Location map-line |lat=60}}
+
| <nowiki>{{Location map-line |lon=180}}</nowiki> | {{Location map-line |lon=180}}
 +
| <nowiki>{{Location map-line |lon=181}}</nowiki> | {{Location map-line |lon=181}}
 +
}}
 +
 
 +
=== width and caption parameters ===
 +
{{Aligned table
 +
|class=wikitable |colstyle=vertical-align:middle;
 +
|col1style=padding-left:1.0em;font-family:monospace;padding-right:1.0em;white-space:nowrap;
 +
|row1header=on| {{sans-serif|Code}} | Result
 +
| <nowiki>{{Location map-line |lon=0}}</nowiki> | {{Location map-line |lon=0}}
 +
  | <nowiki>{{Location map-line |lon=0 |width=400}}</nowiki> | {{Location map-line |lon=0 |width=400}}
 +
  | <nowiki>{{Location map-line |lon=0 |caption=Test}}</nowiki> | {{Location map-line |lon=0 |caption=Test}}
 +
}}
 +
 
 +
=== No parameters ===
 +
{{Aligned table
 +
|class=wikitable |colstyle=vertical-align:middle;
 +
|col1style=padding-left:1.0em;font-family:monospace;padding-right:1.0em;white-space:nowrap;
 +
|row1header=on| {{sans-serif|Code}} | Result
 +
| <nowiki>{{Location map-line}}</nowiki> | {{Location map-line}}
 
}}
 
}}
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
+
== Parameters ==
 +
{{TemplateData header}}
 +
<templatedata>
 +
{
 +
"params": {
 +
"lat": {},
 +
"lon": {},
 +
"width": {},
 +
"caption": {}
 +
}
 +
}
 +
</templatedata>
 +
 
 +
== Tracking category ==
 +
* {{clc|Articles using the location map-line template incorrectly}}
 +
 
 +
== Supporting templates and modules ==
 +
* [[Template:Location map-line/draw line]]
 +
* [[Template:Location map-line/x]]
 +
* [[Template:Location map-line/y]]
 +
* [[Template:Location map+]]
 +
* [[Module:Location map]]
 +
* [[Module:Location map/data/Earth]]
 +
 
 +
<includeonly>{{Sandbox other|
 
| <!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: -->
 
| <!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: -->
 
[[Category:Location map templates| ]]
 
[[Category:Location map templates| ]]
 
[[Category:Map formatting and function templates]]
 
[[Category:Map formatting and function templates]]
 +
[[Category:Templates that add a tracking category]]
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 00:13, 26 April 2020

Example usage

Latitude

Script error: No such module "aligned table".

Longitude

Script error: No such module "aligned table".

width and caption parameters

Script error: No such module "aligned table".

No parameters

Script error: No such module "aligned table".

Parameters

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Location map-line

No description.

Template parameters

ParameterDescriptionTypeStatus
Latlat

no description

Unknownoptional
Lonlon

no description

Unknownoptional
Widthwidth

no description

Unknownoptional
Captioncaption

no description

Unknownoptional

Tracking category

Supporting templates and modules