Исходный код вики Нестандартные типы

Версия 1.3 от Alexandr Fokin на 2024/10/01 10:13

Последние авторы
1 |(% style="width:120px" %) |(% style="width:1334px" %)
2 |(% style="width:120px" %) |(% style="width:1334px" %)(((
3 |(% style="width:187px" %)Массив Array|(% style="width:1129px" %)
4 |(% style="width:187px" %)Промежуток Range|(% style="width:1129px" %)
5 |(% style="width:187px" %)Ключ значение|(% style="width:1129px" %)
6 )))
7 |(% style="width:120px" %) |(% style="width:1334px" %)
8
9 ----
10
11 ==== Внутренние ссылки: ====
12
13 ====== Дочерние страницы: ======
14
15 {{children/}}
16
17 ====== Обратные ссылки: ======
18
19 {{velocity}}
20 #set ($links = $doc.getBacklinks())
21 #if ($links.size() > 0)
22 #foreach ($docname in $links)
23 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
24 * [[$escapetool.xml($rdoc.fullName)]]
25 #end
26 #else
27 No back links for this page!
28 #end
29 {{/velocity}}
30
31 ----
32
33