Wiki source code of InterrogateBer
Version 2.1 by Alex Moruz on 2022/12/05 22:25
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | ##context.put("StringUtils", StringUtils.class); | ||
| 3 | |||
| 4 | #set($columns = ["headBer", "columnBer", "numberBer", "posBer"]) | ||
| 5 | #set($columnsProperties = { | ||
| 6 | "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"}, | ||
| 7 | "columnBer" : { "type" : "text", "html" : "true", "displayName" : "Column"}, | ||
| 8 | "numberBer" : { "type" : "text", "html" : "true", "displayName" : "Position"}, | ||
| 9 | "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"} | ||
| 10 | ##"glossBer" : { "type" : "text", "html" : "true", "displayName" : "Gloss"}, | ||
| 11 | ##"obsBer" : { "type" : "text", "html" : "true", "displayName" : "Obs"} | ||
| 12 | }) | ||
| 13 | #set($options = { | ||
| 14 | "className":"Lexicon.LexiconEntryClass", | ||
| 15 | "translationPrefix" : "lexicon.translations.", | ||
| 16 | "extraParams" : "&headBer=$escapetool.url('_%')", | ||
| 17 | "tagCloud" : true, | ||
| 18 | "rowCount": 10 | ||
| 19 | }) | ||
| 20 | #livetable("Lex.Sta" $columns $columnsProperties $options) | ||
| 21 | |||
| 22 | {{/velocity}} |