Wiki-Quellcode von Musiker*innen
Version 10.2 von David Rick am 2024/08/06 15:39
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'doc.title': {"link":"view"}, | ||
![]() |
5.1 | 4 | 'Instrumente': {}, |
![]() |
10.1 | 5 | 'content1': {"filterable":false,"sortable":false,"html":true}, |
6 | 'staticList1': {} | ||
![]() |
1.1 | 7 | }) |
8 | #set ($options = { | ||
9 | 'className': 'Musiker*innen.Code.Musiker*innenClass', | ||
10 | 'translationPrefix': 'musiker*innen.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
14 | 'selectedColumn': 'doc.title', | ||
15 | 'defaultOrder': 'asc' | ||
16 | }) | ||
![]() |
10.1 | 17 | #set ($columns = ['doc.title', 'Instrumente', 'content1', 'staticList1']) |
![]() |
1.1 | 18 | #livetable('musiker*innen' $columns $columnsProperties $options) |
19 | {{/velocity}} |