Исходный код вики Сценарии

Редактировал(а) Alexandr Fokin 2024/01/04 19:19

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