]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/sandbox.mdwn
Merge branch 'master' into cvs
[git.ikiwiki.info.git] / doc / sandbox.mdwn
1 # Sandbox
3 [[!pagestats  pages="/tags/*"]]
4 <<<<<<< HEAD
5 ttt
6 [[!sidebar  content="dfdsfsf""
7 This is my custom sidebar for this page.
9 \[[!calendar pages="posts/*"]]
10 """]]
13 asdfasdf asdfasldkfj asdf
15 [[!sidebar ]]
18 ## number 2
19 ### number 3
21 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
22 (version [[!version  ]]).
24 [[!toc levels=1 startlevel=2 ]]
26 See, online editing :-p
28 Let's try this~!
30 w00t, how does this look on the **git** end? Well, as a commit of course.
32 Testing this sandbox thing.
34 ## Blockquotes
36 > This is a blockquote.
37 >
38 > This is the first level of quoting.
39 >
40 > > This is a nested blockquote.
41 >
42 >> Without a space works too.
43 >>> to three levels
44 >
45 > Back to the first level.
47 > It's kinda like e-mail...
48 >> ...but without the cool colored lines...
49 >>> ...and different font colors.
50 >>>> ...but it's nothing a little CSS can't fix.
52 # Pointless heading
54 Let's see a table:
56 [[!table data="""
57 Heading 1|Heading 2|Heading 3
58 Item 1| Item 2| Item 3"""]]
61 Numbered list 
63 1. First item.
64  1. Sub item.
65 1. Another.
66 1. And another..
67  1. foo
68  2. bar
69  3. quz
71 Bulleted list
73 * item
74 * *item*
75 * item
76 * one
77   * footballs; runner; unices
78   * Cool !
79   * Indeed.
81 [[new link]]
83 ----
85 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
86 [[!haiku hint="sandbox play"]]
88 ----
90 ## Different sorts of links:
92 * [[Features]]
93 * <http://ikiwiki.info/ikiwiki/formatting/>
94 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
95 * <http://www.gnu.org/>
96 * [GNU](http://www.gnu.org/)
97 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
99 ----
101 # header1
103 ## header2
105 ### header3
107 #### header4
109 ##### header 5
111 **bold**
113 _italic_
116 Umcacaumca
118 ### this shows a problem with the list and the verbatim 
120 Now we try to write a "code" block starting with a hash sign
122     # test 1,2,3
123     $ another test
126 Oh, let's try to do the same thing using sane syntax instead:
128 ~~~
129 # test 1,2,3
130 $ another test
131 ~~~
133 Now let's write the same block, with a bullest list preceding it.
136 * This is a bullet list
138     # test 1,2,3
139     $ another test
142 ----
144 Test some tags
145 [[!tag  tech life linux]]
146 [[!taglink tech life linux]]
148 Toggle:
149 [[!toggle  id="ipsum" text="show"]]
151 [[!toggleable  id="ipsum" text="""
152 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
153 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
154 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
155 aliquip ex ea commodo consequat.
157 [[!toggle id="ipsum" text="hide"]]
158 """]]
159 ----
161 This **SandBox** is also a [[blog]]! xxx
163 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
165 [[!format  verilog """
166 module vc_Mux2 #( parameter W = 1 )
168   input      [W-1:0] in0, in1,
169   input              sel,
170   output reg [W-1:0] out
171 );
173   always @(*)
174   begin
175     case ( sel )
176       1'd0 : out = in0;
177       1'd1 : out = in1;
178       default : out = {W{1'bx}};
179     endcase
180   end
182 endmodule
183 """]]
185 #<asd>
187 This is simple enough for now [[sandbocen]] no?
189     Do code tags work?
191 test by max