... |
... |
@@ -14,7 +14,7 @@ |
14 |
14 |
|
15 |
15 |
The example macro in XWiki is an underrated powerhouse—great for *teaching*, *showcasing macros*, *hiding complex markup*, and *letting users play with source-output pairs*. Here are some **highly effective and interesting uses**: |
16 |
16 |
|
17 |
|
------ |
|
17 |
+---- |
18 |
18 |
|
19 |
19 |
## 🧪 1. **Macro Showcase: Source-to-Output Toggle**## |
20 |
20 |
|
... |
... |
@@ -63,8 +63,13 @@ |
63 |
63 |
|
64 |
64 |
== Footnote Demo == |
65 |
65 |
|
66 |
|
-footnote{{footnote}} a footnote source{{/footnote}} |
|
66 |
+{{example}} |
|
67 |
+footnote{{footnote}} https://www.thewhitearchive.org/bin/view/Guides%20and%20Help/Start%20here%20if%20you're%20new/#edit{{/footnote}} |
67 |
67 |
|
|
69 |
+{{putFootnotes/}} |
|
70 |
+{{/example}} |
|
71 |
+ |
|
72 |
+ |
68 |
68 |
== Groovy Lookup == |
69 |
69 |
|
70 |
70 |
{{example}} |
... |
... |
@@ -135,6 +135,8 @@ |
135 |
135 |
1. Upload or select the image. |
136 |
136 |
1. Choose the **Thumbnail option** to create a clickable enlargable preview automatically. |
137 |
137 |
|
|
143 |
+[[image:1747262485678-297.png||data-xwiki-image-style="thumbnail-clickable" width="200"]] |
|
144 |
+ |
138 |
138 |
---- |
139 |
139 |
|
140 |
140 |
== ⚡ **Using the / Macro Shortcut** == |
... |
... |
@@ -215,7 +215,7 @@ |
215 |
215 |
|
216 |
216 |
|
217 |
217 |
|
218 |
|
-* |
|
225 |
+* |
219 |
219 |
** ((( |
220 |
220 |
=== **Bold**: Surround text with double asterisks. === |
221 |
221 |
))) |
... |
... |
@@ -225,7 +225,7 @@ |
225 |
225 |
{{/code}} |
226 |
226 |
|
227 |
227 |
|
228 |
|
-* |
|
235 |
+* |
229 |
229 |
** ((( |
230 |
230 |
=== **Italics**: Use double underscores. === |
231 |
231 |
))) |
... |
... |
@@ -235,7 +235,7 @@ |
235 |
235 |
{{/code}} |
236 |
236 |
|
237 |
237 |
|
238 |
|
-* |
|
245 |
+* |
239 |
239 |
** ((( |
240 |
240 |
=== **Underline**: Enclose text with double tildes. === |
241 |
241 |
))) |
... |
... |
@@ -245,7 +245,7 @@ |
245 |
245 |
{{/code}} |
246 |
246 |
|
247 |
247 |
|
248 |
|
-* |
|
255 |
+* |
249 |
249 |
** ((( |
250 |
250 |
=== **Unordered List**: Begin lines with asterisk (*) or hyphen (-). === |
251 |
251 |
))) |
... |
... |
@@ -256,7 +256,7 @@ |
256 |
256 |
{{/code}} |
257 |
257 |
|
258 |
258 |
|
259 |
|
-* |
|
266 |
+* |
260 |
260 |
** ((( |
261 |
261 |
=== **Ordered List**: Start lines with a number followed by a period. === |
262 |
262 |
))) |