|
!Table of Contents # [#Paragraphs "Paragraphs"] # [#Headlines "Headlines"] # [#style "Text Style"] # [#list "Lists"] # [#link "Hyperlinks"] # [#pic "Pictures / Images"] # [#sep "Horizontal Separators"] # [#ref "Additonal References"] ---- ! Paragraphs #[Paragraphs] * Separate text into paragraphs with blank lines * Force a line break using three percent signs %%''''% * Indent text by beginning a line with spaces or tabs ! Headlines #[Headlines] * use an exclamation mark ! at the beginning of a line to create a small headline * !! for medium headlines * !!! for large headlines ! Text Style #[style] * ''Emphasized or Italic'' : Surround the text with two single quotes on each end ( ' ' ). * __Bold__: Surround the text with two underscores (__) or two asterisks (**) on each end. * ##Bigger##: Surround with double hash marks (##) * µµSmallerµµ: Surround with double mu marks (µ''''µ) - µµOption-M on a Macµµ * ==typewriter-like font==: Surround with double equal signs (==) ! Lists #[list] * Start a line with an asterisk * to begin a list ** Two asterisks will indent the list further *** Three asterisks even more. # Use # instead for numbered lists ## These can have additional levels, too. *# You can mix asterisks and hash marks. # However subsequent list points should start %%% with the same mix of * and # ! Hyperlinks #[link] * The simplest hyperlink is a WikiWord created by [StringingWordsTogether | WikiMarkup]. See also: [CamelCase|BumpyText] or BumpyText * To create a hyperlink that is not a WikiWord, enclose the text in [[square brackets | WikiMarkup]]. * You can prevent a bad WikiWord being formed or show a plural form with square brackets: ** Bad![WikiWord], Plural ![WikiWord]s, This![BumpyText]Rules ** Bad[WikiWord], Plural [WikiWord]s, This[BumpyText]Rules * Valid internet addresses beginning with 'http://', 'file://', 'ftp://' ... will be made into a hyperlink automatically (like http://www.atamadison.com) * To give a nicer title to a hyperlink *# Surround with square brackets and separate with the pipe character ( | ) *#* ![Taekwondo | http://www.atamadison.com] *#* [Taekwondo | http://www.atamadison.com] *# Surround with square brackets and use quotes around the title *#* !["Flashcard Maker" http://www.kitzkikz.com/flashcards/] *#* ["Flashcard Maker" http://www.kitzkikz.com/flashcards/] *# [WikiWord]s can be given a different name the same way *#* !["Different Name" BumpyText] *#* ["Different Name" BumpyText] * To prevent a !WikiLikeWord, !http://type.address, or anything inside ~[square brackets] from becoming a hyperlink, then prepend with an exclamation mark or a tilde: ** !!NoHyperLink, ~~NoHyperLink ** !![no hyperlink], !!http://nolink.org/ * See HyperLink ! Pictures #[pic] * Include an image into a page by enclosing its absolute web address in square brackets: ![http://www.example.com/pics/image.png] * The referenced file name must end with one of: ==.jpeg, .jpg, .png, .gif== * To provide a link to an image, without showing the image, omit the square brackets: ! Horizontal Separators #[sep] - Use four or more dashes alone on a line to create a horizontal line (----). ---- ! See also: #[ref] -ExtendedWikiMarkup - More advanced rules. -GoodStyle - Guidelines for writing Wiki pages. -SandBox - A place to practice using these markups. -Source of Any Page - Click the ''!EditThisPage'' link near the bottom of any page. |
|