Ссылка на определенный раздел на какой-либо странице
Помечаем то куда хотим сослаться с помощью:
{{anchor:test}}
Ссылаемся с помощью:
[[test_page#test]]
где test_page - адрес страницы, test - название раздела, куда ссылаемся
Тэги:
{{tag>tag1 tag2 tag3}}
Примеры
{{topic>tag1 -tag2}}
– Список всех страниц с tag1, но без tag2.{{topic>tag1 +tag2}}
– Список всех страниц с tag1 и tag2.{{topic>tag1 tag2}}
– Список всех страниц с tag1 или tag2.{{topic>ns1?tag1 tag2}}
– Список всех страниц пространства имён ns1 с tag1 или tag2.{{topic>.?tag1 tag2}}
– Список всех страниц внутри текущего пространства имён с tag1 и tag2.{{topic>tag1 tag2 tag3&nodate&desc&sort}}
(Adding pagelist options to change the design)Пример работы плагина imagereference:
<imgcaption lbl_test|Тестовая иллюстрация>
{{ :wiki:dokuwiki-128.png?300 }}
</imgcaption>
<imgcaption lbl_test|Тестовая иллюстрация> {{:wiki:dokuwiki-128.png?300}} </imgcaption>
<imgcaption lbl_test|
Тестовая иллюстрация| :wiki:dokuwiki-128.png| %SVN_ROOT%\cudaz500\hardware\50_Платы\__Плата__FMC_debug\docs\Структурные схемы\_src\НСИ_FMC.vsd> {{ :wiki:dokuwiki-128.png?300 }}
</imgcaption>
<imgcaption lbl_test| Тестовая иллюстрация| :wiki:dokuwiki-128.png| %SVN_ROOT%\cudaz500\hardware\50_Платы\__Плата__FMC_debug\docs\Структурные схемы\_src\НСИ_FMC.vsd> {{:wiki:dokuwiki-128.png?300}} </imgcaption>
Чтобы работали [edit] и [update], должны быть установлены:
Должен быть запущен olfhttpServer.py
.
Должна быть определена переменная окружения %SVN_ROOT%
.
Теcтовая иллюстрация показана на <imgref lbl_test h РИСУНОЧКЕ>.
Теcтовая иллюстрация показана на <imgref lbl_test h РИСУНОЧКЕ>.
<tabcaption lbl_table| Тестовая таблица>
Heading 1 | Heading 2 | Heading 3 |
---|---|---|
Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
</tabcaption>
<tabcaption lbl_table| Тестовая таблица> ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | </tabcaption>
В <tabref lbl_table p> показаны тестовые данные.
В <tabref lbl_table p> показаны тестовые данные.
Синтаксис:
http://www.suluclac.com/Wiki+MathJax+Syntax
https://en.wikipedia.org/wiki/Help:Displaying_a_formula
Цвет в формулах:
${\color{Blue}{x^2}}+{\color{Orange}{2x}}-{\color{LimeGreen}{1}}$
${\color{Blue}{x^2}}+{\color{Orange}{2x}}-{\color{LimeGreen}{1}}$
To display math on its own line, use double dollar signs:
$$ \frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x) $$
$$ \frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x) $$
or escaped square brackets:
\[ \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] \]
\[ \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] \]
A wide range of math environments1) will work as well:
\begin{align*} e^x & = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots \\ & = \sum_{n\geq 0} \frac{x^n}{n!} \end{align*}
\begin{align*}
e^x & = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots
& = \sum_{n\geq 0} \frac{x^n}{n!}
\end{align*}
Note that the math environments should not be inside the dollar sign delimiters; the environments should stand on their own with just the \begin
and \end
statements in order to be parsed correctly.
Текст можно выделить цветом так:
красныйжёлтыйзелёный
<color red>красный</color><color yellow>жёлтый</color><color green>зелёный</color>
Тег вставляет на страницу форму с обсуждениями.
Для просмотра и фильтрации изменений можно использовать плагин changes
.
{{changes>ns = -бюрократия&user=abakumov_rs&count=10&render = pagelist(header, signature)}}
ns = -бюрократия&user=abakumov_rs&count=10&render = pagelist(header, signature)
Here is an example usage of extended table syntax.
{| |+//Extended Table Example// ! style="width: 12em;"| A1 Header ! style="width: 10em;"| B1 Header |- style="background-color: MistyRose;" | {{ wiki:dokuwiki-128.png?50&nolink}} Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. | B2 Data * //italic// * ''monospace'' * [[:start|page link]] **ATTENTION:**\\ Needs an extra empty line after the end of whole table! |}
A1 Header | B1 Header |
---|---|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. |
B2 Data
ATTENTION: |
{| ! header1 !! header2 !! header3 |- ! test1 || test2 || test3 |- ! test4 || test5 | test6 * test1 * test2 * test3 {| ! 1 !! 2 !! 3 |- | 4 || 5 || 6 |} |}
header1 | header2 | header3 | ||||||
---|---|---|---|---|---|---|---|---|
test1 | test2 | test3 | ||||||
test4 | test5 | test6
|