3 [[!pagestats pages="/tags/*"]]
13 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
14 (version [[!version ]]).
16 [[!toc levels=1 startlevel=2 ]]
18 See, online editing :-p
22 w00t, how does this look on the **git** end? Well, as a commit of course.
24 Testing this sandbox thing.
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"""]]
69 * footballs; runner; unices
77 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
78 [[!haiku hint="sandbox play"]]
82 ## Different sorts of links:
85 * <http://ikiwiki.info/ikiwiki/formatting/>
86 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
87 * <http://www.gnu.org/>
88 * [GNU](http://www.gnu.org/)
89 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
110 ### this shows a problem with the list and the verbatim
112 Now we try to write a "code" block starting with a hash sign
118 Oh, let's try to do the same thing using sane syntax instead:
125 Now let's write the same block, with a bullest list preceding it.
128 * This is a bullet list
137 [[!tag tech life linux]]
138 [[!taglink tech life linux]]
141 [[!toggle id="ipsum" text="show"]]
143 [[!toggleable id="ipsum" text="""
144 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
145 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
146 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
147 aliquip ex ea commodo consequat.
149 [[!toggle id="ipsum" text="hide"]]
153 This **SandBox** is also a [[blog]]! xxx
155 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
157 [[!format verilog """
158 module vc_Mux2 #( parameter W = 1 )
160 input [W-1:0] in0, in1,
162 output reg [W-1:0] out
170 default : out = {W{1'bx}};
179 This is simple enough for now [[sandbocen]] no?