3 [[!pagestats pages="/tags/*"]]
9 Testing. One Two Three.
15 ---------------------------------------------------------
21 This is the SandBox, a page anyone can edit to try out ikiwiki
22 (version [[!version ]]).
24 [[!toc levels=1 startlevel=2 ]]
28 > This is a blockquote.
30 > This is the first level of quoting.
32 > > This is a nested blockquote.
34 >> Without a space works too.
37 > Back to the first level.
39 > It's kinda like e-mail...
40 >> ...but without the cool colored lines...
41 >>> ...and different font colors.
42 >>>> ...but it's nothing a little CSS can't fix.
49 Heading 1|Heading 2|Heading 3
50 Item 1| Item 2| Item 3"""]]
53 proxy_pass http://test.ashep:80;
55 proxy_cache_valid 200 302 10m;
56 proxy_cache_valid 404 1m;
78 * footballs; runner; unices
86 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
87 [[!haiku hint="sandbox play"]]
91 ## Different sorts of links:
94 * <http://ikiwiki.info/ikiwiki/formatting/>
95 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
96 * <http://www.gnu.org/>
97 * [GNU](http://www.gnu.org/)
98 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
119 ### this shows a problem with the list and the verbatim
121 Now we try to write a "code" block starting with a hash sign
127 Oh, let's try to do the same thing using sane syntax instead:
134 Now let's write the same block, with a bullest list preceding it.
137 * This is a bullet list
146 [[!tag tech life linux]]
147 [[!taglink tech life linux]]
150 [[!toggle id="ipsum" text="show"]]
152 [[!toggleable id="ipsum" text="""
153 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
154 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
155 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
156 aliquip ex ea commodo consequat.
158 [[!toggle id="ipsum" text="hide"]]
162 This **SandBox** is also a [[blog]]! xxx
164 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
166 [[!format verilog """
167 module vc_Mux2 #( parameter W = 1 )
169 input [W-1:0] in0, in1,
171 output reg [W-1:0] out
179 default : out = {W{1'bx}};
186 testing the ikiwiki sandbox.