menu()

Create a menu, an unordered list with hyperlinks to all descendants of "label"

parameters

label="..."
parent of sublabel to be used (required). The special term "urlparent" can be used to use the parent label of the current (url) label

level="2"
number of sublevels in list (default="1")

format="..."
use an other html format inside unordered list (default="<a href="/[url]">[title]</a>")

hamburger="menu"
name aside hamburger icon, i.e. "menu" or "menu
close"

info="..."
add span info with text from label and info icon (default="0")

cnt="1"
add span cnt with number of articles with this label (default="0")

description

...

examples

menu(label="menu1")
Create menu from sublabels from label "menu1"

menu(label="filter" level="3" info="1" cnt="1")
Create en nested list with all descendant labels below label "filter"
Add info text and cnt per filter item/label