Wiki-Quellcode von Musiker*innen

Version 7.2 von David Rick am 2024/07/31 15:57

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