Wiki source code of Materials

Version 3.2 by Benjamin Fischer on 2024/07/31 12:57

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