Sample PageTable of Contents
General NotesThe markup described on this page is for the default Text_Wiki rules; it is a combination of the WikkTikkiTavi and coWiki markup styles. All text is entered as plain text, and will be converted to HTML entities as necessary. This means that <, >, &, and so on are converted for you (except in special situations where the characters are Wiki markup; Text_Wiki is generally smart enough to know when to convert and when not to). Just hit "return" twice to make a paragraph break. If you want to keep the same logical line but have to split it across two physical lines (such as when your editor only shows a certain number of characters per line), end the line with a backslash \ and hit return once. This will cause the two lines to be joined on display, and the backslash will not show. (If you end a line with a backslash and a tab or space, it will not be joined with the next line, and the backslash will be printed.) Inline Formatting
Literal TextIf you don't want Text_Wiki to parse some text, enclose it in two backticks (not single-quotes).
This text gets parsed. This //text// does not get **parsed**. HeadingsYou can make various levels of heading by putting equals-signs before and after the text (all on its own line):
Level 3 HeadingLevel 4 HeadingLevel 5 HeadingLevel 6 HeadingTable of ContentsTo create a list of every heading, with a link to that heading, put a table of contents tag on its own line.
Horizontal RulesUse four dashes (----) to create a horizontal rule. ListsBullet ListsYou can create bullet lists by starting a paragraph with one or more asterisks.
Numbered ListsSimilarly, you can create numbered lists by starting a paragraph with one or more hashes.
Mixing Bullet and Number List ItemsYou can mix and match bullet and number lists:
Definition ListsYou can create a definition (description) list with the following syntax:
Block QuotesYou can mark a blockquote by starting a line with one or more '>' characters, followed by a space and the text to be quoted.
This is normal text here.
Back to normal text. Links and ImagesWiki LinksSmashWordsTogether to create a page link. You can force a WikiPage name not to be clickable by putting an exclamation mark in front of it.
WikiPage WikiPage You can create a "described" or "labeled" link to a wiki page by putting the page name in brackets, followed by some text.
Descriptive text for the link.
Interwiki LinksInterwiki links are links to pages on other Wiki sites. Type the SiteName:PageName like this:
URLsCreate a remote link simply by typing its URL: http://ciaweb.net. If you like, enclose it in brackets to create a numbered reference and avoid cluttering the page; [http://ciaweb.net/free/] becomes 1. Or you can have a described-reference instead of a numbered reference:
PEAR ImagesYou can put a picture in a page by typing the URL to the picture (it must end in gif, jpg, or png).
You can use the described-reference URL markup to give the image an ALT tag:
Code BlocksCreate code blocks by using <code>...</code> tags (each on its own line).
To create PHP blocks that get automatically colorized when you use PHP tags, simply surround the code with <code type="php">...</code> tags (the tags themselves should each be on their own lines, and no need for the <?php ... ?> tags).
TablesYou can create tables using pairs of vertical bars:
This site powered by YaWiki 0.20 alpha. |