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