Wiki-Quellcode von Musiker*innen

Version 4.2 von David Rick am 2024/07/31 15:53

Zeige letzte Bearbeiter
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'content1': {"filterable":false,"sortable":false,"html":true}
5 })
6 #set ($options = {
7 'className': 'Musiker*innen.Code.Musiker*innenClass',
8 'translationPrefix': 'musiker*innen.livetable.',
9 'tagCloud': true,
10 'rowCount': 15,
11 'maxPages': 10,
12 'selectedColumn': 'doc.title',
13 'defaultOrder': 'asc'
14 })
15 #set ($columns = ['doc.title', 'content1'])
16 #livetable('musiker*innen' $columns $columnsProperties $options)
17 {{/velocity}}