Скрыть последних авторов
Alexandr Fokin 1.3 1 | |Инструменты Git - Подмодули
2 [[https:~~/~~/git-scm.com/book/ru/v2/Инструменты-Git-Подмодули>>https://git-scm.com/book/ru/v2/Инструменты-Git-Подмодули]]
Alexandr Fokin 1.2 3 | |
4 | |
Alexandr Fokin 1.1 5
Alexandr Fokin 1.2 6 ----
Alexandr Fokin 1.1 7
Alexandr Fokin 1.2 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 ----