Test /
PageListTemplates
This page was created to define sample pagelist templates for testing purposes.
fmt=column
[[#column]]
(:if ! equal {<$Group} {=$Group}:)
(:div style='text-align:justify; float:left; width:33%; padding-right:0%; padding-bottom:5px;':)
!!!!{$$GroupCount} - [[{=$Group}(.)]]\\
(:if:)
{$$GroupPageCount} - {$$PageCount} - [[{=$Group}/{=$Name}]]\\
[[#columnend]]
fmt=#default
The default template currently uses a definition list when there is no definition, which apparently goes back a few years. Now that browsers are better at displaying sematic code, this is intended to develope a new default for pagelists and search results.
[[#default]]
(:if ! equal {=$Group} {<$Group}:)
*%block list-style=none%[[{=$Group}]] /%%
(:if:)
**%block list-style=none%[[{=$Group}/{=$Name}]]%%
[[#defaultend]]