<
From version < 5.1 >
edited by Allie
on 2021/03/22 07:18
To version < 6.1 >
edited by Allie
on 2021/03/22 07:51
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,2 +1,18 @@
1 -{{documents actions="false" columns="doc.title" location="Main.World.Bestiary"/}}
2 -
1 +{{velocity}}
2 +#set($collist = ['doc.title'])
3 +#set($colprops = {
4 + 'doc.title': {
5 + 'displayName': 'Name',
6 + 'type': 'text',
7 + 'size': 30,
8 + 'link': 'title'
9 + }
10 +})
11 +#set($options = {
12 + 'translationPrefix': 'xe.index.',
13 + 'rowCount': 15,
14 + 'description': 'This table lists all characters and creatures in the bestiary.',
15 + 'extraParams': '&location=Main.World.Bestiary'
16 +})
17 +#livetable('bestiary' $collist $colprops $options)
18 +{{/velocity}}