]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/sandbox.mdwn
xxx
[git.ikiwiki.info.git] / doc / sandbox.mdwn
1 # Sandbox
3 Test 
4 [[!pagestats  pages="/tags/*"]]
6 [[!sidebar  content="dfdsfsf""
7 This is my custom sidebar for this page.
9 \[[!calendar pages="posts/*"]]
10 """]]
12 [[!sidebar ]]
14 ## number 2
15 ### number 3
17 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
18 (version [[!version  ]]).
20 [[!toc levels=1 startlevel=2 ]]
22 Let's try this~!
24 w00t, how does this look on the **git** end? Well, as a commit of course.
26 Testing this sandbox thing.
28 ## Blockquotes
30 > This is a blockquote.
31 >
32 > This is the first level of quoting.
33 >
34 > > This is a nested blockquote.
35 >
36 >> Without a space works too.
37 >>> to three levels
38 >
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.
46 # Pointless heading
48 Let's see a table:
50 [[!table data="""
51 Heading 1|Heading 2|Heading 3
52 Item 1| Item 2| Item 3"""]]
55 Numbered list 
57 1. First item.
58  1. Sub item.
59 1. Another.
60 1. And another..
61  1. foo
62  2. bar
63  3. quz
65 Bulleted list
67 * item
68 * *item*
69 * item
70 * one
71   * footballs; runner; unices
72   * Cool !
73   * Indeed.
75 [[new link]]
77 ----
79 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
80 [[!haiku hint="sandbox play"]]
82 ----
84 ## Different sorts of links:
86 * [[Features]]
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>
93 ----
95 # header1
97 ## header2
99 ### header3
101 #### header4
103 ##### header 5
105 **bold**
107 _italic_
110 Umcacaumca
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
116     # test 1,2,3
117     $ another test
120 Now let's write the same block, with a bullest list preceding it.
123 * This is a bullet list
125     # test 1,2,3
126     $ another test
129 ----
131 Test some tags
132 [[!tag  tech life linux]]
133 [[!taglink tech life linux]]
135 Toggle:
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"]]
145 """]]
146 ----
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,
156   input              sel,
157   output reg [W-1:0] out
158 );
160   always @(*)
161   begin
162     case ( sel )
163       1'd0 : out = in0;
164       1'd1 : out = in1;
165       default : out = {W{1'bx}};
166     endcase
167   end
169 endmodule
170 """]]
172 #<asd>
174 This is simple enough for now [[sandbocen]] no?