Extension:KML Export/kml.text
From MediaWiki.org
| KML Export | Features • Installation • Quick start • How to use • Parser functions • Special pages • Configuration |
|---|
This parser function instantiates a text block where you can insert arbitrary wiki markup into specific fields of KML features. Wiki markup is properly converted to HTML. Currently, kml.text is used only by the BalloonStyle style definition.
[edit] Syntax
{{#kml.text:
wiki markup
}}
[edit] Arguments
- wiki markup
- Wiki markup to be converted to HTML.
[edit] Example
{{#kml.style: default
|BalloonStyle({{#kml.text:
== $[name] ==
[[Main page]], [[Special:Recentchanges|Recent changes]]
----
$[description]
}})
}}
