... |
... |
@@ -4,19 +4,20 @@ |
4 |
4 |
#set($description = "$!wikimacro.parameters.description") |
5 |
5 |
#set($image = "$!wikimacro.parameters.image") |
6 |
6 |
|
7 |
|
-## Left side: Copyable syntax |
8 |
|
-{{box title="Wiki Syntax (Copy and paste this)" cssClass="infobox" style="width:48%; float:left; margin-right:2%;"}} |
|
7 |
+## Escape for copy box — so it's literal and doesn't render |
|
8 |
+#set($copyText = """ |
9 |
9 |
(% style="margin-bottom:20px; width:100%" %) |
10 |
|
-| #if($image != "") |
11 |
|
- [[image:$image||data-xwiki-image-style="thumbnail-clickable" style="border:1px solid #ccc" width="200"]] |
12 |
|
- #else |
13 |
|
- No image provided. |
14 |
|
- #end | |
|
10 |
+|#if($image != "")[[image:$image||data-xwiki-image-style="thumbnail-clickable" style="border:1px solid #ccc" width="200"]]#{else}No image provided.#{end}| |
15 |
15 |
=== [[$headline>>$url]] === |
16 |
|
- |
17 |
17 |
$description |
18 |
|
- |
19 |
19 |
[[Read More>>$url]] |
|
14 |
+""") |
|
15 |
+ |
|
16 |
+## Left side: Copyable syntax |
|
17 |
+{{box title="Wiki Syntax (Copy and paste this)" cssClass="infobox" style="width:48%; float:left; margin-right:2%;"}} |
|
18 |
+{{code language="xwiki/2.1"}} |
|
19 |
+$copyText |
|
20 |
+{{/code}} |
20 |
20 |
{{/box}} |
21 |
21 |
|
22 |
22 |
## Right side: Preview |