<{f:if(condition: module.link, then: 'a', else: 'button')}
role="menuitem"
title="{module.description}"
class="modulemenu-action t3js-modulemenu-action {f:if(condition: showChildren, then: 't3js-modulemenu-collapsible')}"
tabindex="{tabIndex}"
id="{module.name}"
data-modulename="{module.name}"
{f:if(condition: module.link, then: 'href="{module.link}"')}
{f:if(condition: module.component, then: 'data-component="{module.component}"')}
{f:if(condition: module.navigationComponentId, then: 'data-navigationcomponentid="{module.navigationComponentId}"')}
{f:if(condition: module.navigationFrameScript, then: 'data-navigationframescript="{module.navigationFrameScript}"')}
{f:if(condition: module.navigationFrameScriptParameters, then: 'data-navigationframescriptparameters="{module.navigationFrameScriptParameters}"')}
{f:if(condition: showChildren, then: 'aria-haspopup="true" aria-expanded="{f:if(condition: module.collapsed, then: \'false\', else: \'true\')}"')}
>
{f:if(condition: module.link, then: 'a', else: 'button')}>