3 [[!pagestats pages="/tags/*"]]
6 [[!sidebar content="dfdsfsf""
7 This is my custom sidebar for this page.
9 \[[!calendar pages="posts/*"]]
18 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
19 (version [[!version ]]).
21 [[!toc levels=1 startlevel=2 ]]
23 See, online editing :-p
27 w00t, how does this look on the **git** end? Well, as a commit of course.
29 Testing this sandbox thing.
33 > This is a blockquote.
35 > This is the first level of quoting.
37 > > This is a nested blockquote.
39 >> Without a space works too.
42 > Back to the first level.
44 > It's kinda like e-mail...
45 >> ...but without the cool colored lines...
46 >>> ...and different font colors.
47 >>>> ...but it's nothing a little CSS can't fix.
54 Heading 1|Heading 2|Heading 3
55 Item 1| Item 2| Item 3"""]]
74 * footballs; runner; unices
82 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
83 [[!haiku hint="sandbox play"]]
87 ## Different sorts of links:
90 * <http://ikiwiki.info/ikiwiki/formatting/>
91 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
92 * <http://www.gnu.org/>
93 * [GNU](http://www.gnu.org/)
94 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
115 ### this shows a problem with the list and the verbatim
117 Now we try to write a "code" block starting with a hash sign
123 Oh, let's try to do the same thing using sane syntax instead:
130 Now let's write the same block, with a bullest list preceding it.
133 * This is a bullet list
142 [[!tag tech life linux]]
143 [[!taglink tech life linux]]
146 [[!toggle id="ipsum" text="show"]]
148 [[!toggleable id="ipsum" text="""
149 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
150 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
151 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
152 aliquip ex ea commodo consequat.
154 [[!toggle id="ipsum" text="hide"]]
158 This **SandBox** is also a [[blog]]! xxx
160 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
162 [[!format verilog """
163 module vc_Mux2 #( parameter W = 1 )
165 input [W-1:0] in0, in1,
167 output reg [W-1:0] out
175 default : out = {W{1'bx}};
184 This is simple enough for now [[sandbocen]] no?