Skabelon:Kort: Forskelle mellem versioner
Fra AarhusWiki
Cjk (diskussion | bidrag) mNo edit summary |
Cjk (diskussion | bidrag) mNo edit summary |
||
(2 mellemliggende versioner af den samme bruger vises ikke) | |||
Linje 1: | Linje 1: | ||
<noinclude> | |||
<mapframe text="'''{{{text|}}}'''" width={{{width|350}}} height={{{height|200}}} zoom={{{zoom|1}}} latitude={{{lat|0}}} longitude={{{long|0}}}> | <mapframe text="'''{{{text|}}}'''" width={{{width|350}}} height={{{height|200}}} zoom={{{zoom|1}}} latitude={{{lat|0}}} longitude={{{long|0}}}> | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"geometry": { "type": "Point", "coordinates": [ | "geometry": { "type": "Point", "coordinates": [0, 0] }, | ||
"properties": { | "properties": { | ||
"title": "{{{text|}}}", | "title": "{{{text|}}}", | ||
Linje 11: | Linje 12: | ||
} | } | ||
</mapframe> | </mapframe> | ||
</noinclude> | |||
<includeonly> | |||
<mapframe text="test" width=350 height=200 zoom=15 latitude=0 longitude=0> | |||
{ | |||
"type": "Feature", | |||
"geometry": { "type": "Point", "coordinates": [0, 0] }, | |||
"properties": { | |||
"title": "test", | |||
"marker-symbol": "marker", | |||
"marker-size": "medium", | |||
"marker-color": "0050d0" | |||
} | |||
} | |||
</mapframe> | |||
</includeonly> |
Nuværende version fra 24. apr. 2019, 13:55
<mapframe text="'" width=350 height=200 zoom=1 latitude=0 longitude=0> {
"type": "Feature", "geometry": { "type": "Point", "coordinates": [0, 0] }, "properties": { "title": "", "marker-symbol": "marker", "marker-size": "medium", "marker-color": "0050d0" }
} </mapframe>