[[Wayfinder? &rowTpl=`marqueTpl` &rowIdPrefix=`zz`]]
<li><a href="[[+wf.link]]" class=" wf.classnames" title="[[+wf.title]]">identifier :[[+wf.id]] </a> </li>
<ul> <li><a href="produits/mini-pelles-sur-chenilles/takeuchi-mini-pelles-sur-chenilles/mini-pelle-sur-chenille-takeuchi-tb108.html" class=" wf.classnames" title="TB108">identifier : id="zz33" </a> </li> <li><a href="produits/mini-pelles-sur-chenilles/takeuchi-mini-pelles-sur-chenilles/mini-pelle-sur-chenille-takeuchi-tb106.html" class=" wf.classnames" title="TB106">identifier : id="zz34" </a> </li> </ul>
identifier : id="zz33" identifier : id="zz34"
identifier :zz33 identifier :zz34
This question has been answered by sottwell. See the first response.
&rowIdPrefix default: FALSEWhat you need is to use [+wf.docid+] in your tpl.
values: name of prefix
description: If this parameter is set, Wayfinder will replace the placeholder [+wf.id+] with a unique id consisting of the specified prefix plus the document id.
example: &rowIdPrefix=`topMenu` will output the following for doc # 29: id="topMenu29"
<li><a href="[[+wf.link]]" class=" wf.classnames" title="[[+wf.title]]">identifier :zz[[+wf.docid]] </a> </li>