TextFormat
The text format of qwikWeb can be viewed here.
Text format
Please also access the simplified text format.
Header
- You can describe header by placing '*' on the beginning of the line.
- You can use '*' from one to five. The stars are translated from h2 to h6.
* Header 1 ** Header 2 *** Header 3 **** Header 4 ***** Header 5
Header 1
Header 2
Header 3
Header 4
Header 5
Page Title
You can specify the page title using '*' on the first line of the page. The header acts as the page title. You can link the page using the page title.
For example, you can link to the TextFormat page using 書式一覧詳細版. In addition, you can use 書式一覧詳細版 to link the page.
However, usually, please use the page ID to link the page. If you use page title to link to the page, the page link will be disconnected. The page title will appear instead of the page ID if you use page ID to link to the page.
List
- You can use an unordered list using '-' on the beginning of the line.
- You can use '-' from one to three times. You can use a nested list.
- You can use an ordered list using '+' also.
- List level 1 -- List level 2 --- List level 3 + Unordered list 1 ++ Unordered list 2 +++ Unordered list 3
- List level 1
- List level 2
- List level 3
- Unordered list 1
- Unordered list 2
- Unordered list 3
Paragraph
- You can describe normal paragraphs.
- The blank lines become separators between paragraphs.
For example, you can describe several lines using several lines.
For example, you can describe several lines using several lines.
Horizontal rules
- You can describe a horizontal rule using '===='.
There is a separator between this word ==== and this word.
There is a separator between this word
and this word.
Pre-formatted text
You can describe pre-formatted text using ' ' or 'tab'.
This is a pre-formatted text.
You can also use '{{{' and '}}}' for specifying pre-formatted text.
{{{
void main()
{
printf("hello, world");
}
}}}
void main()
{
printf("hello, world
");
}
Quote
You can describe a quote using '>'.
> This is a quote.
This is a quote.
Word description
You can make a word description using ':'.
:Wiki:A writable Web system. :QuickML:An easy-to-use mailing list system.
- Wiki
- A writable Web system.
- QuickML
- An easy-to-use mailing list system.
Table
You can use a table using ',' or '|'.
,Data 1-1,Data 1-2,Data 1-3 ,Data 2-1,Data 2-2,Data 2-3
| Data 1-1 | Data 1-2 | Data 1-3 |
| Data 2-1 | Data 2-2 | Data 2-3 |
Inline Elements
You can specify inline elements.
- You can add emphasis to an enclosed text using 2 apostrophes.
- You can add stronger emphasis to an enclosed text using 3 apostrophes.
- You can add strike out an enclosed text using 3 equals signs.
This is ''emphasis text''. This is '''bold text'''. This is ==stricken out text==.
This is emphasis text.
This is bold text.
This is stricken out text.
Link
You can make a link to a page using '[[' and ']]'.
For example, this is a link to [[FrontPage]].
For example, this is a link to Welcome to qwik.jp!.
Create a new page
You can create a new page by following a new page link.
Delete a page.
You can delete a page by saving the page with a null string.
Link to a URL
You can link a URL by describing the URL in the text.
You can access qwikWeb homepage from http://qwik.jp/ .
You can access qwikWeb homepage from http://qwik.jp/ .
Furthermore, you can specify the link using '[[' and ']]'.
You can use it with an alias like this [[qwik|http://qwik.jp/]].
You can use it with an alias like this qwik.
If the suffix of the link is jpg, jpeg, png, or gif, the images will be embedded in the page.
[[New!|http://img.yahoo.co.jp/images/new2.gif]]

InterWiki function.
You can describe a link to the other Wiki sites.
- [[google:qwikWeb]] - [[isbn:4797318325]] - [[amazon:Wiki]]
Functions list
- ExtArchive Site archive You can get a zip archive of the site.
- ExtBackup Backup pages You can see backup of the page.
- ExtChronology Chronology of site You can see when the pages are created and updated.
- ExtFiles Attach file function You can attach files to pages.
- ExtHistory History mode You can see the history of the page interactively.
- ExtPresen Presentaion mode You can show the page in presentation mode.
- ExtRedirect Redirect mode You can use redirect at all external link on your site.
- ExtWysiwyg WYSIWYG editing mode You can edit a page in wysiwyg mode.
- PluginBasic Basic plugins Simple and Basic plugins.
- PluginBook Book and ISBN plugins Add a link to a book or to search by a phrase.
- PluginCalc Spreadsheet plugin You can caliculate sum by a simple table.
- PluginChristel Takigawa Christel plugin You can embed Takigawa Christel image.
- PluginCode Code input plugin You can input code on the page.
- PluginComment Comment plugin You can show comment field.
- PluginCounter Counter plugin You can show a conter for the page.
- PluginDiary Diary plugin You can create a diary page.
- PluginEmbedHtml Embed HTML plugin You can embed bare HTML in the page.
- PluginInclude Include plugin You can include other page.
- PluginInterWiki InterWiki plugin Make a link for another Wiki.
- PluginKeywords Show keywords plugin You can see the list of keywords of the page.
- PluginMap Map plugin You can embed a map and create makers.
- PluginMenu Menu plugin You can show a pull down menu.
- PluginPassword Set password plugin You can lock a page by a password.
- PluginPlan Show plan plugin You can show the plan of this group.
- PluginPovray PovRay plugin You can embed ray tracing rendered 3D CG.
- PluginRuby Embed Ruby code plugin You can embed ruby code on pages.
- PluginSample Sample plugins These are sample plugins.
- PluginSchedule Input your scuedule plugin You can input your schedule.
- PluginSearch Search plugin You can show a search form.
- PluginSmil Video editing plugin You can control the timeline of the video.
- PluginStyle Style plugin You can specify styles of the page.
- PluginTable Table edit plugin You can edit a table in the page.
- PluginTextarea Textarea plugin You can show a simple textarea field.
- PluginWebService Web service plugins You can use several external Web services.
- PluginWema Post-it plugin You can put post-it notes on the page.
- QwikWeb How to qwikWeb How to use qwikWeb
- QwikWebLogin qwikWeb login You can login by using three auth methods.
- SiteBackup Site backup You can get a tgz(tar.gz) archive of the whole site content.
- SiteLog Show SiteLog You can see sitelog of this site.
- SiteManagement Site management Site management menu.
- SiteTheme Site Theme You can choose your favorite page design.
- TextFormat TextFormat The text format of qwikWeb can be viewed here.
- TextFormatSimple TextFormat You can view a brief description of the text format.
- christel Takigawa Christel plugin You can embed Takigawa Christel image.
- code Code input plugin You can input code on the page.