I'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 "even" (or an "odd")Â <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 <<a href="http://pmwiki.org/wiki/PmWiki/ConditionalMarkup#combiningconditions">markup expression</a>> :)</div>