Wiki source code of Interrogate
Last modified by Alex Moruz on 2022/12/02 00:59
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | |||
| 3 | $services.localization.render("lexicon.translations.emptyvalue") | ||
| 4 | |||
| 5 | |||
| 6 | #set($columns = ["prettyName", "headBer", "headMosc", "head3473", "headPet", "headSta", "head1348", "headMard"]) | ||
| 7 | #set($columnsProperties = { | ||
| 8 | "prettyName" : { "type" : "text", "html" : "true", "displayName" : "Word", "link" : "auto"}, | ||
| 9 | "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber"}, | ||
| 10 | "headMosc" : { "type" : "text", "html" : "true", "displayName" : "Lex.Mosc"}, | ||
| 11 | "head3473" : { "type" : "text", "html" : "true", "displayName" : "Lex.3473"}, | ||
| 12 | "headPet" : { "type" : "text", "html" : "true", "displayName" : "Lex.Pet"}, | ||
| 13 | "headSta" : { "type" : "text", "html" : "true", "displayName" : "Lex.Staicu"}, | ||
| 14 | "head1348" : { "type" : "text", "html" : "true", "displayName" : "Lex.1348"}, | ||
| 15 | "headMard" : { "type" : "text", "html" : "true", "displayName" : "Lex.Mard"} | ||
| 16 | }) | ||
| 17 | #set($options = { | ||
| 18 | "className":"Lexicon.LexiconEntryClass", | ||
| 19 | "translationPrefix" : "lexicon.translations.", | ||
| 20 | "tagCloud" : true, | ||
| 21 | "rowCount": 50 | ||
| 22 | }) | ||
| 23 | #livetable("HeadWords" $columns $columnsProperties $options) | ||
| 24 | |||
| 25 | {{/velocity}} |