差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
wiki:语法插件 [2018/06/09 23:33]
showzonezhu
wiki:语法插件 [2018/07/10 15:52] (当前版本)
showzonezhu
行 1: 行 1:
 ====== 语法插件 ====== ====== 语法插件 ======
 本站使用dokuwiki,​dokuwiki基本语法见[[wiki:​syntax|Dokuwiki基本语法]]\\ ​ 本站使用dokuwiki,​dokuwiki基本语法见[[wiki:​syntax|Dokuwiki基本语法]]\\ ​
-未来也许会使用+
 <WRAP center round box 90%> <WRAP center round box 90%>
 +未来也许会使用
   * [[doku>​plugin:​medialist]]   * [[doku>​plugin:​medialist]]
   * [[doku>​plugin:​svgpureinsert]]   * [[doku>​plugin:​svgpureinsert]]
   * [[doku>​plugin:​photogallery]]   * [[doku>​plugin:​photogallery]]
 +  * [[doku>​plugin:​nspages]] 
 +  * [[doku>​plugin:​snippeter]] 
 +  * [[doku>​plugin:​include]] 
 +  * [[doku>​plugin:​tablewidth]] 
 +  * [[doku>​plugin:​exttab3]] 
 +  * **[[doku>​plugin:​tablelayout]]** 
 +  * [[doku>​plugin:​cellbg]] 
 +  * [[doku>​plugin:​dirpictures]] 
 +  * [[doku>​plugin:​toctweak]] 自定义目录样式
 </​WRAP>​ </​WRAP>​
  
行 15: 行 24:
 <​code>​~~REDIRECT>​namespace:​page~~ ​ <​code>​~~REDIRECT>​namespace:​page~~ ​
 ~~REDIRECT>​http://​example.com~~</​code>​ ~~REDIRECT>​http://​example.com~~</​code>​
 +===== HtmlMetaTags =====
 +语法详见[[doku>​plugin:​htmlmetatags]]
 +<​code>​{{htmlmetatags>​metatag-robots=(index,​follow) ​
 +metatag-keywords=(apfel,​bananne,​birne) ​
 +metatag-description=(Allgemeiner Obstbauer)
 +}}</​code>​
 +效果:
 +<code html>
 +<meta name="​robots"​ content="​index,​follow"/>​
 +<meta name="​keywords"​ content="​apfel,​bananne,​birne"/>​
 +<meta name="​description"​ content="​Allgemeiner Obstbauer"/>​
 +</​code>​
 ===== 图像弹出 ===== ===== 图像弹出 =====
  
行 37: 行 58:
 </​popupscript>​ </​popupscript>​
 </​code>​ </​code>​
-===== 引用块 ===== 
-语法详见[[doku>​plugin:​blockquote]] 
-<​code><​blockquote>​ 
-There is nothing either good or bad, but thinking makes it so. 
  
-<​cite>​William Shakespeare,​ "​Hamlet",​ Act 2 scene 2</​cite>​ 
-</​blockquote></​code>​ 
-<​blockquote>​ 
-There is nothing either good or bad, but thinking makes it so. 
- 
-<​cite>​William Shakespeare,​ "​Hamlet",​ Act 2 scene 2</​cite>​ 
-</​blockquote>​ 
 ===== 时间线 ===== ===== 时间线 =====
 语法详见[[doku>​plugin:​csstimeline]] 语法详见[[doku>​plugin:​csstimeline]]
行 76: 行 86:
 </​entry>​ </​entry>​
 </​csstimeline>​ </​csstimeline>​
-===== HtmlMetaTags ===== +
-语法详见[[doku>​plugin:​htmlmetatags]] +
-<​code>​{{htmlmetatags>​metatag-robots=()  +
-metatag-keywords=(apfel,​bananne,​birne)  +
-metatag-description=(Allgemeiner Obstbauer) +
-metatag-media-og:​image=(:​wiki:​image.jpg) +
-metatag-og:​description=(anything else) +
-metatag-og:​any=(anything else 2) +
-}}</​code>​ +
-效果: +
-<code html> +
-<meta name="​robots"​ content="​noindex,​nofollow"/>​ +
-<meta name="​keywords"​ content="​apfel,​bananne,​birne"/>​ +
-<meta name="​description"​ content="​Allgemeiner Obstbauer"/>​ +
-<meta property="​og:​image"​ content="​http://​localhost/​lib/​exe/​fetch.php?​media=wiki:​image.jpg"/>​ +
-<meta property="​og:​description"​ content="​anything else"/>​ +
-<meta property="​og:​any"​ content="​anything else 2"/>​ +
-</​code>​+
  • wiki/语法插件.1528558385.txt.gz
  • 最后更改: 6年前
  • showzonezhu