I&#39;d like alternative links in a pagelist to be formatted differently (to help distinguish them)<br><br>Something like this<br><br>(:template each:)<br>(:if even {$$PageCount} :)<br>* [[{=$Group}/{=$Name} | {=$Titlespaced}]]<br>
(:else:)<br>* [[{=$Group}/{=$Name} | {=$Titlespaced}]] %item navy%<br>(:ifend:)<br><br><br>Of course there is not an &quot;even&quot; (or an &quot;odd&quot;) <a href="http://pmwiki.org/wiki/PmWiki/ConditionalMarkup">conditional markup</a> condition.<div>
<br></div><div>Has anyone some suggestions on how I could achieve this?</div><div><br></div><div>thanks</div><div><br></div><div>Simon</div><div><br></div><div>PS what do you think about have an extension to pagelist for conditions, eg</div>
<div><br></div><div>(:template if &lt;<a href="http://pmwiki.org/wiki/PmWiki/ConditionalMarkup#combiningconditions">markup expression</a>&gt; :)</div>