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%% | |
| ((This is the footnote's text)) | This inserts a footnote with the given text at the bottom of the page. |
&ref(http://www.example.com); | &ref(http://www.example.com); | This inserts a reference. |
| &aname(Anchor); | This inserts an invisible anchor for hyperlinking. |
&counter; | &counter; | This inserts a counter. What does it count, in fact? |
&online; | &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. |