3 [[!pagestats pages="/tags/*"]]
6 [[!sidebar content="dfdsfsf""
7 This is my custom sidebar for this page.
9 \[[!calendar pages="posts/*"]]
17 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
18 (version [[!version ]]).
20 [[!toc levels=1 startlevel=2 ]]
24 w00t, how does this look on the **git** end? Well, as a commit of course.
26 Testing this sandbox thing.
30 > This is a blockquote.
32 > This is the first level of quoting.
34 > > This is a nested blockquote.
36 >> Without a space works too.
39 > Back to the first level.
41 > It's kinda like e-mail...
42 >> ...but without the cool colored lines...
43 >>> ...and different font colors.
44 >>>> ...but it's nothing a little CSS can't fix.
51 Heading 1|Heading 2|Heading 3
52 Item 1| Item 2| Item 3"""]]
71 * footballs; runner; unices
79 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
80 [[!haiku hint="sandbox play"]]
84 ## Different sorts of links:
87 * <http://ikiwiki.info/ikiwiki/formatting/>
88 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
89 * <http://www.gnu.org/>
90 * [GNU](http://www.gnu.org/)
91 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
112 ### this shows a problem with the list and the verbatim
114 Now we try to write a "code" block starting with a hash sign
120 Oh, let's try to do the same thing using sane syntax instead:
127 Now let's write the same block, with a bullest list preceding it.
130 * This is a bullet list
139 [[!tag tech life linux]]
140 [[!taglink tech life linux]]
143 [[!toggle id="ipsum" text="show"]]
145 [[!toggleable id="ipsum" text="""
146 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
147 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
148 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
149 aliquip ex ea commodo consequat.
151 [[!toggle id="ipsum" text="hide"]]
155 This **SandBox** is also a [[blog]]! xxx
157 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
159 [[!format verilog """
160 module vc_Mux2 #( parameter W = 1 )
162 input [W-1:0] in0, in1,
164 output reg [W-1:0] out
172 default : out = {W{1'bx}};
181 This is simple enough for now [[sandbocen]] no?