4 [[!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 Now let's write the same block, with a bullest list preceding it.
123 * This is a bullet list
132 [[!tag tech life linux]]
133 [[!taglink tech life linux]]
136 [[!toggle id="ipsum" text="show"]]
138 [[!toggleable id="ipsum" text="""
139 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
140 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
141 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
142 aliquip ex ea commodo consequat.
144 [[!toggle id="ipsum" text="hide"]]
148 This **SandBox** is also a [[blog]]! xxx
150 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
152 [[!format verilog """
153 module vc_Mux2 #( parameter W = 1 )
155 input [W-1:0] in0, in1,
157 output reg [W-1:0] out
165 default : out = {W{1'bx}};
174 This is simple enough for now [[sandbocen]] no?