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

Редактировал(а) Alexandr Fokin 2024/01/25 15:53

Последние авторы
1 |(% style="width:213px" %)Копирование текста без форматирования|(% style="width:1272px" %)(((
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 |(% style="width:213px" %) |(% style="width:1272px" %)(((
7 |Custom JavaScript for Websites 2|Возможность встроить script в страницу с привязкой по домену или регулярному выражению.
8 | |
9 )))
10 |(% style="width:213px" %) |(% style="width:1272px" %)(((
11 |Auto tab discard|
12 | |
13
14
15 )))
16 |(% style="width:213px" %) |(% style="width:1272px" %)(((
17 |Tab ReTitle|
18 | |
19 | |
20
21
22 )))
23
24 ----
25
26 ==== Внутренние ссылки: ====
27
28 ====== Дочерние страницы: ======
29
30 {{children/}}
31
32 ====== Обратные ссылки: ======
33
34 {{velocity}}
35 #set ($links = $doc.getBacklinks())
36 #if ($links.size() > 0)
37 #foreach ($docname in $links)
38 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
39 * [[$escapetool.xml($rdoc.fullName)]]
40 #end
41 #else
42 No back links for this page!
43 #end
44 {{/velocity}}
45
46 ----