| ... |
... |
@@ -19,9 +19,6 @@ |
| 19 |
19 |
#set($effectduration = $mathtool.mul(1000,$mparams.effectduration)) |
| 20 |
20 |
#set($title = $escapetool.xml($mparams.title)) |
| 21 |
21 |
|
| 22 |
|
-## XWiki-Syntax direkt ausgeben |
| 23 |
|
-= $title = |
| 24 |
|
- |
| 25 |
25 |
{{html clean=false}} |
| 26 |
26 |
<div class="showhide-header" |
| 27 |
27 |
#if($id && $id!="") id="showhideheader${id}" #end |
| ... |
... |
@@ -36,9 +36,11 @@ |
| 36 |
36 |
|
| 37 |
37 |
(% class="showhidecontent" #if($id && $id!="")id="showhidecontent${id}" #end#if($xcontext.action != 'edit') style="display: none;"#end %) |
| 38 |
38 |
((( |
| 39 |
|
-((( |
|
36 |
+{{wiki}} |
|
37 |
+{{code language="bash"}} |
| 40 |
40 |
{{wikimacrocontent /}} |
| 41 |
|
-))) |
|
39 |
+{{/code}} |
|
40 |
+{{/wiki}} |
| 42 |
42 |
))) |
| 43 |
43 |
{{/velocity}} |
| 44 |
44 |
|