0 Votes

Changes for page Start here if you're new

Last modified by Ryan C on 2025/06/28 04:59

From version 51.1
edited by Ryan C
on 2025/05/14 17:18
Change comment: There is no comment for this version
To version 50.1
edited by Ryan C
on 2025/05/14 17:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,49 +42,53 @@
42 42  
43 43  To ensure content is both engaging and accessible, utilize the following formatting techniques:
44 44  
45 -=== Headings ===
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
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 ===
54 54  
54 +=== **Internal Link: Use square brackets with the page name. ===
55 +
55 55  {{example}}
56 56  [[Resources>>doc:Guides and Help.Resources.WebHome]]
57 57  {{/example}}
58 58  
59 -=== External Link: Provide the URL directly ===
60 60  
61 +=== External Link: Provide the URL directly. ===
62 +
61 61  {{example}}
62 62  [[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]]
63 63  {{/example}}
64 64  
67 +
65 65  ----
66 66  
67 -== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] ==
70 +== Using the `/` Macro Shortcut  [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] ==
68 68  
69 69  {{expandable summary="Usage of Slash Macro Shortcut"}}
70 70  * Type `/` and begin typing a macro name.
71 71  * Suggestions will auto-complete.
72 72  * Examples:
73 - * `/toc`
74 - * `/box`
75 - * `/gallery`
76 - * `/footnote`
77 - * `/code`
76 +* `/toc`
77 +* `/box`
78 +* `/gallery`
79 +* `/footnote`
80 +* `/code`
78 78  {{/expandable}}
79 79  
80 -----
81 81  
82 -== ๐Ÿงช Macro Reference Guide ==
84 +== Macro Showcase: Source + Output + Slash Command ==
83 83  
84 -All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using the example macro.
86 +All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using example macro.
85 85  
86 -=== Table of Contents Macro (`/toc`) ===
88 +----
87 87  
90 +== Table of Contents Macro (`/toc`) ==
91 +
88 88  {{expandable summary="๐Ÿ“˜ Table of Contents Macro (`/toc`)"}}
89 89  {{example}}
90 90  {{toc/}}
... ... @@ -91,6 +91,8 @@
91 91  {{/example}}
92 92  {{/expandable}}
93 93  
98 +----
99 +
94 94  === Gallery Macro (`/gallery`) ===
95 95  
96 96  {{expandable summary="๐Ÿ–ผ๏ธ Gallery Macro (`/gallery`)"}}
... ... @@ -102,6 +102,8 @@
102 102  {{/example}}
103 103  {{/expandable}}
104 104  
111 +----
112 +
105 105  === Carousel Macro (`/carousel`) ===
106 106  
107 107  {{expandable summary="๐Ÿ“ฝ๏ธ Carousel Macro (`/carousel`)"}}
... ... @@ -110,6 +110,8 @@
110 110  {{/example}}
111 111  {{/expandable}}
112 112  
121 +----
122 +
113 113  === Box Macro (`/box`) ===
114 114  
115 115  {{expandable summary="๐Ÿ“ฆ Box Macro (`/box`)"}}
... ... @@ -120,16 +120,24 @@
120 120  {{/example}}
121 121  {{/expandable}}
122 122  
133 +----
134 +
123 123  === Info and Warning Boxes (`/info`, `/warning`) ===
124 124  
125 125  {{expandable summary="โš ๏ธ Info and Warning Macros (`/info`, `/warning`)"}}
126 126  {{example}}
127 -{{info}}This is an info box.{{/info}}
139 +{{info}}
140 +This is an info box.
141 +{{/info}}
128 128  
129 -{{warning}}This is a warning box.{{/warning}}
143 +{{warning}}
144 +This is a warning box.
145 +{{/warning}}
130 130  {{/example}}
131 131  {{/expandable}}
132 132  
149 +----
150 +
133 133  === Footnotes (`/footnote`, `/put footnotes`) ===
134 134  
135 135  {{expandable summary="๐Ÿงพ Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}}
... ... @@ -140,6 +140,8 @@
140 140  {{/example}}
141 141  {{/expandable}}
142 142  
161 +----
162 +
143 143  === Expandable Macro (`/expandable`) ===
144 144  
145 145  {{expandable summary="๐Ÿงฉ Expandable Macro (`/expandable`)"}}
... ... @@ -150,6 +150,8 @@
150 150  {{/example}}
151 151  {{/expandable}}
152 152  
173 +----
174 +
153 153  === Embed Macro (`/embed content`) ===
154 154  
155 155  {{expandable summary="๐ŸŒ Embed Macro (YouTube etc.) (`/embed content`)"}}
... ... @@ -158,6 +158,8 @@
158 158  {{/example}}
159 159  {{/expandable}}
160 160  
183 +----
184 +
161 161  === Code Macro (`/code`) ===
162 162  
163 163  {{expandable summary="๐Ÿ’ป Code Block Macro (`/code`)"}}
... ... @@ -169,8 +169,10 @@
169 169  {{/example}}
170 170  {{/expandable}}
171 171  
172 -=== Image Insert (`[[image:...]]`) ===
196 +----
173 173  
198 +== Image Insert (`[[image:...]]`) ==
199 +
174 174  {{expandable summary="๐Ÿ–ผ๏ธ Image Macro (`[[image:filename.jpg]]`)"}}
175 175  {{example}}
176 176  [[image:1747262485678-297.png]]
... ... @@ -177,6 +177,8 @@
177 177  {{/example}}
178 178  {{/expandable}}
179 179  
206 +----
207 +
180 180  === Audio Embed (HTML tag or `/embed JWPlayer`) ===
181 181  
182 182  {{expandable summary="๐Ÿ”Š Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}}
... ... @@ -190,6 +190,8 @@
190 190  {{/example}}
191 191  {{/expandable}}
192 192  
221 +----
222 +
193 193  === Video Embed Macro (`/video`) ===
194 194  
195 195  {{expandable summary="๐ŸŽฌ Video Macro (`/video`)"}}
... ... @@ -198,6 +198,8 @@
198 198  {{/example}}
199 199  {{/expandable}}
200 200  
231 +----
232 +
201 201  === Full Example: Expandable Study Summary (`/expandable`) ===
202 202  
203 203  {{expandable summary="๐Ÿ“š Full Use Case โ€“ Study Summary Macro (`/expandable`)"}}
... ... @@ -236,10 +236,8 @@
236 236  
237 237  ----
238 238  
239 -== ๐Ÿงฉ Bonus Macros ==
271 +==== Bonus: Boilerplate Example Template ====
240 240  
241 -=== Boilerplate Example Template ===
242 -
243 243  {{expandable summary="๐Ÿ“‹ Example Macro Template (`/example`)"}}
244 244  {{example}}
245 245  {{example}}

XWiki AI Chat