Wiki source code of InterrogateGloss
Last modified by Alex Moruz on 2022/12/02 00:59
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | |||
3 | #set($columns = ["prettyName", "glossMosc", "gloss3473", "glossPet", "glossSta", "gloss1348", "glossMard"]) | ||
4 | #set($columnsProperties = { | ||
5 | "prettyName" : { "type" : "text", "html" : "true", "displayName" : "Word", "link" : "auto"}, | ||
6 | "glossMosc" : { "type" : "text", "html" : "true", "displayName" : "Lex.Mosc"}, | ||
7 | "gloss3473" : { "type" : "text", "html" : "true", "displayName" : "Lex.3473"}, | ||
8 | "glossPet" : { "type" : "text", "html" : "true", "displayName" : "Lex.Pet"}, | ||
9 | "glossSta" : { "type" : "text", "html" : "true", "displayName" : "Lex.Staicu"}, | ||
10 | "gloss1348" : { "type" : "text", "html" : "true", "displayName" : "Lex.1348"}, | ||
11 | "glossMard" : { "type" : "text", "html" : "true", "displayName" : "Lex.Mard"} | ||
12 | }) | ||
13 | #set($options = { | ||
14 | "className":"Lexicon.LexiconEntryClass", | ||
15 | "translationPrefix" : "lexicon.translations.", | ||
16 | "tagCloud" : true, | ||
17 | "rowCount": 50 | ||
18 | }) | ||
19 | #livetable("userdirectory" $columns $columnsProperties $options) | ||
20 | |||
21 | {{/velocity}} |