Wiki-Quellcode von Musiker*innen
Version 5.1 von David Rick am 2024/07/31 15:53
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'doc.title': {"link":"view"}, | ||
![]() |
5.1 | 4 | 'shortText1': {}, |
5 | 'shortText2': {}, | ||
6 | 'Instrumente': {}, | ||
![]() |
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 | }) | ||
![]() |
5.1 | 18 | #set ($columns = ['doc.title', 'shortText1', 'shortText2', 'Instrumente', 'content1']) |
![]() |
1.1 | 19 | #livetable('musiker*innen' $columns $columnsProperties $options) |
20 | {{/velocity}} |