0 Votes

Changes for page Start here if you're new

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

From version 52.1
edited by Ryan C
on 2025/06/28 04:09
Change comment: Uploaded new attachment "1751108944598-521.png", version {1}
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
... ... @@ -7,7 +7,7 @@
7 7  
8 8  == Getting Started with XWiki ==
9 9  
10 -If you would like to add content to the wiki, its recommended to create an account and post that way. If you want to contribute but dont know where to start or you're overwhelmed by the options, the global dashboard will always be updated with what's being worked on currently. to see all the categories and pages we currently have, go here. IMAGE
10 +If you would like to add content to the wiki, you can do so as a guest, but some of your options will be limited. its recommended to create an account and post that way. If you want to contribute but dont know where to start or you're overwhelmed by the options, the global dashboard will always be updated with whats being worked on currently. to see all the categories and pages we currently have, go here. IMAGE
11 11  Adding content should be relegated to these main categories, or new ones that you want to create. You shouldn't need to edit any pages outside of it for the most part, they may be linked elsewhere as resources for you, but they wont be editable. If you just have some pictures you would like to add to a topic, attach them at the bottom of the page and they will be automatically included in the gallery on the page if it has one. Changes or content added can always be revised to an earlier version easily, so don't be concerned with unwanted additions or edits. You can use the sandbox to experiment with formatting.
12 12  
13 13  On top of the category content, there are also applications that allow you to take part in the wiki via many other avenues. There is a forum, AI is in the works, Ideas, Suggestions for improvements, A Visualizer, Music Library, Research Papers collection, and many other things, as well as new extensions being added often. The message of the day will alert you to some of the things ive been working on or have finished recently. If you would like to have your Pro White group listed here let me know and I'll add it so others can join with you and network. This has thus far been mostly a solo undertaking, so I apologize if things break for extended times, I assure you I'm working on them when I can, but I have other things to attend to as well. There is typically daily changes and updates being made.
... ... @@ -20,10 +20,9 @@
20 20  
21 21  ----
22 22  
23 -== --Guests can contribute-- ==
23 +== Guests can contribute ==
24 24  
25 -1. --Guests can edit pages in the main content area without signing up. If this becomes problematic I'll change it but for now I'd like everyone to have access with as little trouble as possible.--
26 -1. This is now changed, too many malicious changes that are tedious to track without registration.
25 +1. Guests can edit pages in the main content area without signing up. If this becomes problematic I'll change it but for now I'd like everyone to have access with as little trouble as possible.
27 27  1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content.
28 28  1. Leave comments, give suggestions, request features.
29 29  
... ... @@ -43,29 +43,32 @@
43 43  
44 44  To ensure content is both engaging and accessible, utilize the following formatting techniques:
45 45  
46 -=== 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
47 47  
48 48  {{code}}
49 -+ Heading Level 1
50 -++ Heading Level 2
51 -+++ Heading Level 3
48 + + Heading Level 1
49 + ++ Heading Level 2
50 + +++ Heading Level 3
52 52  {{/code}}
53 53  
54 -=== Internal Link: Use square brackets with the page name ===
55 55  
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  
60 -=== External Link: Provide the URL directly ===
61 61  
61 +=== External Link: Provide the URL directly. ===
62 +
62 62  {{example}}
63 63  [[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]]
64 64  {{/example}}
65 65  
67 +
66 66  ----
67 67  
68 -== 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]] ==
69 69  
70 70  {{expandable summary="Usage of Slash Macro Shortcut"}}
71 71  * Type `/` and begin typing a macro name.
... ... @@ -78,14 +78,15 @@
78 78  * `/code`
79 79  {{/expandable}}
80 80  
81 -----
82 82  
83 -== ๐Ÿงช Macro Reference Guide ==
84 +== Macro Showcase: Source + Output + Slash Command ==
84 84  
85 -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.
86 86  
87 -=== Table of Contents Macro (`/toc`) ===
88 +----
88 88  
90 +== Table of Contents Macro (`/toc`) ==
91 +
89 89  {{expandable summary="๐Ÿ“˜ Table of Contents Macro (`/toc`)"}}
90 90  {{example}}
91 91  {{toc/}}
... ... @@ -92,6 +92,8 @@
92 92  {{/example}}
93 93  {{/expandable}}
94 94  
98 +----
99 +
95 95  === Gallery Macro (`/gallery`) ===
96 96  
97 97  {{expandable summary="๐Ÿ–ผ๏ธ Gallery Macro (`/gallery`)"}}
... ... @@ -103,6 +103,8 @@
103 103  {{/example}}
104 104  {{/expandable}}
105 105  
111 +----
112 +
106 106  === Carousel Macro (`/carousel`) ===
107 107  
108 108  {{expandable summary="๐Ÿ“ฝ๏ธ Carousel Macro (`/carousel`)"}}
... ... @@ -111,6 +111,8 @@
111 111  {{/example}}
112 112  {{/expandable}}
113 113  
121 +----
122 +
114 114  === Box Macro (`/box`) ===
115 115  
116 116  {{expandable summary="๐Ÿ“ฆ Box Macro (`/box`)"}}
... ... @@ -121,6 +121,8 @@
121 121  {{/example}}
122 122  {{/expandable}}
123 123  
133 +----
134 +
124 124  === Info and Warning Boxes (`/info`, `/warning`) ===
125 125  
126 126  {{expandable summary="โš ๏ธ Info and Warning Macros (`/info`, `/warning`)"}}
... ... @@ -135,6 +135,8 @@
135 135  {{/example}}
136 136  {{/expandable}}
137 137  
149 +----
150 +
138 138  === Footnotes (`/footnote`, `/put footnotes`) ===
139 139  
140 140  {{expandable summary="๐Ÿงพ Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}}
... ... @@ -145,6 +145,8 @@
145 145  {{/example}}
146 146  {{/expandable}}
147 147  
161 +----
162 +
148 148  === Expandable Macro (`/expandable`) ===
149 149  
150 150  {{expandable summary="๐Ÿงฉ Expandable Macro (`/expandable`)"}}
... ... @@ -155,6 +155,8 @@
155 155  {{/example}}
156 156  {{/expandable}}
157 157  
173 +----
174 +
158 158  === Embed Macro (`/embed content`) ===
159 159  
160 160  {{expandable summary="๐ŸŒ Embed Macro (YouTube etc.) (`/embed content`)"}}
... ... @@ -163,6 +163,8 @@
163 163  {{/example}}
164 164  {{/expandable}}
165 165  
183 +----
184 +
166 166  === Code Macro (`/code`) ===
167 167  
168 168  {{expandable summary="๐Ÿ’ป Code Block Macro (`/code`)"}}
... ... @@ -174,8 +174,10 @@
174 174  {{/example}}
175 175  {{/expandable}}
176 176  
177 -=== Image Insert (`[[image:...]]`) ===
196 +----
178 178  
198 +== Image Insert (`[[image:...]]`) ==
199 +
179 179  {{expandable summary="๐Ÿ–ผ๏ธ Image Macro (`[[image:filename.jpg]]`)"}}
180 180  {{example}}
181 181  [[image:1747262485678-297.png]]
... ... @@ -182,6 +182,8 @@
182 182  {{/example}}
183 183  {{/expandable}}
184 184  
206 +----
207 +
185 185  === Audio Embed (HTML tag or `/embed JWPlayer`) ===
186 186  
187 187  {{expandable summary="๐Ÿ”Š Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}}
... ... @@ -195,6 +195,8 @@
195 195  {{/example}}
196 196  {{/expandable}}
197 197  
221 +----
222 +
198 198  === Video Embed Macro (`/video`) ===
199 199  
200 200  {{expandable summary="๐ŸŽฌ Video Macro (`/video`)"}}
... ... @@ -203,6 +203,8 @@
203 203  {{/example}}
204 204  {{/expandable}}
205 205  
231 +----
232 +
206 206  === Full Example: Expandable Study Summary (`/expandable`) ===
207 207  
208 208  {{expandable summary="๐Ÿ“š Full Use Case โ€“ Study Summary Macro (`/expandable`)"}}
... ... @@ -241,10 +241,8 @@
241 241  
242 242  ----
243 243  
244 -== ๐Ÿงฉ Bonus Macros ==
271 +==== Bonus: Boilerplate Example Template ====
245 245  
246 -=== Boilerplate Example Template ===
247 -
248 248  {{expandable summary="๐Ÿ“‹ Example Macro Template (`/example`)"}}
249 249  {{example}}
250 250  {{example}}
1751108944598-521.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.AdminAngriff
Size
... ... @@ -1,1 +1,0 @@
1 -562.0 KB
Content