:CategoryDev/Document/FormattingSandbox
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[:CategoryDev/Document]]~
[[:CategoryDev/Document/Text Formatting Rule]]
----
-This is a testing document for PukiWiki's Formatting rul...
-Oh! It's a very useful format for summarizing Text Forma...
-Wow. Your immediate work is astonishing to me! Added the...
-Thanks, both of you for the compliments. ^_^ I have clea...
-Some updates. "contents plugin" which usually shows the ...
-This page is almost finished! Thank you for your making ...
#hr
#contents
#hr
Here are examples.
*Inline Elements [#m7791eef]
In the following table you can see how to use the inline ...
**Text Decorations [#a4c2798d]
The expressions are supposed to work with the default set...
The first 5 expressions are defined in ''default.ini.php''.
The others which starts with "&" and "footnote" is po...
See ''default.ini.php'' to change the settings for the fo...
See respective ''plugins'' for the latter ones.
|''Format example''|''Formatting code''|''Comment''|h
|''Emphasised text''|''Emphasised text''|...
|'''Italic text'''|'''Italic text''&#...
|%%Strikethrough text%%| %%Strikethrough text%...
|%%%Underlined text%%%| %%%Underlined text...
|Text with&br;a break|Text with &br; a break||
|&size(24){Text in font size 24};| &size(24){Text in ...
|&color(purple){Purple text};| &color(purple){Purple ...
|&color(#663466){Colored text};| &color(#123456){Colo...
|&color(yellow,black){yellow text with black backbround};...
|((This is the footnote's text))|((This is the fo...
|&ref(http://www.example.com);&br;&ref(pukiwiki.png,alt-t...
|&aname(Anchor);|&aname(Anchor);|This inserts an invi...
**Link Styles [#v232da88]
|''Format example''|''Formatting code''|''Comment''|h
|WikiName|WikiName|This creates a link to another pag...
|[[BracketName]]|[[BracketName]]...
|http://www.example.com|http://www.example.com|The easies...
|[[External link:http://www.example.com]]|[[Exter...
|[[http://example.com/pukiwiki.png:http://www.example.com...
|[[pukiwiki:FrontPage]]|[[pukiwiki:FrontPage]]|In...
|[[Alias>FrontPage]]|[[Alias>FrontPage]]|This ena...
|[[Alias>pukiwiki:FrontPage]]|[[Alias>pukiwiki:Fr...
|[[http://example.com/pukiwiki.png>FrontPage]]|[[...
|[[&ref(pukiwiki.png,nolink,Pukiwiki);>FrontPage]]|[&...
**Special entities : [#nb14c38a]
These expressions are supposed to work with the default s...
See ''rules.ini.php'' to change the definition, and see '...
|''Special entity''|''Code''|''Comments''|h
|FormattingSandbox|&page;|This returns the name of cu...
|:CategoryDev/Document/FormattingSandbox|&fpage;|This...
|2004-01-16|&date;|This returns date according to the...
|17:28:19|&time;|This returns date according to the d...
|2004-01-16 (Fri) 17:28:19|&now;|This returns the cur...
|2004-01-16|date ?| This returns date according to the de...
|17:28:19|time ?| This returns date according to the defi...
|2004-01-16 (Fri) 17:28:19|now ?| This returns the curren...
|&heart;|&heart;||
|©|©||
|®|®||
|™|™||
|²|²||
|³|³||
| | |You may not be able to see it,&br;but ...
**Numeric entities : [#nb14c38a]
|''Numeric entity''|''Code''|''Comments''|h
| |
|This a normal space,|
|∞|∞|We could go on like this forever...|
|Ω|&;|But here it must end.|
|å|å (in decimal)| represents the letter "a...
|å|å (in hexadecimal)| represents the lette...
|И|И (in decimal)|represents the Cyrillic...
|水|水 (in hexadecimal)|represents the Ch...
|[|[|represents the [ sign.|
|]|]|represents the ] sign.|
|ї|ї|As you can se, you're able to define...
**Misc [#v656944d]
|''Format example''|''Formatting code''|''Comment''|h
|Inline text&br;Inline text| Inline text&br;Inline te...
|Inline text~&br;#plug-in| Inline text~&br;#plug-in|The ~...
|&counter;|&counter;|Shows the access log counter.|
|&online;|&online;|Shows the curecnt number of the vi...
|&version;|&version;|Shows the version number of Puki...
&br;
*Block Elements [#vab576d9]
~In what follows, examples for the block elements will be...
First, you will see the example as it should be entered i...
next is the result you'll get.
**Preformatted text [#n759c266]
Preformatted text. There is a space in front of this te...
Preformatted text. There is a space in front of this tex...
&br;
**Headings [#ac5978ad]
*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.
&br;
**Paragraphs and the tilde as and escape character [#qf93...
~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 i...
Line break escape example~
#comment (disables first letter formatting rule, which is...
&br;
**Quotes [#kca2e842]
>Quote Level 1
>>Quote Level 2
>>>Quote Level 3
>Quote Level 1
>>Quote Level 2
>>>Quote Level 3
&br;
**Unordered lists [#z49f05aa]
-Unordered list level 1
--Unordered list level 2
---Unordered list level 3
-Unordered list level 1
--Unordered list level 2
---Unordered list level 3
&br;
**Ordered lists [#z5776714]
+Ordered list level 1
++Ordered list level 2
+++Ordered list level 3
+Ordered list level 1
++Ordered list level 2
+++Ordered list level 3
&br;
**Definition lists [#ld3bf7de]
:Definition|Description
:Definition|Description
&br;
**Comments [#s7e1dcef]
A comment is hidden here:
//Comment
A comment is hidden here:
//Comment
&br;
**Horizontal Rule [#jc7b1972]
----
----
**Table [#pca8d4bc]
*** Simple [#xb7f0c4f]
|aaa|bbb|ccc|
|111|222|333|
|aaa|bbb|ccc|
|111|222|333|
*** Advanced [#lfad6154]
|RIGHT:100|CENTER:|SIZE(20)|c -------------- format defi...
|~Header|Header2|Header3|h ----------------- header line
|CENTER:lowspan|COLOR(red):bbb|ccc|
|~|222|COLOR(#ff0000):BGCOLOR(yellow):333|
|footer|>|CENTER:colspan|f ----------------- footer line
|RIGHT:100|CENTER:|SIZE(20)|c
|~Header|Header2|Header3|h
|CENTER:lowspan|COLOR(red):bbb|ccc|
|~|222|COLOR(#ff0000):BGCOLOR(yellow):333|
|footer|>|CENTER:colspan|f
**CSV Table [#bc0b7e1f]
,aaa , bbb , ccc
,1111,2222,3333
,aaa , bbb , ccc
,1111,2222,3333
**Plug-ins [#vaf81370]
#contents
~(This is the table of contents plugin)
&br;
*Nesting Elements [#f4c3cb27]
**Paragraph Element-Emphasize Element [#nb6b7452]
~This is the paragraph, which is the parent element that...
''This is the emphasized text, that is the child element...
~This is the paragraph, which is the parent element that ...
''This is the emphasized text, that is the child element ...
**Quotation Element-List Element [#t029cf44]
Level[0]
-List Level 1
>Quote Level 1(List Level 1)
<Quite Quote Level 1(List Level 1)//quite Quote Block wi...
>Quote Level 1-a(List Level 1)
>>Quote Level 2(List Level 1)
<<Quite Quote Level 2(List Level 1)
<Quite Quote Level 1-a(List Level 1)
|back|to|List Level 1|with|table|
--List Level 2 (List Level 2)
|back|to|List Level 2|with|table|//add a table block to ...
--List Level 2 (List Level 2) &br; Line Break(List Level...
---List Level 3
>Quote Level 1-a(List Level 3)
>>Quote Level 2-a(List Level 3)
-List Level 1(Quote Level 2-a/List Level 3)
<<Quite Quote Level 2(List Level 3)
<Quite Quote Level 1(List Level 3)
-List Level 1
Level[0]
-List Level 1
>Quote Level 1(List Level 1)
<Quite Quote Level 1(List Level 1)
>Quote Level 1-a(List Level 1)
>>Quote Level 2(List Level 1)
<<Quite Quote Level 2(List Level 1)
<Quite Quote Level 1-a(List Level 1)
|back|to|List Level 1|with|table|
--List Level 2 (List Level 2)
|back|to|List Level 2|with|table|
--List Level 2 (List Level 2) &br; Line Break(List Level 2)
---List Level 3
>Quote Level 1-a(List Level 3)
>>Quote Level 2-a(List Level 3)
-List Level 1(Quote Level 2-a/List Level 3)
<<Quite Quote Level 2(List Level 3)
<Quite Quote Level 1(List Level 3)
-List Level 1
*Enhancements with Plug-in [#s20a3a69]
**How can I attach/upload files and images? [#r42919d4]
:Required Plug-ins|
~"Attach" and "Ref"
:How to|
+First, you need to upload the file or image by using "at...
+If you fihish uploading the file or image, you can call ...
終了行:
[[:CategoryDev/Document]]~
[[:CategoryDev/Document/Text Formatting Rule]]
----
-This is a testing document for PukiWiki's Formatting rul...
-Oh! It's a very useful format for summarizing Text Forma...
-Wow. Your immediate work is astonishing to me! Added the...
-Thanks, both of you for the compliments. ^_^ I have clea...
-Some updates. "contents plugin" which usually shows the ...
-This page is almost finished! Thank you for your making ...
#hr
#contents
#hr
Here are examples.
*Inline Elements [#m7791eef]
In the following table you can see how to use the inline ...
**Text Decorations [#a4c2798d]
The expressions are supposed to work with the default set...
The first 5 expressions are defined in ''default.ini.php''.
The others which starts with "&" and "footnote" is po...
See ''default.ini.php'' to change the settings for the fo...
See respective ''plugins'' for the latter ones.
|''Format example''|''Formatting code''|''Comment''|h
|''Emphasised text''|''Emphasised text''|...
|'''Italic text'''|'''Italic text''&#...
|%%Strikethrough text%%| %%Strikethrough text%...
|%%%Underlined text%%%| %%%Underlined text...
|Text with&br;a break|Text with &br; a break||
|&size(24){Text in font size 24};| &size(24){Text in ...
|&color(purple){Purple text};| &color(purple){Purple ...
|&color(#663466){Colored text};| &color(#123456){Colo...
|&color(yellow,black){yellow text with black backbround};...
|((This is the footnote's text))|((This is the fo...
|&ref(http://www.example.com);&br;&ref(pukiwiki.png,alt-t...
|&aname(Anchor);|&aname(Anchor);|This inserts an invi...
**Link Styles [#v232da88]
|''Format example''|''Formatting code''|''Comment''|h
|WikiName|WikiName|This creates a link to another pag...
|[[BracketName]]|[[BracketName]]...
|http://www.example.com|http://www.example.com|The easies...
|[[External link:http://www.example.com]]|[[Exter...
|[[http://example.com/pukiwiki.png:http://www.example.com...
|[[pukiwiki:FrontPage]]|[[pukiwiki:FrontPage]]|In...
|[[Alias>FrontPage]]|[[Alias>FrontPage]]|This ena...
|[[Alias>pukiwiki:FrontPage]]|[[Alias>pukiwiki:Fr...
|[[http://example.com/pukiwiki.png>FrontPage]]|[[...
|[[&ref(pukiwiki.png,nolink,Pukiwiki);>FrontPage]]|[&...
**Special entities : [#nb14c38a]
These expressions are supposed to work with the default s...
See ''rules.ini.php'' to change the definition, and see '...
|''Special entity''|''Code''|''Comments''|h
|FormattingSandbox|&page;|This returns the name of cu...
|:CategoryDev/Document/FormattingSandbox|&fpage;|This...
|2004-01-16|&date;|This returns date according to the...
|17:28:19|&time;|This returns date according to the d...
|2004-01-16 (Fri) 17:28:19|&now;|This returns the cur...
|2004-01-16|date ?| This returns date according to the de...
|17:28:19|time ?| This returns date according to the defi...
|2004-01-16 (Fri) 17:28:19|now ?| This returns the curren...
|&heart;|&heart;||
|©|&copy;||
|®|&reg;||
|™|&trade;||
|²|&sup2;||
|³|&sup3;||
| |&nbsp;|You may not be able to see it,&br;but ...
**Numeric entities : [#nb14c38a]
|''Numeric entity''|''Code''|''Comments''|h
| |&#10;|This a normal space,|
|∞|&#8734;|We could go on like this forever...|
|Ω|&;|But here it must end.|
|å|&#229; (in decimal)| represents the letter "a...
|å|&#xe5; (in hexadecimal)| represents the lette...
|И|&#1048; (in decimal)|represents the Cyrillic...
|水|&#x6c34; (in hexadecimal)|represents the Ch...
|[|&#x5b;|represents the [ sign.|
|]|&#x5d;|represents the ] sign.|
|ї|&#1111;|As you can se, you're able to define...
**Misc [#v656944d]
|''Format example''|''Formatting code''|''Comment''|h
|Inline text&br;Inline text| Inline text&br;Inline te...
|Inline text~&br;#plug-in| Inline text~&br;#plug-in|The ~...
|&counter;|&counter;|Shows the access log counter.|
|&online;|&online;|Shows the curecnt number of the vi...
|&version;|&version;|Shows the version number of Puki...
&br;
*Block Elements [#vab576d9]
~In what follows, examples for the block elements will be...
First, you will see the example as it should be entered i...
next is the result you'll get.
**Preformatted text [#n759c266]
Preformatted text. There is a space in front of this te...
Preformatted text. There is a space in front of this tex...
&br;
**Headings [#ac5978ad]
*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.
&br;
**Paragraphs and the tilde as and escape character [#qf93...
~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 i...
Line break escape example~
#comment (disables first letter formatting rule, which is...
&br;
**Quotes [#kca2e842]
>Quote Level 1
>>Quote Level 2
>>>Quote Level 3
>Quote Level 1
>>Quote Level 2
>>>Quote Level 3
&br;
**Unordered lists [#z49f05aa]
-Unordered list level 1
--Unordered list level 2
---Unordered list level 3
-Unordered list level 1
--Unordered list level 2
---Unordered list level 3
&br;
**Ordered lists [#z5776714]
+Ordered list level 1
++Ordered list level 2
+++Ordered list level 3
+Ordered list level 1
++Ordered list level 2
+++Ordered list level 3
&br;
**Definition lists [#ld3bf7de]
:Definition|Description
:Definition|Description
&br;
**Comments [#s7e1dcef]
A comment is hidden here:
//Comment
A comment is hidden here:
//Comment
&br;
**Horizontal Rule [#jc7b1972]
----
----
**Table [#pca8d4bc]
*** Simple [#xb7f0c4f]
|aaa|bbb|ccc|
|111|222|333|
|aaa|bbb|ccc|
|111|222|333|
*** Advanced [#lfad6154]
|RIGHT:100|CENTER:|SIZE(20)|c -------------- format defi...
|~Header|Header2|Header3|h ----------------- header line
|CENTER:lowspan|COLOR(red):bbb|ccc|
|~|222|COLOR(#ff0000):BGCOLOR(yellow):333|
|footer|>|CENTER:colspan|f ----------------- footer line
|RIGHT:100|CENTER:|SIZE(20)|c
|~Header|Header2|Header3|h
|CENTER:lowspan|COLOR(red):bbb|ccc|
|~|222|COLOR(#ff0000):BGCOLOR(yellow):333|
|footer|>|CENTER:colspan|f
**CSV Table [#bc0b7e1f]
,aaa , bbb , ccc
,1111,2222,3333
,aaa , bbb , ccc
,1111,2222,3333
**Plug-ins [#vaf81370]
#contents
~(This is the table of contents plugin)
&br;
*Nesting Elements [#f4c3cb27]
**Paragraph Element-Emphasize Element [#nb6b7452]
~This is the paragraph, which is the parent element that...
''This is the emphasized text, that is the child element...
~This is the paragraph, which is the parent element that ...
''This is the emphasized text, that is the child element ...
**Quotation Element-List Element [#t029cf44]
Level[0]
-List Level 1
>Quote Level 1(List Level 1)
<Quite Quote Level 1(List Level 1)//quite Quote Block wi...
>Quote Level 1-a(List Level 1)
>>Quote Level 2(List Level 1)
<<Quite Quote Level 2(List Level 1)
<Quite Quote Level 1-a(List Level 1)
|back|to|List Level 1|with|table|
--List Level 2 (List Level 2)
|back|to|List Level 2|with|table|//add a table block to ...
--List Level 2 (List Level 2) &br; Line Break(List Level...
---List Level 3
>Quote Level 1-a(List Level 3)
>>Quote Level 2-a(List Level 3)
-List Level 1(Quote Level 2-a/List Level 3)
<<Quite Quote Level 2(List Level 3)
<Quite Quote Level 1(List Level 3)
-List Level 1
Level[0]
-List Level 1
>Quote Level 1(List Level 1)
<Quite Quote Level 1(List Level 1)
>Quote Level 1-a(List Level 1)
>>Quote Level 2(List Level 1)
<<Quite Quote Level 2(List Level 1)
<Quite Quote Level 1-a(List Level 1)
|back|to|List Level 1|with|table|
--List Level 2 (List Level 2)
|back|to|List Level 2|with|table|
--List Level 2 (List Level 2) &br; Line Break(List Level 2)
---List Level 3
>Quote Level 1-a(List Level 3)
>>Quote Level 2-a(List Level 3)
-List Level 1(Quote Level 2-a/List Level 3)
<<Quite Quote Level 2(List Level 3)
<Quite Quote Level 1(List Level 3)
-List Level 1
*Enhancements with Plug-in [#s20a3a69]
**How can I attach/upload files and images? [#r42919d4]
:Required Plug-ins|
~"Attach" and "Ref"
:How to|
+First, you need to upload the file or image by using "at...
+If you fihish uploading the file or image, you can call ...
ページ名: