QGIS/resources/function_help/json/map_to_html_dl
2022-11-09 09:48:03 +01:00

16 lines
401 B
Plaintext

{
"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"]
}