差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
tech:dokuwiki_plugin:poll [2008/08/30 02:56] – 建立 jonathantech:dokuwiki_plugin:poll [2019/10/15 10:39] (目前版本) jonathan_tsai
行 1: 行 1:
 +====== Dokuwiki plugin poll ======
 +===== poll plugin syntax =====
  
 +<code>
 +<poll [id]>
 +  [question]
 +
 +  * [option]
 +  * [option]
 +  * ...
 +</poll>
 +
 +Example:
 +
 +<poll Do you recommend the poll plugin to other dokuwiki users? >
 +You can see the plugin detail info. on the URL ' http://www.dokuwiki.org/plugin:poll '
 +  * Yes 
 +  * No
 +  * I have no idea
 +</poll>
 +
 +</code>
 +
 +  * Plugin URL - http://www.dokuwiki.org/plugin:poll
 +
 +===== Example Result: =====
 +
 +<poll Do you recommend the poll plugin to other dokuwiki users? >
 +You can see the plugin detail info. on the URL ' http://www.dokuwiki.org/plugin:poll '
 +  * Yes 
 +  * No
 +  * I have no idea
 +</poll>
 +
 +
 +{{tag>dokuwiki_plugin poll}}