Hello!<br><br>I am trying to use pagelist to generate automatically the wikitrail of pages named such as described below:<br>* Root-Test<br>** Root-Test-Thing1<br>** Root-Test-Thing2<br>* Root-Disk<br>** Root-Disk-Disk1<br>
** Root-Disk-Disk2<br>** Root-Disk-Disk44<br>*** Root-Disk-Disk44-Lyrics<br><br>This is the template I currently use:<br>
[[#ListThreads]]<br>
* [[{=$Group}/{=$Name}]]<br>
*(:pagelist group={=$Group} name={=$Name}-* $:ParentThread={=$Name} wrap=inline fmt=#ListThreads:)<br>
[[#ListThreadsend]]<br><br>The pages are listed but the template seems to force a carriage return despite the wrap=inline option beeing activated. Indeed, all the pages are listed at the same &quot;level&quot;:<br>* Root-Test
<br>
* Root-Test-Thing1<br>
* Root-Test-Thing2<br>
* Root-Disk<br>
* Root-Disk-Disk1<br>
* Root-Disk-Disk2<br>
* Root-Disk-Disk44<br>
* Root-Disk-Disk44-Lyrics<br><br>Any idea about how I could solve this?<br><br>Kind regards,<br><br>Benoit<br>