Wiki source code of Bestiary

Last modified by Magic Jewelry Nerd on 2021/04/09 02:36

Show last authors
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}}