SRF Tree fails in combination TreeAndMenu Extension and template
From semantic-mediawiki.org
The following tree works as expected
{{#tree:id=ProcessTree|root=Processes|
{{#ask:[[Category:Process]][[Is Part Of::+]]
|format=tree
|parent=Is Part Of
}}}}
When adding a template= parameter, the first tree item is rendered outside the TreeAndMenu structure
{{#tree:id=ProcessTree|root=Processes|
{{#ask:[[Category:Process]][[Is Part Of::+]]
|format=tree
|template=SrfProcessTree
|parent=Is Part Of
|link=none
}}}}
The SrfProcessTree template is a simple {{{1}}}
SMW 1.8.x, MW 1.19.x, SRF 1.8/latest SRF_tree.php from git
Can someone confirm that?