Sample PageCreated on 2007-08-28 16:44:46; Last edited on 2007-08-28 16:44:46 by admin; viewed 940 times Table of Contents
General NotesAll 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; the 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 some text parsed, 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 plus-signs before 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 an asterisk; spaces before indicate sub-lists.
Numbered ListsSimilarly, you can create numbered lists by starting a paragraph with a hash; spaces before indicate sub-lists.
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. Indent me! The quick brown fox jumps over the lazy dog. Now this the time for all good men to come to the aid of their country. Notice how we can continue the block-quote in the same "paragraph" by using a backslash at the end of the line. 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. Wiki TagsSurround a tag name with tildes to create a link to a tag.
URLsCreate a remote link simply by typing its URL: http://weierophinney.net. If you like, enclose it in brackets to create a numbered reference and avoid cluttering the page; [http://weierophinney.net/comics] becomes 1. Or you can have a described-reference instead of a numbered reference:
Comics 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).
<?phpTablesYou can create tables using pairs of vertical bars:
|
|||||||||||||||||||||||||||||||||||||





Wiki Home | Recent Pages | Most Popular | Tags
Add new page