Исходный код вики Плагины для браузера

Версия 1.3 от Alexandr Fokin на 2024/01/25 15:41

Скрыть последних авторов
Alexandr Fokin 1.2 1 |(% style="width:367px" %)Копирование текста без форматирования|(% style="width:1117px" %)(((
2 |(% style="width:155px" %)Copy plain text|(% style="width:944px" %)
3 |(% style="width:155px" %) |(% style="width:944px" %)
4 |(% style="width:155px" %) |(% style="width:944px" %)
5
6
7 )))
8 |(% style="width:367px" %) |(% style="width:1117px" %)(((
9 |Custom JavaScript for Websites 2|Возможность встроить script в страницу с привязкой по домену или регулярному выражению.
10 | |
11 | |
12
13
14 )))
15 |(% style="width:367px" %) |(% style="width:1117px" %)
16
Alexandr Fokin 1.3 17 ----
18
19 ==== Внутренние ссылки: ====
20
21 ====== Дочерние страницы: ======
22
23 {{children/}}
24
25 ====== Обратные ссылки: ======
26
27 {{velocity}}
28 #set ($links = $doc.getBacklinks())
29 #if ($links.size() > 0)
30 #foreach ($docname in $links)
31 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
32 * [[$escapetool.xml($rdoc.fullName)]]
33 #end
34 #else
35 No back links for this page!
36 #end
37 {{/velocity}}
38
39 ----