Wiki-Quellcode von Musiker*innen

Version 2.2 von Pia Metzing am 2024/07/31 11:40

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