Vorlage:Map: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<div> {{#display_map: {{{c|}}} | height= height | type = type | controls= controls | icon= icon }} {{#if: {{{capture|}}} | <div class=bild text> {{{capture|}}…“)
 
 
(38 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<div>
+
<noinclude>
{{#display_map:
+
== Code ==
{{{c|}}}
+
<nowiki>{{map
| height= height
+
| c= <!-- oder {{{1|}}} -->
| type = type
+
| caption=
| controls= controls
+
| height=  
| icon= icon
+
| controls= 
 +
| center= 
 +
| zoom= <!-- 5–19, 9 = standard -->
 +
| type= <!-- satellite (maps) -->
 +
| icon= <!-- Schrein oder Tempel -->
 
}}
 
}}
{{#if: {{{capture|}}}
+
</nowiki>
| <div class=bild text>
+
 
{{{capture|}}}
+
</noinclude><div class="g_map">
<div>
+
 
 +
{{#display_map: {{{1|{{{c|tokio}}}}}}
 +
| height= {{{height|}}}
 +
| type = {{{type|}}}
 +
| controls= {{{controls|}}}
 +
| zoom= {{{zoom|}}}
 +
| center= {{{center|}}}
 +
| icon= {{{icon|}}}
 +
| minzoom= 3
 +
| cluster= yes
 +
| fullscreen= yes
 +
| service= 
 +
}}
 +
</div>{{#if: {{{caption|}}}
 +
| <div class="bildtext">{{{caption|}}}</div>
 
}}
 
}}
</div>
 

Aktuelle Version vom 26. März 2023, 14:31 Uhr

Code

{{map
| c= <!-- oder {{{1|}}} -->
| caption=
| height= 
| controls=   
| center=   
| zoom= <!-- 5–19, 9 = standard -->
| type= <!-- satellite (maps) -->
| icon= <!-- Schrein oder Tempel -->
}}

Die Karte wird geladen …