(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 CODEBLOCK:
12
13     this is a code
14     block, right here yo
15
16 > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
17 > consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
18 > Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
19
20 > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
21 > id sem consectetuer libero luctus adipiscing.
22
23 <pre>
24   HAHAHAHAHAH
25        even ... HAHAHAHAHA
26 </pre>
27
28 Here's some C code:
29
30 [[!format  c """
31 void main () {
32     printf("hello, world!");
33 }
34
35
36 """]]
37
38 Also a diff:
39
40 [[!format  diff """
41 -bar
42 +foo
43 """]]
44
45 Some markdown:
46
47 [[!format mdwn """
48 # This is a markdown header
49 ## This is another one
50
51
52 """]]
53
54 <p class="mytest">my test</p>
55
56 This a table attempt in this piece of junky ikiwiki format:
57
58     test a | test b
59     -------|--------
60     test c | test f
61
62 ----
63
64 Here's a paragraph. 
65
66 Here's another one with *emphasised* text.
67
68 # Header
69
70 ## Subheader
71
72 > This is a blockquote.
73 >
74 > This is the first level of quoting.
75 >
76 > > This is nested blockquote.
77 >
78 > Back to the first level.
79
80 Numbered list 
81
82 1. First item.
83 1. Another.
84 1. And another..
85
86 Bulleted list
87
88 * *item*
89 * item
90
91 Here's a link: [vKernelTips](http://www.dragonflybsd.org/docs/user/vKernelTips/)
92
93 [[ipfw3|/docs/ipfw3]]
94
95 [[named absolute internal link|/docs/handbook/FTP]]
96
97 [[named internal link|FTP]]
98
99 [[docs/developer/GEMdrmKMS]]
100
101 [[docs/developer/Manually_Build_X_and_Beyond]]
102
103 [[docs/faq/FAQ-English]]
104
105 [[sandbox/Testpage]]
106
107 [[ikiwiki/WikiLink]]
108
109 [[foo]]
110
111 [[tmpswildner]]
112
113 [[docs/howtos/swapcache]]
114
115 [[posix_checklists]]
116
117 [[i386_phaseout_discussion]]
118
119
120 <hr />
121
122 ## Broken Links
123
124 [[!brokenlinks]]
125
126
127 <hr />
128
129 ## Table test
130
131 [[!table  data="""
132 Customer |Amount
133 Fulanito |134,34
134 Menganito|234,56
135 Menganito|234,56
136 """]]
137
138 ## Orphan Pages and/or Files
139
140 [[!orphans  pages="* and !blog/*"]]