Исходный код вики Механизмы

Редактировал(а) Alexandr Fokin 2024/08/17 13:18

Последние авторы
1 |(% style="width:155px" %) |(% style="width:1329px" %)(((
2 |Элементы управления
3 [[https:~~/~~/metanit.com/sharp/wpf/5.1.php>>https://metanit.com/sharp/wpf/5.1.php]]
4 |Привязка
5 [[https:~~/~~/metanit.com/sharp/wpf/11.php>>https://metanit.com/sharp/wpf/11.php]]
6 |Взаимодействие между окнами
7 [[https:~~/~~/metanit.com/sharp/wpf/20.2.php>>https://metanit.com/sharp/wpf/20.2.php]]
8 )))
9 |(% style="width:155px" %) |(% style="width:1329px" %)
10 |(% style="width:155px" %) |(% style="width:1329px" %)
11
12 ----
13
14 ==== Внутренние ссылки: ====
15
16 ====== Дочерние страницы: ======
17
18 {{children/}}
19
20 ====== Обратные ссылки: ======
21
22 {{velocity}}
23 #set ($links = $doc.getBacklinks())
24 #if ($links.size() > 0)
25 #foreach ($docname in $links)
26 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
27 * [[$escapetool.xml($rdoc.fullName)]]
28 #end
29 #else
30 No back links for this page!
31 #end
32 {{/velocity}}
33
34 ----