Wiki source code of Materials

Version 4.2 by Benjamin Fischer on 2024/07/31 13:18

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.location': {"html":true},
4 'date': {"html":true},
5 'author': {}
6 })
7 #set ($options = {
8 'className': 'Materials.Code.MaterialsClass',
9 'translationPrefix': 'materials.livetable.',
10 'tagCloud': true,
11 'rowCount': 15,
12 'maxPages': 10,
13 'selectedColumn': 'doc.location',
14 'defaultOrder': 'asc'
15 })
16 #set ($columns = ['doc.location', 'date', 'author'])
17 #livetable('materials' $columns $columnsProperties $options)
18 {{/velocity}}