Wiki-Quellcode von Musiker*innen

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

Verstecke letzte Bearbeiter
Pia Metzing 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
David Rick 5.1 4 'shortText1': {},
5 'shortText2': {},
6 'Instrumente': {},
Pia Metzing 1.1 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 })
David Rick 5.1 18 #set ($columns = ['doc.title', 'shortText1', 'shortText2', 'Instrumente', 'content1'])
Pia Metzing 1.1 19 #livetable('musiker*innen' $columns $columnsProperties $options)
20 {{/velocity}}