0 Stimmen

Wiki-Quellcode von FAQ-MakerspaceBonn e.V.

Version 4.2 von xwikiadmin am 2021/07/08 10:41

Zeige letzte Bearbeiter
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'shortText1': {},
5 'doc.author': {"link":"author"},
6 'doc.date': {}
7 })
8 #set ($options = {
9 'className': 'FAQ-MSB.Code.FAQ-MSBClass',
10 'translationPrefix': 'faq-msb.livetable.',
11 'tagCloud': true,
12 'rowCount': 15,
13 'maxPages': 10,
14 'selectedColumn': 'doc.title',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['doc.title', 'shortText1', 'doc.author', 'doc.date'])
18 #livetable('faq-msb' $columns $columnsProperties $options)
19 {{/velocity}}
Powered by MakerspaceBonn e.V.