Difference between revisions of "Template:LegMapLines"

From BITPlan E-Bike Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 +
= Usage =
 +
<pre>
 +
{{LegMapLines
 +
|lines=
 +
|title=
 +
|subtitle=
 +
|color=
 +
|center=
 +
|zoom=
 +
|width=
 +
|height=
 +
|line_width=
 +
|service=
 +
}}
 +
</pre>
 
[[Category:Template]]
 
[[Category:Template]]
</noinclude><includeonly>{{#display_map:
+
</noinclude><includeonly>
|lines={{{lines|}}}
+
=== Lines ===
 +
→{{trim|{{{lines|}}}}}←
 +
=== Map ===
 +
{{#display_map:
 +
|lines={{trim|{{{lines|}}}}}
 
~{{{title|Legs}}}
 
~{{{title|Legs}}}
 
~{{{subtitle|from subobjects}}}
 
~{{{subtitle|from subobjects}}}
~{{{color|blue}}}~0.6~10
+
~{{{color|blue}}}
|center={{{center|Berlin}}}
+
~{{{opacity|0.42}}}
 +
~{{{line_width|15}}}
 +
|center={{{center|}}}
 
|zoom={{{zoom|12}}}
 
|zoom={{{zoom|12}}}
 
|width={{{width|800}}}
 
|width={{{width|800}}}
 
|height={{{height|600}}}
 
|height={{{height|600}}}
 
|fullscreen=on
 
|fullscreen=on
|service=leaflet}}
+
|service={{{service|leaflet}}}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 11:36, 28 November 2024

Usage

{{LegMapLines
|lines=
|title=
|subtitle=
|color=
|center=
|zoom=
|width=
|height=
|line_width=
|service=
}}