Wiki source code of External Links
Last modified by Drunk Monkey on 2020-04-11 15:52
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set($columns = [ 'link', 'page', 'code', 'date']) | ||
3 | #set($columnsProperties = { | ||
4 | 'link' : { 'type' : 'text', 'sortable' : false, 'link' : 'field' }, | ||
5 | 'page' : { 'type' : 'text', 'sortable' : false, 'link' : 'field' }, | ||
6 | 'code' : { 'type' : 'text', 'sortable' : false }, | ||
7 | 'date' : { 'type' : 'text', 'sortable' : false } | ||
8 | }) | ||
9 | #set($options = { | ||
10 | 'resultPage': 'XWiki.ExternalLinksJSON', | ||
11 | 'translationPrefix' : 'platform.linkchecker.livetable.', | ||
12 | 'rowCount' : 15, | ||
13 | 'description' : 'This table lists the states of all external links found on this wiki. The columns can be sorted.' | ||
14 | }) | ||
15 | #livetable('links' $columns $columnsProperties $options) | ||
16 | {{/velocity}} |