(no commit message)
[ikiwiki.git] / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to learn how to use the wiki.
2
3 ----
4 TEst123.
5
6 A pagespec test:
7 [[!testpagespec  pagespec="(!*/Discussion and !docs/*) and !(user(justin) or user(matthias) or user(swildner) or user(josepht) )" match="mascot and user(swildner)"]]
8
9 Text!!
10
11 <pre>
12   HAHAHAHAHAH
13        even ... HAHAHAHAHA
14 </pre>
15
16 <table class="w3-table" border="1">
17 <tr>
18   <th>First Name</th>
19   <th>Last Name</th>
20   <th>Points</th>
21 </tr>
22 <tr>
23   <td>Jill</td>
24   <td>Smith</td>
25   <td>50</td>
26 </tr>
27 </table>
28
29
30 Here's a paragraph. 
31
32 Here's another one with *emphasised* text.
33
34 # Header
35
36 ## Subheader
37
38 > This is a blockquote.
39 >
40 > This is the first level of quoting.
41 >
42 > > This is nested blockquote.
43 >
44 > Back to the first level.
45
46 Numbered list 
47
48 1. First item.
49 1. Another.
50 1. And another..
51
52 Bulleted list
53
54 * *item*
55 * item
56
57 Here's a link: [vKernelTips](http://www.dragonflybsd.org/docs/user/vKernelTips/)
58
59 [[ipfw3|/docs/ipfw3]]
60
61 [[named absolute internal link|/docs/handbook/FTP]]
62
63 [[named internal link|FTP]]
64
65 [[docs/developer/GEMdrmKMS]]
66
67 [[docs/developer/Manually_Build_X_and_Beyond]]
68
69 [[docs/faq/FAQ-English]]
70
71 [[sandbox/Testpage]]
72
73 [[ikiwiki/WikiLink]]
74
75 [[foo]]
76
77 [[tmpswildner]]
78
79 [[docs/howtos/swapcache]]
80
81 [[posix_checklists]]
82
83 [[i386_phaseout_discussion]]
84
85
86 <hr />
87
88 ## Broken Links
89
90 [[!brokenlinks]]
91
92
93 <hr />
94
95 ## Table test
96
97 [[!table  data="""
98 Customer |Amount
99 Fulanito |134,34
100 Menganito|234,56
101 Menganito|234,56
102 """]]
103
104 ## Orphan Pages and/or Files
105
106 [[!orphans  pages="* and !blog/*"]]