[pmwiki-users] pagelist in multiple columns

noskule noskule at gmx.net
Mon Mar 30 16:24:22 CDT 2009


Jan Erik Moström schrieb:
> I've got a wiki with a page that uses pagelist to generate list 
> of pages in a group. The title for each page is fairly short so 
> I end up (or rather "will end up") with a narrow long list of 
> page names. Is it possible to define a format in some way which 
> will display the list in three (or any other number) columns 
> instead of just one?
>
> I looked at the pagelist templates but couldn't figure out if 
> it's possible or not.
>
>                          jem
>   
if you don't need a specific order you simply define a fixed 
width/heigth and foath them left.

the css would look something like

.pagelink
    display:inline-block
    with: 20em
    height:1.2em
    float:left
    text-align:center
    vertical-align:center


pagelisttemplate:

    %pagelink%[[{=$Name}]|+]


grz nos



More information about the pmwiki-users mailing list