Исходный код вики NET GraphQL

Редактировал(а) Alexandr Fokin 2024/02/10 16:51

Скрыть последних авторов
Alexandr Fokin 3.1 1 |(% style="width:141px" %) |(% style="width:1343px" %)[[GraphQL>>doc:Сети.Модель коммуникации.GraphQL.WebHome]]
Alexandr Fokin 2.3 2 |(% style="width:141px" %) |(% style="width:1343px" %)(((
3 |(% style="width:224px" %)[[GraphQL ChilliCream platform>>doc:.GraphQL ChilliCream platform.WebHome]]|(% style="width:1101px" %)
4 |(% style="width:224px" %) |(% style="width:1101px" %)
5 |(% style="width:224px" %) |(% style="width:1101px" %)
6 )))
Alexandr Fokin 1.2 7
Alexandr Fokin 1.3 8 ----
9
Alexandr Fokin 2.4 10 ==== Внутренние ссылки: ====
11
12 ====== Дочерние страницы: ======
13
14 {{children/}}
15
16 ====== Обратные ссылки: ======
17
18 {{velocity}}
19 #set ($links = $doc.getBacklinks())
20 #if ($links.size() > 0)
21 #foreach ($docname in $links)
22 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
23 * [[$escapetool.xml($rdoc.fullName)]]
24 #end
25 #else
26 No back links for this page!
27 #end
28 {{/velocity}}
29
30 ----