leaf upgrade test wiki
[ikiwiki.git] / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to learn how to use the wiki.
2  t
3 ------
4 sandbox 
5
6 External link to google: [GoOgLe](http://www.google.es)
7
8 AnOtHer TEST from the GIT repo  .
9
10 <p class="mytest">p test with a testclass!</p>
11
12 <table>
13   <thead>
14     <tr>
15       <th>Month</th>
16       <th>Savings</th>
17     </tr>
18   </thead>
19   <tbody>
20     <tr>
21       <td>January</td>
22       <td>$120</td>
23     </tr>
24     <tr>
25       <td>February</td>
26       <td>$80</td>
27     </tr>
28   </tbody>
29   <tfoot>
30     <tr>
31       <td>Sum</td>
32       <td>$180</td>
33     </tr>
34   </tfoot>
35 </table>
36
37 TEst123.
38
39 Test321.
40
41 A pagespec test:
42 [[!testpagespec  pagespec="(!*/Discussion and !docs/*) and !(user(justin) or user(matthias) or user(swildner) or user(josepht) )" match="mascot and user(swildner)"]]
43
44 Text!!
45
46 CODEBLOCK:
47
48     this is a code
49     block, right here yo!
50
51 > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
52 > consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
53 > Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
54
55 > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
56 > id sem consectetuer libero luctus adipiscing.
57
58 <pre>
59   HAHAHAHAHAH
60        even ... HAHAHAHAHA
61 </pre>
62
63 Here's some C code:
64
65 [[!format  c """
66 void main () {
67     printf("hello, world!");
68 }
69
70
71 """]]
72
73 Also a diff:
74
75 [[!format  diff """
76 -bar
77 +foo
78 """]]
79
80 Some markdown:
81
82 [[!format mdwn """
83 # This is a markdown header
84 ## This is another one
85
86
87 """]]
88
89 This a table attempt in this piece of junky ikiwiki format:
90
91     test a | test b
92     -------|--------
93     test c | test f
94
95 ----
96
97 Here's a paragraph. 
98
99 Here's another one with *emphasised* text.
100
101 # Header
102
103 ## Subheader
104
105 > This is a blockquote.
106 >
107 > This is the first level of quoting.
108 >
109 > > This is nested blockquote.
110 >
111 > Back to the first level.
112
113 Numbered list 
114
115 1. First item.
116 1. Another.
117 1. And another..
118
119 Bulleted list
120
121 * *item*
122 * item
123
124 Here's a link: [vKernelTips](http://www.dragonflybsd.org/docs/user/vKernelTips/)
125
126 [[ipfw3|/docs/ipfw3]]
127
128 [[named absolute internal link|/docs/handbook/FTP]]
129
130 [[named internal link|FTP]]
131
132 [[docs/developer/GEMdrmKMS]]
133
134 [[docs/developer/Manually_Build_X_and_Beyond]]
135
136 [[docs/faq/FAQ-English]]
137
138 [[sandbox/Testpage]]
139
140 [[ikiwiki/WikiLink]]
141
142 [[foo]]
143
144 [[tmpswildner]]
145
146 [[docs/howtos/swapcache]]
147
148 [[posix_checklists]]
149
150 [[i386_phaseout_discussion]]
151
152 [[true-FDE|/docs/howtos/encrypt-boot]]
153
154
155 <hr />
156
157 ## Broken Links
158
159 [[!brokenlinks]]
160
161
162 <hr />
163
164 ## Table test
165
166 [[!table  data="""
167 Customer |Amount
168 Fulanito |134,34
169 Menganito|234,56
170 Menganito|234,56
171 """]]
172
173 ## Orphan Pages and/or Files
174
175 [[!orphans  pages="* and !blog/*"]]