]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FHowToUseWiki
Wikicreole syntax
[SourceForge/phpwiki.git] / pgsrc / Help%2FHowToUseWiki
1 Date: Thu, 26 Feb 2009 09:50:32 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FHowToUseWiki;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 //"Wiki wiki"// means "quick" in Hawai'ian.
12
13 **All you really need to know is:**
14 * To edit any page click on the Edit link at the bottom of the page.
15   You should do that right now, and read the source code of this page.
16   It will make more sense.
17 * You get italics by surrounding words with two slashes on either side
18   //like this//.
19 * You get **bold text** by using two asterisks on either side.
20 * And, **_bold italics_** by using both.
21 * You get ##monospaced text## by using two hash signs on either side.
22 * You get bullets by using an asterisk * at the start of the line.
23 * To have a paragraph in plain monospaced font, start it with ~{~{~{
24   and end it with ~}~}~}:
25 {{{
26   this is a poem for sure
27   about monospacing
28   i wrote in purple velour
29   but couldn't find a rhyme for monospacing
30 }}}
31 * You separate paragraphs with an extra blank line. Example:
32
33   I am a paragraph.
34
35   I am a paragraph too. We're just very small paragraphs.
36
37 * You can get horizontal rules with four or more dashes like this:
38
39   ---------
40
41 * To create hyperlinks you just capitalize the words and string them
42   together. Let's say you want to create a page about how Steve
43   Wainstead eats worms. All you have to do is capitalize each word and
44   string them together like this: SteveWainsteadEatsLiveWorms. If the
45   page does not exist yet a question mark appears after the link,
46   inviting you to create the page: ThisPageShouldNotExist. (And please
47   don't ruin the example by creating one.)
48 * To link to pages outside the Wiki, you can just type in the URL and
49   Wiki will link it for you: http://www.nytimes.com/
50 * To put images in, just provide the hyperlink in brackets like this:
51   ~[~http://www.yourhost.yourdomain/images/picture.png]. Image URLs not
52   in brackets will just appear as hyperlinks to the image.
53 * Now you are ready to begin [[Help:AddingPages|adding pages]].
54
55 ----
56
57 A [[Help:WikiWikiWeb|WikiWikiWeb]] is meant to be fast and easy to edit. It has very simple
58 markup that you can read about in [[Help:TextFormattingRules]].
59
60 ----
61
62 If you don't like the size of the text editing window you get, you can
63 change it.  See [[UserPreferences]].
64
65 <noinclude>
66 ----
67 [[PhpWikiDocumentation]]
68 </noinclude>