hi,
don’t know about the TVs with wayfinder but what i can say is that it’s quite easy to do the knid of structure you’re looking for with it.
Having links or not in the output is just up to you as wayfinder will use your chunks as templates then, if you don’t output links in them there won’t be.
Personnaly i’ve opted for the custom config file solution with wayfinder because i just find it easier to maintain all and everything in one file rather than 4 or five chunks and wayfinder call is by far shorter this way (and won’t change when you need new templates/chunks) but, whatever solution you choose, yes, it sounds possible
have swing
réfléchir avant d'agir
If you need to list all administrative contacts on the parent page:
[[Ditto? &tpl=`tpl-contact-info`]]
tpl-contact-info chunk:
<dl>
<dt>[+pagetitle+]</dt>
<dd>[+tv1+]</dd>
<dd>[+tv2+]</dd>
<dd>[+tv...+]</dd>
</dl>
If you need to list all administrative and IT contacts on the "Organisation" page:
<h2>Administration</h2>
[[Ditto? &parents=`id of Administration page` &tpl=`tpl-contact-info`]]
<h2>IT</h2>
[[Ditto? &parents=`id of IT page` &tpl=`tpl-contact-info`]]
I hope this is helpful.
illegitimati non carborundum