... |
... |
@@ -42,53 +42,49 @@ |
42 |
42 |
|
43 |
43 |
To ensure content is both engaging and accessible, utilize the following formatting techniques: |
44 |
44 |
|
45 |
|
-=== Headings === Organize content hierarchically using headings. In XWiki syntax, headings are defined by one to six plus signs (+), corresponding to heading levels 1 to 6.4 |
|
45 |
+=== Headings === |
46 |
46 |
|
47 |
47 |
{{code}} |
48 |
|
- + Heading Level 1 |
49 |
|
- ++ Heading Level 2 |
50 |
|
- +++ Heading Level 3 |
|
48 |
++ Heading Level 1 |
|
49 |
+++ Heading Level 2 |
|
50 |
++++ Heading Level 3 |
51 |
51 |
{{/code}} |
52 |
52 |
|
|
53 |
+=== Internal Link: Use square brackets with the page name === |
53 |
53 |
|
54 |
|
-=== **Internal Link: Use square brackets with the page name. === |
55 |
|
- |
56 |
56 |
{{example}} |
57 |
57 |
[[Resources>>doc:Guides and Help.Resources.WebHome]] |
58 |
58 |
{{/example}} |
59 |
59 |
|
|
59 |
+=== External Link: Provide the URL directly === |
60 |
60 |
|
61 |
|
-=== External Link: Provide the URL directly. === |
62 |
|
- |
63 |
63 |
{{example}} |
64 |
64 |
[[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]] |
65 |
65 |
{{/example}} |
66 |
66 |
|
67 |
|
- |
68 |
68 |
---- |
69 |
69 |
|
70 |
|
-== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] == |
|
67 |
+== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] == |
71 |
71 |
|
72 |
72 |
{{expandable summary="Usage of Slash Macro Shortcut"}} |
73 |
73 |
* Type `/` and begin typing a macro name. |
74 |
74 |
* Suggestions will auto-complete. |
75 |
75 |
* Examples: |
76 |
|
-* `/toc` |
77 |
|
-* `/box` |
78 |
|
-* `/gallery` |
79 |
|
-* `/footnote` |
80 |
|
-* `/code` |
|
73 |
+ * `/toc` |
|
74 |
+ * `/box` |
|
75 |
+ * `/gallery` |
|
76 |
+ * `/footnote` |
|
77 |
+ * `/code` |
81 |
81 |
{{/expandable}} |
82 |
82 |
|
|
80 |
+---- |
83 |
83 |
|
84 |
|
-== Macro Showcase: Source + Output + Slash Command == |
|
82 |
+== ๐งช Macro Reference Guide == |
85 |
85 |
|
86 |
|
-All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using example macro. |
|
84 |
+All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using the example macro. |
87 |
87 |
|
88 |
|
----- |
|
86 |
+=== Table of Contents Macro (`/toc`) === |
89 |
89 |
|
90 |
|
-== Table of Contents Macro (`/toc`) == |
91 |
|
- |
92 |
92 |
{{expandable summary="๐ Table of Contents Macro (`/toc`)"}} |
93 |
93 |
{{example}} |
94 |
94 |
{{toc/}} |
... |
... |
@@ -95,8 +95,6 @@ |
95 |
95 |
{{/example}} |
96 |
96 |
{{/expandable}} |
97 |
97 |
|
98 |
|
----- |
99 |
|
- |
100 |
100 |
=== Gallery Macro (`/gallery`) === |
101 |
101 |
|
102 |
102 |
{{expandable summary="๐ผ๏ธ Gallery Macro (`/gallery`)"}} |
... |
... |
@@ -108,8 +108,6 @@ |
108 |
108 |
{{/example}} |
109 |
109 |
{{/expandable}} |
110 |
110 |
|
111 |
|
----- |
112 |
|
- |
113 |
113 |
=== Carousel Macro (`/carousel`) === |
114 |
114 |
|
115 |
115 |
{{expandable summary="๐ฝ๏ธ Carousel Macro (`/carousel`)"}} |
... |
... |
@@ -118,8 +118,6 @@ |
118 |
118 |
{{/example}} |
119 |
119 |
{{/expandable}} |
120 |
120 |
|
121 |
|
----- |
122 |
|
- |
123 |
123 |
=== Box Macro (`/box`) === |
124 |
124 |
|
125 |
125 |
{{expandable summary="๐ฆ Box Macro (`/box`)"}} |
... |
... |
@@ -130,24 +130,16 @@ |
130 |
130 |
{{/example}} |
131 |
131 |
{{/expandable}} |
132 |
132 |
|
133 |
|
----- |
134 |
|
- |
135 |
135 |
=== Info and Warning Boxes (`/info`, `/warning`) === |
136 |
136 |
|
137 |
137 |
{{expandable summary="โ ๏ธ Info and Warning Macros (`/info`, `/warning`)"}} |
138 |
138 |
{{example}} |
139 |
|
-{{info}} |
140 |
|
-This is an info box. |
141 |
|
-{{/info}} |
|
127 |
+{{info}}This is an info box.{{/info}} |
142 |
142 |
|
143 |
|
-{{warning}} |
144 |
|
-This is a warning box. |
145 |
|
-{{/warning}} |
|
129 |
+{{warning}}This is a warning box.{{/warning}} |
146 |
146 |
{{/example}} |
147 |
147 |
{{/expandable}} |
148 |
148 |
|
149 |
|
----- |
150 |
|
- |
151 |
151 |
=== Footnotes (`/footnote`, `/put footnotes`) === |
152 |
152 |
|
153 |
153 |
{{expandable summary="๐งพ Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}} |
... |
... |
@@ -158,8 +158,6 @@ |
158 |
158 |
{{/example}} |
159 |
159 |
{{/expandable}} |
160 |
160 |
|
161 |
|
----- |
162 |
|
- |
163 |
163 |
=== Expandable Macro (`/expandable`) === |
164 |
164 |
|
165 |
165 |
{{expandable summary="๐งฉ Expandable Macro (`/expandable`)"}} |
... |
... |
@@ -170,8 +170,6 @@ |
170 |
170 |
{{/example}} |
171 |
171 |
{{/expandable}} |
172 |
172 |
|
173 |
|
----- |
174 |
|
- |
175 |
175 |
=== Embed Macro (`/embed content`) === |
176 |
176 |
|
177 |
177 |
{{expandable summary="๐ Embed Macro (YouTube etc.) (`/embed content`)"}} |
... |
... |
@@ -180,8 +180,6 @@ |
180 |
180 |
{{/example}} |
181 |
181 |
{{/expandable}} |
182 |
182 |
|
183 |
|
----- |
184 |
|
- |
185 |
185 |
=== Code Macro (`/code`) === |
186 |
186 |
|
187 |
187 |
{{expandable summary="๐ป Code Block Macro (`/code`)"}} |
... |
... |
@@ -193,10 +193,8 @@ |
193 |
193 |
{{/example}} |
194 |
194 |
{{/expandable}} |
195 |
195 |
|
196 |
|
----- |
|
172 |
+=== Image Insert (`[[image:...]]`) === |
197 |
197 |
|
198 |
|
-== Image Insert (`[[image:...]]`) == |
199 |
|
- |
200 |
200 |
{{expandable summary="๐ผ๏ธ Image Macro (`[[image:filename.jpg]]`)"}} |
201 |
201 |
{{example}} |
202 |
202 |
[[image:1747262485678-297.png]] |
... |
... |
@@ -203,8 +203,6 @@ |
203 |
203 |
{{/example}} |
204 |
204 |
{{/expandable}} |
205 |
205 |
|
206 |
|
----- |
207 |
|
- |
208 |
208 |
=== Audio Embed (HTML tag or `/embed JWPlayer`) === |
209 |
209 |
|
210 |
210 |
{{expandable summary="๐ Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}} |
... |
... |
@@ -218,8 +218,6 @@ |
218 |
218 |
{{/example}} |
219 |
219 |
{{/expandable}} |
220 |
220 |
|
221 |
|
----- |
222 |
|
- |
223 |
223 |
=== Video Embed Macro (`/video`) === |
224 |
224 |
|
225 |
225 |
{{expandable summary="๐ฌ Video Macro (`/video`)"}} |
... |
... |
@@ -228,8 +228,6 @@ |
228 |
228 |
{{/example}} |
229 |
229 |
{{/expandable}} |
230 |
230 |
|
231 |
|
----- |
232 |
|
- |
233 |
233 |
=== Full Example: Expandable Study Summary (`/expandable`) === |
234 |
234 |
|
235 |
235 |
{{expandable summary="๐ Full Use Case โ Study Summary Macro (`/expandable`)"}} |
... |
... |
@@ -268,8 +268,10 @@ |
268 |
268 |
|
269 |
269 |
---- |
270 |
270 |
|
271 |
|
-==== Bonus: Boilerplate Example Template ==== |
|
239 |
+== ๐งฉ Bonus Macros == |
272 |
272 |
|
|
241 |
+=== Boilerplate Example Template === |
|
242 |
+ |
273 |
273 |
{{expandable summary="๐ Example Macro Template (`/example`)"}} |
274 |
274 |
{{example}} |
275 |
275 |
{{example}} |