<
От версии < 5.7 >
отредактировано Alexandr Fokin
на 2022/12/12 11:25
К версии < 5.9 >
отредактировано Alexandr Fokin
на 2022/12/12 11:30
>
Изменить комментарий: Удаленный объект

Комментарий

Подробности

XWiki.XWikiComments[0]
Автор
... ... @@ -1,1 +1,0 @@
1 -XWiki.cccc1808
Комментарий
... ... @@ -1,2 +1,0 @@
1 -Disable Welcome Tour for new users
2 -[[https:~~/~~/forum.xwiki.org/t/disable-welcome-tour-for-new-users/62>>https://forum.xwiki.org/t/disable-welcome-tour-for-new-users/62]]
Дата
... ... @@ -1,1 +1,0 @@
1 -2022-12-02 23:01:40.847
XWiki.XWikiComments[1]
Автор
... ... @@ -1,0 +1,1 @@
1 +XWiki.cccc1808
Комментарий
... ... @@ -1,0 +1,25 @@
1 +=== Шаблон блока ссылок для страницы ===
2 +
3 +{{code language="markdown"}}
4 +==== Внутренние ссылки: ====
5 +
6 +====== Дочерние страницы: ======
7 +
8 +{{children/}}
9 +
10 +====== Обратные ссылки: ======
11 +
12 +{{velocity}}
13 +#set ($links = $doc.getBacklinks())
14 +#if ($links.size() > 0)
15 + #foreach ($docname in $links)
16 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
17 + * [[$escapetool.xml($rdoc.fullName)]]
18 + #end
19 +#else
20 + No back links for this page!
21 +#end
22 +{{/velocity}}
23 +
24 +----
25 +{{/code}}
Дата
... ... @@ -1,0 +1,1 @@
1 +2022-12-12 07:29:54.774