Исходный код вики Нестандартные типы
Версия 1.4 от Alexandr Fokin на 2024/12/07 13:41
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:120px" %) |(% style="width:1334px" %) | ||
2 | |(% style="width:120px" %) |(% style="width:1334px" %)((( | ||
3 | |(% style="width:155px" %)Массив Array|(% style="width:1215px" %) | ||
4 | |(% style="width:155px" %)Промежуток Range|(% style="width:1215px" %) | ||
5 | |(% style="width:155px" %)Ключ значение|(% style="width:1215px" %) | ||
6 | ))) | ||
7 | |(% style="width:120px" %) |(% style="width:1334px" %)((( | ||
8 | |(% style="width:100px" %)Json|(% style="width:1270px" %) | ||
9 | |(% style="width:100px" %)JsonB|(% style="width:1270px" %) | ||
10 | |(% style="width:100px" %) |(% style="width:1270px" %) | ||
11 | |||
12 | |||
13 | ))) | ||
14 | |||
15 | ---- | ||
16 | |||
17 | ==== Внутренние ссылки: ==== | ||
18 | |||
19 | ====== Дочерние страницы: ====== | ||
20 | |||
21 | {{children/}} | ||
22 | |||
23 | ====== Обратные ссылки: ====== | ||
24 | |||
25 | {{velocity}} | ||
26 | #set ($links = $doc.getBacklinks()) | ||
27 | #if ($links.size() > 0) | ||
28 | #foreach ($docname in $links) | ||
29 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
30 | * [[$escapetool.xml($rdoc.fullName)]] | ||
31 | #end | ||
32 | #else | ||
33 | No back links for this page! | ||
34 | #end | ||
35 | {{/velocity}} | ||
36 | |||
37 | ---- | ||
38 | |||
39 |