QGIS/resources/function_help/json/map_to_html_dl

16 lines
401 B
Plaintext
Raw Normal View History

2022-11-02 16:43:29 +01:00
{
"name": "map_to_html_dl",
"type": "function",
"groups": ["Maps"],
"description": "Merge map elements into a HTML definition list string.",
"arguments": [{
"arg": "map",
"description": "the input map"
}],
"examples": [{
"expression": "map_to_html_dl(map('qgis','rocks'))",
"returns": "<dl><dt>qgis</dt><dd>rocks</dd></dl>"
}],
"tags": ["formatted", "map", "html"]
}