Edit page FrontPage
[wiki.git] / EditingTips
1 Note: You should use formatting sparingly, WikiWikiWeb is about content, not look.
2
3 ''tentativo di scrittura da babbo ''
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 If you can't figure out what I mean, click EditPage to look at the source for this page.
14
15
16 ==Links==
17
18 Names of pages have to LookLikeThis.
19 It's called a WikiName.
20 If you write a word that LooksLikeThis, it will be automatically turned into a link.
21
22 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
23
24
25 Anchored links also work with [[FrontPage wiki pages]]
26 and [[/index.html local paths]].
27
28
29 ==Block elements==
30
31 If you indent text
32   like this, then it is indented in the output
33     you can have multiple levels of indent
34
35 And if you put asterisks at the start of the line
36
37   * you get a 
38   * bulleted
39   * list
40     * which can also be indented
41       * to several levels
42
43 To insert program source without reformatting in a monospace font, use three curly braces:
44
45 {{{
46   public static void main(String[] args) {
47     out.println("Hello");
48   }
49 }}}
50
51 Just like that.
52
53 ==Rulers==
54
55 ---
56 ----
57 -----
58 ------
59
60 ==Headings==
61
62 ===Level 2===
63 ====Level 3====
64 =====Level 4=====
65 ======Level 5======
66
67
68 ==Final Notes==
69
70 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.
71
72 Now click Edit''''''Text in the header to see the markup for this page, and try it yourself in PikiSandBox.
73
74 ----
75 Contributors and PikiGurus: JohnFarrell, MartinPool