test
[hcoop/zz_old/ikiwiki] / WikiSandBox.mdwn
1 ##master-page:WikiSandBox
2 #format wiki
3 #language en
4 Please feel free to experiment here, after the four dashes below... and please do '''NOT''' create new pages without any meaningful content just to try it out!
5
6 '''Tip:''' Shift-click "HelpOnEditing" to open a second window with the help pages.
7 ----
8
9 == Formatting ==
10
11 ''italic'' '''bold''' {{{typewriter}}}
12
13 `backtick typewriter` (configurable)
14
15 ~+ bigger +~ ~- smaller -~
16
17 {{{
18 preformatted some more
19 and some more lines too
20
21 }}}
22
23 {{{#!python
24 def syntax(highlight):
25 print "on"
26 return None
27 }}}
28
29
30 {{{#!java
31 public void main(String[] args]){
32 System.out.println("Hello world!");
33 }
34
35 }}}
36
37
38 == Linking ==
39
40 HelpOnEditing MoinMoin:InterWiki
41
42 http://moinmoin.wikiwikiweb.de/ [http://www.python.org/ Python]
43
44 someone@the.inter.net
45
46
47 === Image Link ===
48 http://c2.com/sig/wiki.gif
49
50 == Smileys ==
51
52 /!\ Alert
53
54 == Lists ==
55
56 === Bullet ===
57 * first
58 1. nested and numbered
59 1. numbered lists are renumbered
60 * second
61 * third
62 blockquote
63 deeper
64
65 === Glossary ===
66 Term:: Definition
67
68 === Drawing ===
69 drawing:mytest
70
71 = Heading 1 =
72 == Heading 2 ==
73 === Heading 3 ===
74 ==== Heading 4 ====
75
76 = IRC Log test =
77
78 {{{#!irc
79 (23:18) < jroes> ah
80 (23:19) < jroes> hm, i like the way {{{ works, but i was hoping the lines would wrap
81 (23:21) -!- gpciceri [~gpciceri@host181-130.pool8248.interbusiness.it] has quit [Read error: 110 (Connection timed out)]
82 (23:36) < ThomasWal> you could also write a parser or processor
83 (23:38) < jroes> i could?
84 (23:38) < jroes> would that require modification on the moin end though?
85 (23:38) < jroes> i cant change the wiki myself :x
86 (23:39) < ThomasWal> parsers and processors are plugable
87 (23:39) < ThomasWal> so you dont need to change the core code
88 (23:40) < ThomasWal> you need to copy it to the wiki data directory though
89 (23:40) < jroes> well, what i meant to say was that i dont have access to the box running the wiki
90 (23:40) < ThomasWal> then this is no option
91 (23:40) < jroes> yeah :/
92 }}}
93
94 Seeing if it's possible to edit...