Wiki source code of XWIKi Links (xwikilinks)

Version 5.1 by Manuel Smeria on 2013/02/22

Show last authors
1 {{html clean="false" wiki="true"}}
2 <style>
3 td, th {border-bottom:1px solid #666}
4 table.dbtable{border:1px solid #666;border-bottom:0px}
5 th {background-color:#EFEFEF}
6 .db0{width:1%;border-right:1px solid #666;}
7 .db1{width:25%;border-right:1px solid #666}
8 .db2{width:10%;border-right:1px solid #666}
9 .db3{width:7%;border-right:1px solid #666}
10 .db4{width:7%;border-right:1px solid #666}
11 .db5{width:10%;border-right:1px solid #666}
12 .db6{width:20%;border-right:1px solid #666}
13 .db7{width:20%}
14 .dbhead{background-color:#CCC;font-weight:bold}
15 </style>
16
17 == XWiki Links (xwikilinks) ==
18
19 This table contain the informations about the links of that can be parsed in each document.
20 <p/>
21 <table border="0" width="100%" class="dbtable" cellpadding="3"
22 cellspacing="0">
23 <tr>
24 <td colspan="8" class="dbhead">xwikilinks</td>
25 </tr>
26 <tr>
27 <th class="db0">&nbsp;</th>
28 <th class="db1">Column Name</th>
29 <th class="db2">Datatype</th>
30 <th class="db3">Not null</th>
31 <th class="db4">auto inc</th>
32 <th class="db5">flags</th>
33 <th class="db6">Default Value</th>
34 <th class="db7">Comments</th>
35 </tr>
36 <tr>
37 <td class="db0">[[image:DevGuide.DatabaseSchema@db_key.gif||height="16" width="16"]]</td>
38 <td class="db1">XWL_DOC_ID</td>
39 <td class="db2">BIGINT(20)</td>
40 <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
41 <td class="db4">&nbsp;</td>
42 <td class="db5">&nbsp;</td>
43 <td class="db6">0</td>
44 <td class="db7">&nbsp;</td>
45 </tr>
46 <tr>
47 <td class="db0">[[image:DevGuide.DatabaseSchema@db_key.gif||height="16" width="16"]]</td>
48 <td class="db1">XWL_LINK</td>
49 <td class="db2">VARCHAR(255)</td>
50 <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
51 <td class="db4">&nbsp;</td>
52 <td class="db5">&nbsp;</td>
53 <td class="db6">&nbsp;</td>
54 <td class="db7">&nbsp;</td>
55 </tr>
56 <tr>
57 <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
58 <td class="db1">XWL_FULLNAME</td>
59 <td class="db2">VARCHAR(255)</td>
60 <td class="db3">&nbsp;</td>
61 <td class="db4">&nbsp;</td>
62 <td class="db5">&nbsp;</td>
63 <td class="db6">null</td>
64 <td class="db7">&nbsp;</td>
65 </tr>
66 </table>
67 {{/html}}

Get Connected