Wiki-Quellcode von Ensembles in Hamburg
Zuletzt geändert von Pia Metzing am 2025/03/25 15:40
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.title': {"link":"view"}, | ||
4 | 'staticList1': {}, | ||
5 | 'staticList2': {}, | ||
6 | 'longText1': {"filterable":false,"sortable":false,"html":true} | ||
7 | }) | ||
8 | #set ($options = { | ||
9 | 'className': 'Ensembles in Hamburg.Code.Ensembles in HamburgClass', | ||
10 | 'translationPrefix': 'ensembles in hamburg.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
14 | 'selectedColumn': 'doc.title', | ||
15 | 'defaultOrder': 'asc' | ||
16 | }) | ||
17 | #set ($columns = ['doc.title', 'staticList1', 'staticList2', 'longText1']) | ||
18 | #livetable('ensembles in hamburg' $columns $columnsProperties $options) | ||
19 | {{/velocity}} |