Wiki source code of XWiki Links (xwikilinks)
Last modified by Manuel Leduc on 2022/03/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | This table contains the informations about links that can be parsed in each document. | ||
2 | |||
3 | {{version since='14.2RC1'}} | ||
4 | {{velocity}} | ||
5 | |=(% colspan='8'%)xwikilinks(%%) | ||
6 | |= |=Column Name |=Datatype |=Not null |=auto inc |=flags |=Default value |=Comments | ||
7 | |$services.icon.render('key')|XWL_ID |BIGINT(20) |$services.icon.render('check')| | |0 | | ||
8 | ||XWL_DOC_ID |BIGINT(20) | | | |0 | | ||
9 | ||XWL_LINK|VARCHAR(768) | | | |null | | ||
10 | ||XWL_TYPE|VARCHAR(768) | | | |null | | ||
11 | | |XWL_FULLNAME |VARCHAR(768) | | | |null | | ||
12 | | |XWL_ATTACHMENT |VARCHAR(768) | | | |null | | ||
13 | {{/velocity}} | ||
14 | {{/version}} | ||
15 | |||
16 | {{version before='14.2RC1'}} | ||
17 | {{velocity}} | ||
18 | |=(% colspan='8'%)xwikilinks(%%) | ||
19 | |= |=Column Name |=Datatype |=Not null |=auto inc |=flags |=Default value |=Comments | ||
20 | |$services.icon.render('key')|XWL_DOC_ID |BIGINT(20) |$services.icon.render('check')| | |0 | | ||
21 | |$services.icon.render('key')|XWL_LINK|VARCHAR(255) |$services.icon.render('check')| | | | | ||
22 | | |XWL_FULLNAME |VARCHAR(255) | | | |null | | ||
23 | {{/velocity}} | ||
24 | {{/version}} |