用户工具

站点工具


playground:usespecialplugins

表格

  • 普通列表项目默认表格 :dokuwiki 语法
  • markdown mdpage插件:实现的表格

以及下面的嵌套表格

  • 嵌套表格

https://github.com/ssahara/dw-plugin-exttable 扩展表格、如果样式不美观可以按文档修改样式。

Extended Table Example A1 Header B1 Headernested table Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. List in Cell

quoting

ATTENTION:
Needs an extra empty line after lists and quoting syntax!

Extended Table Syntax for DokuWiki

The third trial to implement extended (MediaWiki-style) table syntax in DokuWiki

Syntax

https://www.mediawiki.org/wiki/Help:Tables

markup description
{| table start
{+ table caption
{- table row
! table header
| table data
|} table end

Licensed under the GNU Public License (GPL) version 2

More infomation is available:

(c) 2014-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

问答样式

qna 插件

其本身也提供了标题的语法。本插件有3个主题在后台系统配置中可以选择切换。

Put triple question mark at the start of a line followed by the question title.

What if I want to put some text after the block and that text doesn't belong to the answer?

Put triple question mark at the start of a line.

This text is not part of the answer.

qna实现的4级标题。
=?==== Level 1 headline ======
=?=== Level 2 headline =====
=?== Level 3 headline ====
=?= Level 4 headline ===

文本颜色、字体大小







text

Large, Very large, Huge, and smaller size text

Bold serif 黑体Small-caps

嵌入svg图

数学公式使用 mathpublish

2019年更新

https://www.dokuwiki.org/plugin:mathpublish
http://www.mylovewill.com/ya/phpmathpublisher/doc/help.html
S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)} delim{lbrace}{matrix{3}{1}{{3x-5y+z=0} {sqrt{2}x-7y+8z=0} {x-8y+9z=0}}}{ } delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3

x+y : x+y
x-y : x-y
x*y : x*y
x/y : x/y
x^y : x^y
x_y : x_y
x<>y : x<>y
x>y : x>y
x>=y : x>=y
x<y : x<y
x⇐y : x⇐y
(x) : (x)
{x} : {x}

S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)} delim{lbrace}{matrix{3}{1}{{3x-5y+z=0} {sqrt{2}x-7y+8z=0} {x-8y+9z=0}}}{ } delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3

tripleint{a}{b}{x}

tabular{111}{1111}{a b c d e f g}

Parenthesis
visible: (x)
invisible: {x}
Math space
a~b : a~b Greek letters alpha: alpha beta: beta gamma: gamma delta: delta epsilon: epsilon varepsilon: varepsilon zeta: zeta eta: eta theta: theta

playground/usespecialplugins.txt · 最后更改: 2020/09/25 21:49 (modify by Amos)