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