Исходный код вики Платформы

Версия 2.5 от Alexandr Fokin на 2023/08/06 13:35

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