Edit page OneLaptopPerChild
[wiki.git] / EditingTips
1 Note: You should use formatting sparingly, WikiWikiWeb is about content, not look.
2
3 Click '''Raw''''''Text''' in the header to see the markup for this page, and try it yourself in WikiSandBox.
4
5 ==Text Styles==
6
7 You can also write ''italics'' and '''bold'''.
8 To write italics, enclose the text in double single quotes.
9 To write bold, enclose the text in triple single quotes.
10
11 Leave blank lines between paragraphs.
12
13
14 ==Links==
15
16 Names of pages have to LookLikeThis.
17 It's called a WikiName.
18 If you write a word that LooksLikeThis, it will be automatically turned into a link.
19
20 You can use URLs directly: http://www.codewiz.org/ , or you can make descriptive links with [[http://www.codewiz.org/ some anchor text]]. Links to images will appear inline: http://www.w3.org/Icons/valid-css.png
21
22
23 Anchored links also work with [[FrontPage wiki pages]]
24 and [[/index.html local paths]].
25
26
27 ==Block elements==
28
29 If you indent text
30   like this, then it is indented in the output
31     you can have multiple levels of indent
32
33 And if you put asterisks at the start of the line
34
35   * you get a 
36   * bulleted
37   * list
38     * which can also be indented
39       * to several levels
40
41 To insert program source without reformatting in a monospace font, use three curly braces:
42
43 {{{
44   public static void main(String[] args) {
45     out.println("Hello");
46   }
47 }}}
48
49 Just like that.
50
51 ==Rulers==
52
53 ---
54 ----
55 -----
56 ------
57
58 ==Headings==
59
60 ===Level 2===
61 ====Level 3====
62 =====Level 4=====
63 ======Level 5======
64
65
66 ==Final Notes==
67
68 Be aware that PikiPiki does not lock pages during editing, so if you pause for a long time on the edit screen you may overwrite somebody else's changes.