Исходный код вики StackExchange. Redis
Редактировал(а) Alexandr Fokin 2026/07/27 16:52
Скрыть последних авторов
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | |(% style="width:245px" %) |(% style="width:1189px" %)StackExchange.Redis, StackExchange. Redis |
| |
1.2 | 2 | |(% style="width:245px" %) |(% style="width:1189px" %)((( |
| 3 | [[https:~~/~~/github.com/StackExchange/StackExchange.Redis>>https://github.com/StackExchange/StackExchange.Redis]] | ||
| 4 | |||
| 5 | [[https:~~/~~/stackexchange.github.io/StackExchange.Redis/>>https://stackexchange.github.io/StackExchange.Redis/]] | ||
| 6 | ))) | ||
| |
1.1 | 7 | |(% style="width:245px" %) |(% style="width:1189px" %) |
| 8 | |||
| |
1.3 | 9 | ---- |
| 10 | |||
| 11 | ==== Внутренние ссылки: ==== | ||
| 12 | |||
| 13 | ====== Дочерние страницы: ====== | ||
| 14 | |||
| 15 | {{children/}} | ||
| 16 | |||
| 17 | ====== Обратные ссылки: ====== | ||
| 18 | |||
| 19 | {{velocity}} | ||
| 20 | #set ($links = $doc.getBacklinks()) | ||
| 21 | #if ($links.size() > 0) | ||
| 22 | #foreach ($docname in $links) | ||
| 23 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
| 24 | * [[$escapetool.xml($rdoc.fullName)]] | ||
| 25 | #end | ||
| 26 | #else | ||
| 27 | No back links for this page! | ||
| 28 | #end | ||
| 29 | {{/velocity}} | ||
| 30 | |||
| 31 | ---- |