FormatRule

Last-modified: 2010-04-13 (火) 19:41:37

#multilang(en){{ *Inline Elements [#v2f727fb] In the following table you can see how to use the inline text elements of PukiWiki |Format example|Formatting code|Comment|h |Emphasised text|''Emphasised text''|Put the text between two single quotes.| |Italic text|'''Italic text'''|Put the text between three single quotes.| |Text with
a break|Text with &br; a break|| |Text in font size 24| &size(24){Text in font size 24};|| |Purple text| &color(purple){Purple text};|| |Colored text| &color(#123456){Colored text};|| |Red text with yellow backbround| &color(red,yellow){Red text with yellow background};|| |Strikethrough text| %%Strikethrough text%%|| |*3|((This is the footnote's text))|This inserts a footnote with the given text at the bottom of the page.| |filewww.example.com|&ref(http://www.example.com);|This inserts a reference.| ||&aname(Anchor);|This inserts an invisible anchor for hyperlinking.| |?|&counter;|This inserts a counter. What does it count, in fact?| |?|&online;|What does this do, in fact?| |&version;|&version;|I guess this inserts the current version number of PukiWiki itself?| |WikiName|WikiName|This create a link to another pages on the same Pukiwiki site.| |BracketName|[[BracketName]]|This creates a link to another page on a same Pukiwiki site.| |External link|[[External link:http://www.example.com]]|This creates links to pages on other web sites.| |InterWikiLink:page name|[[InterWikiLink:page name]]|This creates a link to another Wiki, right?| |Paragraph| ~Paragraph|| |Inline text
Inline text| Inline text&br;Inline text|&br; is replaced with a line break.| |Inline text~
#plug-in| Inline text~
#plug-in|The ~, followed by a line break works as an escape character that disables the # character, which normally activates a plugin.|
*Block Elements [#veaf1193] ~In what follows, examples for the block elements will be given. First, you will see the example as it should be entered into PukiWiki,and next is the result you'll get. **Preformatted text [#v6d2a929] Preformatted text. There is a space in front of this text. Preformatted text. There is a space in front of this text.
**Headings [#n6275890] *Heading level 1 **Heading level 2 ***Heading level 3 There are no examples of how the heading looks like here, because they would disturb the structure of this document. But take a look at the headings above and below to see how it might look.
**Paragraphs and the tilde as and escape character [#a6ab3c0e] ~Paragraph ~*This will not be displayed as a heading ~Paragraph ~*This will not be displayed as a heading Line break escape example~ #comment (disables first letter formatting rule, which is used to activate plug-ins.) Line break escape example~ #comment (disables first letter formatting rule, which is used to activate plug-ins.)
**Quotes [#q0849799] >Quote Level 1 >>Quote Level 2 >>>Quote Level 3 >Quote Level 1 >>Quote Level 2 >>>Quote Level 3
**Unordered lists [#kbd4d759] -Unordered list level 1 --Unordered list level 2 ---Unordered list level 3 -Unordered list level 1 --Unordered list level 2 ---Unordered list level 3
**Ordered lists [#z291b8c3] +Ordered list level 1 ++Ordered list level 2 +++Ordered list level 3 +Ordered list level 1 ++Ordered list level 2 +++Ordered list level 3
**Definition lists [#z93a6096] :Definition|Description :Definition|Description
**Comments [#l279ee0b] A comment is hidden here: //Comment A comment is hidden here: //Comment
**Horizontal Rule [#s0439a0c] ---- ---- **Table [#jecf0233] *** Simple [#v90083b4] |aaa|bbb|ccc| |111|222|333| |aaa|bbb|ccc| |111|222|333| *** Advanced [#n6c24e02] |RIGHT:100|CENTER:|SIZE(20)|c -------------- format definition line |~Header|Header2|Header3|h ----------------- header line |CENTER:lowspan|bbb|ccc| |~|222|BG333| |footer|>|CENTER:colspan|f ----------------- footer line |RIGHT:100|CENTER:|SIZE(20)|c |~Header|Header2|Header3|h |CENTER:lowspan|bbb|ccc| |~|222|BG333| |footer|>|CENTER:colspan|f **CSV Table [#pece650e] ,aaa,bbb,ccc ,111,222,333 ,aaa,bbb,ccc ,111,222,333 //**Plug-ins // #contents // (This is the table of contents plugin) // //#contents //(This is the table of contents plugin) // The above does not work? *Special entities : [#nb14c38a] // These expressions do not work with the default settings. // See pukiwiki.ini.php and default.ini.php. //|FormattingSandbox|&page;|This one doesn't seem to work?| //|2003-10-28|&date;|This one doesn't seem to work?| //|03:33:43|&time;|This one doesn't seem to work?| //|2003-10-28 (火) 03:33:43|&now;|This one doesn't seem to work?| //|2003-10-15|date ?| This one is replaced when editing is finished.| //|12:35:09|time ?| This one is replaced when editing is finished.| //|2003-10-15 (水) 12:35:09|now ?| This one is replaced when editing is finished.| |Special entity|Code|Comments|h | [heart]|&heart;|| |©|©|| |®|®|| |™|™|| |²|²|| |³|³|| | | |You may not be able to see it,
but there is a non-breaking space in the first column.
It prevents a line from being broken at that point.| |
|
|You can define any unicode character up to #32000 using this code. Please note that you need a font that supports the character, or you will not be able to see it.| |世|世|You can use characters from all over the world!| |♂|♂|It is a man's world.| |☿|♀|But it would be nothing without a woman.| |∞|∞|We could go on like this forever...| |Ω|Ω|But here it must end.|
*Nesting Elements [#vd8a37d7] **Paragraph Element-Emphasize Element [#n053ef8b] ~This is the paragraph, which is the parent element that contains emphasized text. This is the emphasized text, that is the child element of the paragraph element. ~This is the paragraph, which is the parent element that contains emphasized text. This is the emphasized text, that is the child element of the paragraph element. **Quotation Element-List Element [#a8c9880d] Level[0] >Quotation Level[1]AAA ~Quotation Level[1]BBB >>Quotation Level[2]AAA ~Quotation Level[2]BBB >>>Quotation Level[3] -Child Element-List Level[1] |TABLE|ELEMENT|NEXT|to|the Inline|element|in a list| --Child Element-List Level[2]
Line Break in a Element ---Child Element-List Level[3] --Child Element-List Level[2] ---Child Element-List Level[3] <<Quotation Level[1] >>Quotation Level[2] <<Get out of the Quotation Level2 Element >>>Quotation Level[3]AAA >>>Quotation Level[3]BBB -Child Element-List Level[1] --Child Element-List Level[2] ---Child Element-List Level[3] Level[0] >Quotation Level[1]AAA ~Quotation Level[1]BBB >>Quotation Level[2]AAA ~Quotation Level[2]BBB >>>Quotation Level[3] -Child Element-List Level[1] |TABLE|ELEMENT|NEXT|to|the Inline|element|in a list| --Child Element-List Level[2]
Line Break in a Element ---Child Element-List Level[3] --Child Element-List Level[2] ---Child Element-List Level[3] <<Quotation Level[1] >>Quotation Level[2] <<Get out of the Quotation Level2 Element >>>Quotation Level[3]AAA >>>Quotation Level[3]BBB -Child Element-List Level[1] --Child Element-List Level[2] ---Child Element-List Level[3] This section needs to be brushed up. }}

#multilang(zh_TW){{ TITLE:絲??茯?羈? #norelated *絲??茯?羈? [#t474cb3d] 綺?筝?? PukiWiki ??絲??茯?羈?鐚?HTML ??罔?膠よ?羈?????筝???? #contents **??絖???茖?蕋 [#sa30d3f7] 膕?蕭?絖? 膕?蕭?絖? ??蕭?絖? ??蕭?絖? ???ょ? ???ょ? *4 *5 ??絖?莅?蕁?牙?? ??絖?莅???膣??牙?? SIZE(n){??絖???紊у?} ??絖???紊у?,36 **??絖???絨?藹? [#j8a91132] CENTER:臀?賢絨?藹? CENTER:臀?賢絨?藹? LEFT:??綏??藹? LEFT:??綏??藹? RIGHT:???喝?藹? RIGHT:???喝?藹? **??????蕁?ず [#p91a3a79] #img(??????URL,left) #img(http://pukiwiki.idv.tw/image/noIE.png,left) #img(??????URL,right) #img(http://pukiwiki.idv.tw/image/noIE.png,right) #img(,clear) #img(,clear) **??篁句?????? [#x09c9333] #attach #attach #ref(??篁句????腮? #ref(??篁句????腮? #ref(??篁句????腮?center) #ref(??篁句????腮?center) #ref(??篁句????腮?right) #ref(??篁句????腮?right) #ref(??篁句????腮?left) #ref(??篁句????腮?left) #ref(??篁句????腮?right,around) #ref(??篁句????腮?right,around) #ref(??篁句????腮?left,around) #ref(??篁句????腮?left,around) ??荐?? left **罔?蕁??? [#ledb8597] *H1 **H2 ***H3 #contents 茖巡?????膣√? **茵?? [#bf80cc12] |Category:A|Category:B|Category:C| |Objective|for AI|Other| |Java|LISP|Assembla| |Category:A|Category:B|Category:C| |Objective|for AI|Other| |Java|LISP|Assembla| 茵??弱????? CENTER: RIGHT: 膈?絮??т?篏睡? |綏?窪綏?窪綏?筝?賢筝?賢筝??喝勀勀勀? |綏?CENTER:筝?RIGHT:?? |RIGHT:??綏?CENTER:筝? |綏?窪綏?窪綏?筝?賢筝?賢筝??喝勀勀勀? |綏?CENTER:筝?RIGHT:?? |RIGHT:??綏?CENTER:筝? **荅?茫? [#f9013a01] #comment **??腴? [#me286aca] #article **??綽? [#u814f0e3] #memo **??腑 [#h4e58e45] #vote(?檎??1,?檎??2,?檎??3) #vote(?檎??1[24],?檎??2[5],?檎??3[5]) **茯?羈??????? [#nb55d0ba] ??????遵??茵?ず荅画???絖?筝???茴??篏?茯?羈???莉??? **罌?????? [#t8a85629] -膃??絮 --膃??絮 ---膃??絮 -膃??絮 --膃??絮 ---膃??絮 + ++ +++ +?後?1 ++?後?2 +++?後?3 :???1|?翫???茹h?1 :???1|?翫???茹h?1 **綣?????絖? [#s3e68591] > > ?????????絖? **羂翫抗膩? [#rbebd5f2] ---- ---- **??茵?????罧笈? [#sdeecf57] hoge~ ??茵? hoge~ ~hoge ??罧笈? ~hoge **?g? [#ve789b5e] (WikiName) PukiWiki PukiWiki (BracketName) SandBox SandBox 羝????? 羝????? http://pukiwiki.idv.tw/image/pukiwikiorg.png http://pukiwiki.idv.tw/image/pukiwikiorg.png (InterWiki) PukiWiki:FrontPage PukiWiki:FrontPage PukiWiki.org PukiWiki.org http://www.pukiwiki.org/ webmaster@pukiwiki.org http://www.pukiwiki.org/ webmaster@pukiwiki.org PukiWiki PukiWiki PukiWiki PukiWiki **荐肢В????膃??? [#j878c9e6] ????札 // 茵?ず???肴┿茹g????茵? // ??茵???┿茹???筝??亥?? // ??茵???┿茹???筝??亥?? **???????ユ????莉??? [#m05233d9] date? 2003-09-17 time? 15:40:03 now? 2003-09-17 (Wed) 15:40:03 **?銀? [#hfbedfc0] #related #related #norelated #norelated #calendar_read(200309) #calendar_read(200309) #calendar_edit(200309) #calendar_edit(200309) #calendar2(off) #calendar2(off) **??紜???腓 [#a404388d] CENTER:??腮????? |||CENTER:|c |~???1|~???2|~????|h |&smile鐚?|:)| [smile]| |&bigsmile鐚?|:D| [bigsmile]| |&huh鐚?|:p鐚?:d| [huh]| |&oh鐚?|X(鐚?XD| [oh]| |&wink鐚?|;)| [wink]| |&sad鐚?|:(鐚?;(| [sad]| |&heart鐚?|| [heart]| |&mheart鐚?||&mheart;| **?贋・???ュ??????膣? [#k43cefee] |膀?箴?|???|??荐?'| |膕?蕭?絖?''|&#39;&#39;膕?蕭?絖?&#39;&#39;|絨???絖??上???????????箙?????| |??蕭?絖?|&#39;&#39;&#39;??蕭?絖?&#39;&#39;&#39;|絨???絖??上??????????箙?????| |??絖???
??茵?|??絖???&amp;br;??茵?|| |??絖?紊у?? 24| &amp;size(24){??絖?紊у?? 24};|| |膣??峨?| &amp;color(red){膣??峨?};|| |??蕁?牙??絖?| &amp;color(#a98765){??蕁?牙??絖?};|| |藥?綺?膣?絖?| &amp;color(red,yellow){藥?綺?膣?絖?};|| |???ょ?| &#37;&#37;???ょ?&#37;&#37;|| |*6|&#40;&#40;????┿?括????絖?&#41;&#41;|?????∝??綺?????ヨ┿?潟??| |filepukiwiki.idv.tw|&amp;ref(http:&#47;&#47;pukiwiki.idv.tw);|???ヤ????????g???| ||&amp;aname(Anchor);|???ヤ??????ч?g???| |?|&amp;counter;|???ヨ┴絎≫査?悟輝荐???| |?|&amp;online;|???ョ????腴?筝?荐??篋堺?吾??| |&version;|&amp;version;|???ョ?????? PukiWiki ?????荐???| |WikiName|&#87;ikiName|?g??括??х??????????≪??| |BracketName|&#x5b;&#x5b;&#x42;racketName&#x5d;&#x5d;|?g??括??х??????????≪??| |紊????g?|&#91;&#91;紊????g?:http:&#47;&#47;pukiwiki.org]]|?g??喝????????≪??| |[[InterWikiLink:????]|&#91;&#91;Inter&#87;iki&#76;ink:????]|?g??喝?銀? Wiki 腴??????≪??|
**??紂?????膣? [#z57f6202] ~罧笈? ~罧笈? 緇??∫?沿?????┿茹? &#47;&#47;荐肢В 緇??∫?沿?????┿茹? //???≧????域┿茹c?? ?????弱???????絖???????絖??????∽??筝???腥榊?純?? ?????弱???????絖???????絖??????∽??筝???腥榊?純?? *罔?蕁?筝? **罔?蕁?篋? ***罔?蕁?筝? >膃??絮ゅ?? >>膃??絮ゅ?? >>>膃??絮ゅ?? >膃??絮ゅ?? >>膃??絮ゅ?? >>>膃??絮ゅ?? -罌???筝? --罌???篋? ---罌???筝? -罌???筝? --罌???篋? ---罌???筝? +?後?罌???筝? ++?後?罌???篋? +++?後?罌???筝? +?後?罌???筝? ++?後?罌???篋? +++?後?罌???筝? :絎?臂??颷 :絎?臂??颷 羂翫抗膩? ---- ---- 茵?? |aaa|bbb|ccc| |111|222|333| |aaa|bbb|ccc| |111|222|333| CSV 茵?? ,aaa,bbb,ccc ,111,222,333 ,aaa,bbb,ccc ,111,222,333
| [heart]|&amp;heart;|| |&copy;|&amp;copy;|| |&reg;|&amp;reg;|| |&trade;|&amp;trade;|| |&sup2;|&amp;sup2;|| |&sup3;|&amp;sup3;|| |&nbsp;|&amp;nbsp;|You may not be able to see it,
but there is a non-breaking space in the first column.
It prevents a line from being broken at that point.| |&#10;|&amp;#10;|Is this a normal space?| |&#16;|&amp;#16;|And this, a minus sign? | }}


*1 ?ゃ?潟???ゃ?活?膣????????????違?ゃ?潟?????若?九?臂??????違???????????????膣????????????違?ゃ?潟?с???腴?????篁???????綽?荀????????障???????????違?ゃ?潟?????c?????絽吾????篏???????????翫?????????障????
*2 #br???????????膣????翫????茵????????絎??????違?????????膣???????????????????膣????翫?????絎??????違?????????????膣????с????????????????????????障????#br????茵????壕??????c????罨<?????????後????≦?鴻???????障????
*3 This is the footnote's text
*4 荐肢В
*5 荐肢В
*6 ????┿?括????絖?