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