2.186
redigeringer
| Cjk (diskussion | bidrag) mNo edit summary | Cjk (diskussion | bidrag)  mNo edit summary | ||
| Linje 1: | Linje 1: | ||
| <mapframe text="'''{{{text}}}'''" width={{{width}}} height={{{height}}} zoom={{{zoom}}} latitude={{{lat}}} longitude={{{long}}}> | <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": [{{{long|0}}}, {{{lat|0}}}] }, | ||
|    "properties": { |    "properties": { | ||
|      "title": " |      "title": "{{{text|}}}", | ||
|      "marker-symbol": "{{{symbol|marker}}}", |      "marker-symbol": "{{{symbol|marker}}}", | ||
|      "marker-size": "{{{size|medium}}}", |      "marker-size": "{{{size|medium}}}", | ||