OSDN Git Service

document update.
authorvisor <visor@users.sourceforge.jp>
Mon, 22 Oct 2012 14:53:03 +0000 (23:53 +0900)
committervisor <visor@users.sourceforge.jp>
Mon, 22 Oct 2012 14:53:03 +0000 (23:53 +0900)
wiki/wikiformat.cc

index 131e201..0c4e6d7 100644 (file)
@@ -61,6 +61,7 @@ ustring  uWiki (CharConst ("wiki_"));
 ustring  uAWiki (CharConst ("@wiki_"));
 
 /*DOC:
+$premode:1
 ==テキストの整形ルール==
 
 */
@@ -464,15 +465,13 @@ void  WikiBlockItemText::output (MotorOutput* out) {
 /* ============================================================ */
 /*DOC:
 ===箇条書き===
-{div:pre
-+&*;項目1
-+&*;*項目1-1
-+&#;ナンバリング1
-+&#;#ナンバリング1-2
-+&+;インデント1
-+&+;+インデント1-1
-+&*;''[OPTION1:OPTION2:...:]''TEXT
-}
+ *項目1
+ **項目1-1
+ #ナンバリング1
+ ##ナンバリング1-2
+ +インデント1
+ ++インデント1-1
+ *''[OPTION1:OPTION2:...:]''TEXT
 行頭に「*」を書くと,<UL>タグによるリスト,「#」を書くと<NL>タグによる番号付きリスト,「+」を書くとnobullクラス指定の<UL>タグによるリスト。
 
 |h:オプション|
@@ -1264,10 +1263,10 @@ void  WikiBlockQuote::output (MotorOutput* out) {
 /* ============================================================ */
 /*DOC:
 ===DIVタグ===
- {div:SideMenu
+ {div:''ClassName''
  ...
  }
- {div:id=Name:SideMenu:onclick=fn()
+ {div:id=''ID'':''ClassName'':onclick=''LinkFunction''
  ...
  }
 
@@ -1319,12 +1318,12 @@ void  WikiBlockDiv::output (MotorOutput* out) {
 /* ============================================================ */
 /*DOC:
 ===FORMタグ===
- {form:POST:post.hml
+ {form:POST:''URL''
  ...
  }
 // {form:POST:id=form1:class=formclass:post.hml
 // {form:POST:post.hml:id=form1:class=formclass
- {form:POST:post.hml:target=target_window:id=form1:class=formclass
+ {form:POST:''URL'':target=''TargetWindow'':id=''ID'':class=''ClassName''
  ...
  }
 
@@ -2101,4 +2100,7 @@ void  WikiFormat::logLispFunctionError (const ustring& msg, const ustring& cmd)
     }
 }
 
+/*DOC:
+$premode:
+*/
 /* ============================================================ */