3 [[!pagestats pages="/tags/*"]]
5 [[!sidebar content="dfdsfsf""
6 This is my custom sidebar for this page.
8 \[[!calendar pages="posts/*"]]
16 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
17 (version [[!version ]]).
19 [[!toc levels=1 startlevel=2 ]]
23 w00t, how does this look on the **git** end? Well, as a commit of course.
25 Testing this sandbox thing.
29 > This is a blockquote.
31 > This is the first level of quoting.
33 > > This is a nested blockquote.
35 >> Without a space works too.
38 > Back to the first level.
40 > It's kinda like e-mail...
41 >> ...but without the cool colored lines...
42 >>> ...and different font colors.
43 >>>> ...but it's nothing a little CSS can't fix.
50 Heading 1|Heading 2|Heading 3
51 Item 1| Item 2| Item 3"""]]
70 * footballs; runner; unices
78 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
79 [[!haiku hint="sandbox play"]]
83 ## Different sorts of links:
86 * <http://ikiwiki.info/ikiwiki/formatting/>
87 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
88 * <http://www.gnu.org/>
89 * [GNU](http://www.gnu.org/)
90 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
111 ### this shows a problem with the list and the verbatim
113 Now we try to write a "code" block starting with a hash sign
119 Now let's write the same block, with a bullest list preceding it.
122 * This is a bullet list
131 [[!tag tech life linux]]
132 [[!taglink tech life linux]]
135 [[!toggle id="ipsum" text="show"]]
137 [[!toggleable id="ipsum" text="""
138 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
139 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
140 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
141 aliquip ex ea commodo consequat.
143 [[!toggle id="ipsum" text="hide"]]
147 This **SandBox** is also a [[blog]]! xxx
149 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
151 [[!format verilog """
152 module vc_Mux2 #( parameter W = 1 )
154 input [W-1:0] in0, in1,
156 output reg [W-1:0] out
164 default : out = {W{1'bx}};
172 This is simple enough for now [[sandbocen]] no?