Difference between revisions of "Test"

From Linuxintro
imported>ThorstenStaerk
Line 1: Line 1:
^ Car ^ Colors ^ Producer ^
+
<svgcode calling_arguments>
| Audi A5 | black | VAG |                               
+
  <svg width="400" height="110">
| ::: | blue | ::: |
+
  <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
| ::: | silver | ::: |                                                               
+
</svg>
| ::: | white | ::: |  
+
</svgcode>
| BMW 3 | blue | BMW |                             
 
| ::: | white | ::: |                                                 
 
| ::: | silver | ::: |
 
 
 
 
 
{{#tree:id=siteTree|openlevel=2|open=top|close=bottom|root=Organic Design|
 
*Root1
 
**Sub-item
 
*** sub-sub item
 
*** sub-sub item2
 
**** sub-sub item3
 
**** sub-sub item4
 
**Another sub-item
 
*** sub-Another sub item
 
*** sub-Another sub item2
 
**** sub-Another sub item3
 
**** sub- Another sub item4
 
}}
 

Revision as of 10:23, 10 January 2015

<svgcode calling_arguments>

<svg width="400" height="110">
 <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />

</svg> </svgcode>