~~NOTOC~~ ~~DISCUSSION:off~~
一级标题
<WRAP centeralign> ====== 一级标题 ====== </WRAP>
下面是靠右
<WRAP rightalign> 靠右 </WRAP>
二级标题
Some text in section 2.
这是连在一起的文字, 从 1/3 处开始, 即一行只有 1/3宽
<WRAP column 30%> 这是连在一起的文字, 从 1/3 处开始, 即一行只有 1/3宽 </WRAP> <WRAP clear />
三级标题
More text in section 3.
漂浮到右边
<WRAP right> 漂浮到右边</WRAP> <WRAP clear />
1
2
3
<WRAP group> <WRAP third column>1</WRAP> <WRAP third column>2</WRAP> <WRAP third column>3</WRAP> </WRAP>
<wrap box></wrap>
<wrap info></wrap>
<wrap important></wrap>
<wrap alert></wrap>
<wrap tip></wrap>
<wrap help></wrap>
<wrap todo></wrap>
<wrap download></wrap>
<wrap round></wrap>
<wrap danger></wrap>
<wrap warning></wrap>
<wrap caution></wrap>
<wrap notice></wrap>
<wrap safety></wrap>
<wrap hi></wrap>
<wrap lo></wrap>
<wrap em></wrap>
高亮块格式
<WRAP hi> 高亮块格式 </WRAP>
<wrap hide>注释</wrap>
<wrap em></wrap>
box 宽度 10%
<WRAP box 10%> box 宽度 10% </WRAP>
info
<WRAP info 20%>info</WRAP>
important
<WRAP important 30%>important</WRAP>
alert
<WRAP alert 40%>alert</WRAP>
tip
<WRAP tip 50%>tip</WRAP>
help
<WRAP help 60%>help</WRAP>
todo
<WRAP todo 70%>todo</WRAP>
download
<WRAP download 80%>download</WRAP>
round danger 70%
<WRAP round danger 70%>round danger 70%</WRAP>
warning
<WRAP warning 60%>warning</WRAP>
caution
<WRAP caution 50%>caution</WRAP>
notice
<WRAP notice 40%>notice</WRAP>
safety
<WRAP safety 30%>safety</WRAP>
<WRAP center round box></WRAP>
<WRAP center round info 20%></WRAP>
<WRAP center round tip 30%></WRAP>
<WRAP center round important 50%></WRAP>
<WRAP center round alert 60%></WRAP>
<WRAP center round help 70%></WRAP>
<WRAP center round download 80%></WRAP>
<wrap center round todo 60%></wrap>
高亮可见 <wrap spoiler>高亮可见</wrap>
<wrap button>[[wiki:syntax|按钮]]</wrap>
<WRAP prewrap 270px> 将文本包装在预先格式化的代码块中 </WRAP>
一个 box 漂浮在右边
hello world
<WRAP box 350px right :cn> === 一个 box 漂浮在右边 === hello world <WRAP clear /> </WRAP> <WRAP clear />
文字开始的方向, 从右往左写 ,是的
测试
<WRAP :he> 文字开始的方向, 从右往左写 ,是的 测试 </WRAP>
<wrap indent>向里缩进</wrap>
<wrap outdent>向外缩进</wrap>
Table | is |
---|---|
80% | wide |
Table | is |
---|---|
100% | wide |
<WRAP tablewidth 80%> ^ Table ^ is ^ | 80% | wide | </WRAP> <WRAP> ^ Table ^ is ^ | 100% | wide | </WRAP>
<WRAP tabs> * [[pwmat:start]] * [[mcloud]] * [[start]] </WRAP>
WRAP note 自定义样式 vim userstyle.css
<WRAP note> WRAP note 自定义样式 vim userstyle.css .dokuwiki div.wrap_note{ /* added */ background-color: #eee; color: #000; padding: .5em .5em .5em .5em; margin-bottom: 1em; overflow: hidden; } </WRAP>