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

Версия 2.6 от Alexandr Fokin на 2023/08/06 14:48

Скрыть последних авторов
Alexandr Fokin 2.6 1 |(% style="width:87px" %) |(% style="width:1397px" %)Движок браузера.
Alexandr Fokin 2.5 2 |(% style="width:87px" %)[[NodeJS>>doc:.NodeJS.WebHome]]|(% style="width:1397px" %)
3 |(% style="width:87px" %)Deno|(% style="width:1397px" %)
4 |(% style="width:87px" %) |(% style="width:1397px" %)
Alexandr Fokin 2.4 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 ----