Исходный код вики Пагинация | Paging

Версия 5.4 от Alexandr Fokin на 2024/01/11 14:26

Последние авторы
1 |(% style="width:270px" %) |(% style="width:1184px" %)[[Индексы>>doc:Разработка.Базы данных.Механизмы.Индексы.WebHome]]
2 |(% style="width:270px" %) |(% style="width:1184px" %)Почему нужна инструментальная поддержка пагинации на ключах
3 [[https:~~/~~/habr.com/ru/companies/tinkoff/articles/485036/>>url:https://habr.com/ru/companies/tinkoff/articles/485036/]]
4 |(% style="width:270px" %) |(% style="width:1184px" %)Пять способов пагинации в [[Postgres>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]], от базовых до диковинных
5 [[https:~~/~~/habr.com/ru/articles/301044/>>https://habr.com/ru/articles/301044/]]
6 |(% style="width:270px" %) |(% style="width:1184px" %)
7 |(% style="width:270px" %) |(% style="width:1184px" %)
8
9
10 ----
11
12 ==== Внутренние ссылки: ====
13
14 ====== Дочерние страницы: ======
15
16 {{children/}}
17
18 ====== Обратные ссылки: ======
19
20 {{velocity}}
21 #set ($links = $doc.getBacklinks())
22 #if ($links.size() > 0)
23 #foreach ($docname in $links)
24 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
25 * [[$escapetool.xml($rdoc.fullName)]]
26 #end
27 #else
28 No back links for this page!
29 #end
30 {{/velocity}}
31
32 ----