最近更新

2023.12 更新
万智牌完整规则 23.11.17
发布释疑 更新至依夏兰迷窟
套牌检查表 更新至依夏兰迷窟

用户

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
wiki插件使用说明 [2014/02/15 14:42]
mtgjudge
wiki插件使用说明 [2015/11/23 18:55] (当前版本)
mtgjudge
行 122: 行 122:
 Section is aimed more at including sections, page at including whole pages and namespace at including whole namespaces. Tagtopic includes all pages with a ''​tagtopic''​ ''​tag''​. Section is aimed more at including sections, page at including whole pages and namespace at including whole namespaces. Tagtopic includes all pages with a ''​tagtopic''​ ''​tag''​.
  
 +====== color 颜色插件 ======
 +Place this code sample in your playground:
 +
 +<​code>​
 +<color blue/​lightgrey>​text</​color>​
 +<color #​FF0000>​text</​color>​
 +</​code>​
 +
 +====== bbcode 论坛标签插件 ======
 +===== Syntax =====
 +
 +Basic Formatting:
 +
 +  [b]bold text[/b]
 +  [i]italic text[/i]
 +  [u]underline[/​u]
 +  [s]deleted[/​s]
 +  [m]monospace[/​m]
 +
 +Code and Quoting:
 +
 +  [code]<?​php echo $text;​[/​code]
 +  [quote="​Esther"​]DokuWiki is great![/​quote]
 +
 +Links and Images:
 +
 +  [url=http://​www.kaffeehaus.ch]Esthers Kaffeehaus Blog[/url]
 +  [email]esther@kaffeehaus.ch[/​email]
 +  [img]http://​www.dokuwiki.org/​lib/​exe/​fetch.php?​w=&​h=&​cache=cache&​media=wiki%3Adokuwiki-128.png[/​img]
 +
 +The %%[url]%% parameter can be optionally quoted.
 +
 +Lists:
 +
 +  [list][*]item 1[*]item 2[*]item 3[/list]
 +  [list=1][*]item 1[*]item 2[*]item 3[/​list] ​ attribute: 1, a, A, i or I
 +
 +Text size:
 +
 +  [size=90%]smaller text[/​size] ​              ​attribute:​ CSS units (px, em, %, ...), single-digit,​ or keywords like small; can be optionally quoted
 +
 +Text color:
 +
 +  [color=red]colored text[/​color] ​            ​attribute:​ color name, "​browser-color"​ name, #fff[fff] or rgb(255,​255,​255);​ can be optionally quoted
 +  ​
 +====== imagebox 图片框 ======
 +
 +Usage:
 +
 +  [{{ImagePath|Caption}}]
 +
 +====== M1模板文档 ======
 +[[https://​www.dokuwiki.org/​template:​m1]]