|
|
<AttachmentPhotos([pagename, border, name, comment, size, date, ncol, colwidth])>
- pagename : target page
- border : (default=0) table border size
- name : show name (=1,default) hide name(=0)
- comment : show (1, default), hide (0)
- size : show (1, default), hide(0)
- date : show date (1 default), hide date (0)
- ncol : number of columns (default=5)
- colwidth : width of column (default=120)
Create table of thumbnails.
Examples
<AttachmentPhotos>
<AttachmentPhotos(
border = 1
ncol = 3
)>
<AttachmentPhotos(
name = 0
comment = 0
size = 0
date = 0
ncol = 6
)>
|