Instagram 的 Wiki 原始碼

Harvey 於 2025/03/17 11:36 最後修改

显示最后作者
1 {{velocity}}
2 #set ($columnsProperties = {
3 'staticList1': {},
4 'doc.title': {"link":"view"},
5 'date1': {"html":true},
6 'doc.creationDate': {}
7 })
8 #set ($options = {
9 'className': 'Applications.Instagram.Code.InstagramClass',
10 'translationPrefix': 'instagram.livetable.',
11 'tagCloud': true,
12 'rowCount': 15,
13 'maxPages': 10,
14 'selectedColumn': 'staticList1',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['staticList1', 'doc.title', 'date1', 'doc.creationDate'])
18 #livetable('instagram' $columns $columnsProperties $options)
19 {{/velocity}}