Diff: Help/HowToUseWiki

Note: You are viewing an old revision of this page. View the current version.

Differences between version 5 and previous revision of Help/HowToUseWiki.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,54 +1,69 @@
-// "Wiki wiki"// means "quick" in Hawai'ian. 
+'' "Wiki wiki"'' means "quick" in Hawai'ian.  
+  
+*All you really need to know is:*  
+  
+* To edit any page click on the Edit link at the bottom of the page.  
+ You should do that right now, and read the source code of this page.  
+ It will make more sense.  
+  
+* You get italics by surrounding words with underscores on either side  
+ _like this_.  
+  
+* You get *bold text* by using two asterisks on either side.  
+  
+* And, *_bold italics_* by using both.  
+  
+* You get =monospaced text= by using two equal-signs on either side
  
-**All you really need to know is:**  
-* To edit any page click on the //Edit//. You should do that right now, and read the source code of this page. It will make more sense.  
-* You get italics by surrounding words with two slashes on either side //like this//.  
-* You get **bold text** by using two asterisks on either side.  
-* And, **//bold italics//** by using both.  
-* You get ##monospaced text## by using two hash signs on either side.  
 * You get bullets by using an asterisk * at the start of the line. 
-* To have a paragraph in plain monospaced font, start it with ~{~{~{ and end it with ~}~}~} :  
-{{{  
+  
+ * To have a paragraph in plain monospaced font, start it with <pre>  
+ and end it with </pre> :  
+  
+ <pre>  
  this is a poem for sure 
  about monospacing 
  i wrote in purple velour 
  but couldn't find a rhyme for monospacing 
-}}}  
+ </pre>  
+  
 * You separate paragraphs with an extra blank line. Example: 
  
  I am a paragraph. 
  
  I am a paragraph too. We're just very small paragraphs. 
  
 * You can get horizontal rules with four or more dashes like this: 
  
---------- 
+ --------- 
  
 * To create hyperlinks you just capitalize the words and string them 
  together. Let's say you want to create a page about how Steve 
  Wainstead eats worms. All you have to do is capitalize each word and 
  string them together like this: SteveWainsteadEatsLiveWorms. If the 
  page does not exist yet a question mark appears after the link, 
  inviting you to create the page: ThisPageShouldNotExist. (And please 
  don't ruin the example by creating one.) 
+  
 * To link to pages outside the Wiki, you can just type in the URL and 
  Wiki will link it for you: http://www.nytimes.com/ 
+  
 * To put images in, just provide the hyperlink in brackets like this: 
  ~[~http://www.yourhost.yourdomain/images/picture.png]. Image URLs not 
  in brackets will just appear as hyperlinks to the image. 
-* Now you are ready to begin [[ Help:AddingPages|adding pages]]
+  
+ * Now you are ready to begin Help:AddingPages. 
  
 ---- 
  
-A [[Help:WikiWikiWeb| WikiWikiWeb]] is meant to be fast and easy to edit. It has very simple  
-markup that you can read about in [[ Help:TextFormattingRules]]
+A WikiWikiWeb is meant to be fast and easy to edit. It has very simple  
+markup that you can read about in Help:TextFormattingRules. 
  
 ---- 
  
 If you don't like the size of the text editing window you get, you can 
-change it. See [[ UserPreferences]]
+change it. See UserPreferences. 
  
-<noinclude>  
 ---- 
-[[PhpWikiDocumentation]]  
-</noinclude>  
+  
+PhpWikiDocumentation  

version 5

"Wiki wiki" means "quick" in Hawai'ian.

All you really need to know is:

  • To edit any page click on the Edit link at the bottom of the page. You should do that right now, and read the source code of this page. It will make more sense.
  • You get italics by surrounding words with underscores on either side like this.
  • You get bold text by using two asterisks on either side.
  • And, bold italics by using both.
  • You get monospaced text by using two equal-signs on either side.
  • You get bullets by using an asterisk * at the start of the line.
  • To have a paragraph in plain monospaced font, start it with <pre> and end it with </pre>:

    this is a poem for sure
    about monospacing
    i wrote in purple velour
    but couldn't find a rhyme for monospacing
  • You separate paragraphs with an extra blank line. Example:

    I am a paragraph.

    I am a paragraph too. We're just very small paragraphs.

  • You can get horizontal rules with four or more dashes like this:


  • To create hyperlinks you just capitalize the words and string them together. Let's say you want to create a page about how Steve Wainstead eats worms. All you have to do is capitalize each word and string them together like this: SteveWainsteadEatsLiveWorms. If the page does not exist yet a question mark appears after the link, inviting you to create the page: ThisPageShouldNotExist. (And please don't ruin the example by creating one.)
  • To link to pages outside the Wiki, you can just type in the URL and Wiki will link it for you: http://www.nytimes.com/
  • To put images in, just provide the hyperlink in brackets like this: [http://www.yourhost.yourdomain/images/picture.png]. Image URLs not in brackets will just appear as hyperlinks to the image.
  • Now you are ready to begin Help:AddingPages.

A WikiWikiWeb is meant to be fast and easy to edit. It has very simple markup that you can read about in Help:TextFormattingRules.


If you don't like the size of the text editing window you get, you can change it. See UserPreferences.


PhpWikiDocumentation