0 Votes

Changes for page Start here if you're new

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

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

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -= ๐Ÿ“– Table of Contents =
1 +== ๐Ÿ“– Table of Contents ==
2 2  
3 3  {{toc/}}
4 4  
... ... @@ -5,7 +5,7 @@
5 5  ----
6 6  
7 7  
8 -= **Getting Started with XWiki** =
8 +== Getting Started with XWiki ==
9 9  
10 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,7 +12,7 @@
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.
14 14  
15 -== **Useful Tips & Best Practices** ==
15 +== Useful Tips & Best Practices ==
16 16  
17 17  **Macros** greatly simplify content formattingโ€”use / often.
18 18  When to insert an image rather than upload the [[image:]] Upload the image at the bottom of the page via the built in extension if you just want to post the image without context. This is always acceptable on any page given that it is relevant. Embed an image when you are adding context to it or using it to reinforce some context already present. Same with videos.
... ... @@ -26,12 +26,12 @@
26 26  1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content.
27 27  1. Leave comments, give suggestions, request features.
28 28  
29 -== **Content Guidelines** ==
29 +== Content Guidelines ==
30 30  
31 31  * Ensure your content is well-researched, you don't need to include references in the format of footnotes for your material, but you should try to include studies or links to give credibility to your claims. For instance, just claiming that [[IQ is genetic>>doc:Main Categories.Science & Research.Race & IQ.WebHome]] is genetic wouldn't be valid unless you provide a study backing up that assertion, or more likely link to a page within this site that explains why IQ is not something that is purely determined by environmental factors. If such a page doesn't exist, create it, and start providing studies that show this.
32 32  * Use clear, concise language and avoid using slurs, slang, or troll like language. This isn't supposed to be encyclopedia dramatica, I'd like things to remain relatively mature and well thought out.
33 33  
34 -= **XWiki Editing Modes** =
34 +== XWiki Editing Modes ==
35 35  
36 36  XWiki offers multiple editing modes to accommodate various user preferences and technical requirements:๎ˆ†
37 37  
... ... @@ -38,61 +38,53 @@
38 38  **WYSIWYG (What You See Is What You Get) Editor**: Ideal for users unfamiliar with wiki syntax, this editor provides a user-friendly interface resembling traditional word processors. It allows for straightforward text formatting, image insertion, and link creation without delving into markup language.
39 39  **Wiki Editor**: This mode enables direct editing using XWikiโ€™s markup syntax. Itโ€™s suitable for users comfortable with wiki syntax and those requiring precise control over the content structure.
40 40  
41 -== **Essential Formatting Options** ==
41 +== Essential Formatting Options ==
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 -== **Links** ==
55 -
56 -
57 -
58 -=== **Internal Link**: Use square brackets with the page name. ===
59 -
60 60  {{example}}
61 61  [[Resources>>doc:Guides and Help.Resources.WebHome]]
62 62  {{/example}}
63 63  
59 +=== External Link: Provide the URL directly ===
64 64  
65 -=== **External Link**: Provide the URL directly. ===
66 -
67 67  {{example}}
68 68  [[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]]
69 69  {{/example}}
70 70  
71 -
72 72  ----
73 73  
74 -== 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]] ==
75 75  
76 76  {{expandable summary="Usage of Slash Macro Shortcut"}}
77 77  * Type `/` and begin typing a macro name.
78 78  * Suggestions will auto-complete.
79 79  * Examples:
80 -* `/toc`
81 -* `/box`
82 -* `/gallery`
83 -* `/footnote`
84 -* `/code`
73 + * `/toc`
74 + * `/box`
75 + * `/gallery`
76 + * `/footnote`
77 + * `/code`
85 85  {{/expandable}}
86 86  
80 +----
87 87  
88 -== Macro Showcase: Source + Output + Slash Command ==
82 +== ๐Ÿงช Macro Reference Guide ==
89 89  
90 -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.
91 91  
92 -----
86 +=== Table of Contents Macro (`/toc`) ===
93 93  
94 -== Table of Contents Macro (`/toc`) ==
95 -
96 96  {{expandable summary="๐Ÿ“˜ Table of Contents Macro (`/toc`)"}}
97 97  {{example}}
98 98  {{toc/}}
... ... @@ -99,8 +99,6 @@
99 99  {{/example}}
100 100  {{/expandable}}
101 101  
102 -----
103 -
104 104  === Gallery Macro (`/gallery`) ===
105 105  
106 106  {{expandable summary="๐Ÿ–ผ๏ธ Gallery Macro (`/gallery`)"}}
... ... @@ -112,8 +112,6 @@
112 112  {{/example}}
113 113  {{/expandable}}
114 114  
115 -----
116 -
117 117  === Carousel Macro (`/carousel`) ===
118 118  
119 119  {{expandable summary="๐Ÿ“ฝ๏ธ Carousel Macro (`/carousel`)"}}
... ... @@ -122,8 +122,6 @@
122 122  {{/example}}
123 123  {{/expandable}}
124 124  
125 -----
126 -
127 127  === Box Macro (`/box`) ===
128 128  
129 129  {{expandable summary="๐Ÿ“ฆ Box Macro (`/box`)"}}
... ... @@ -134,24 +134,16 @@
134 134  {{/example}}
135 135  {{/expandable}}
136 136  
137 -----
138 -
139 139  === Info and Warning Boxes (`/info`, `/warning`) ===
140 140  
141 141  {{expandable summary="โš ๏ธ Info and Warning Macros (`/info`, `/warning`)"}}
142 142  {{example}}
143 -{{info}}
144 -This is an info box.
145 -{{/info}}
127 +{{info}}This is an info box.{{/info}}
146 146  
147 -{{warning}}
148 -This is a warning box.
149 -{{/warning}}
129 +{{warning}}This is a warning box.{{/warning}}
150 150  {{/example}}
151 151  {{/expandable}}
152 152  
153 -----
154 -
155 155  === Footnotes (`/footnote`, `/put footnotes`) ===
156 156  
157 157  {{expandable summary="๐Ÿงพ Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}}
... ... @@ -162,8 +162,6 @@
162 162  {{/example}}
163 163  {{/expandable}}
164 164  
165 -----
166 -
167 167  === Expandable Macro (`/expandable`) ===
168 168  
169 169  {{expandable summary="๐Ÿงฉ Expandable Macro (`/expandable`)"}}
... ... @@ -174,8 +174,6 @@
174 174  {{/example}}
175 175  {{/expandable}}
176 176  
177 -----
178 -
179 179  === Embed Macro (`/embed content`) ===
180 180  
181 181  {{expandable summary="๐ŸŒ Embed Macro (YouTube etc.) (`/embed content`)"}}
... ... @@ -184,8 +184,6 @@
184 184  {{/example}}
185 185  {{/expandable}}
186 186  
187 -----
188 -
189 189  === Code Macro (`/code`) ===
190 190  
191 191  {{expandable summary="๐Ÿ’ป Code Block Macro (`/code`)"}}
... ... @@ -197,10 +197,8 @@
197 197  {{/example}}
198 198  {{/expandable}}
199 199  
200 -----
172 +=== Image Insert (`[[image:...]]`) ===
201 201  
202 -== Image Insert (`[[image:...]]`) ==
203 -
204 204  {{expandable summary="๐Ÿ–ผ๏ธ Image Macro (`[[image:filename.jpg]]`)"}}
205 205  {{example}}
206 206  [[image:1747262485678-297.png]]
... ... @@ -207,8 +207,6 @@
207 207  {{/example}}
208 208  {{/expandable}}
209 209  
210 -----
211 -
212 212  === Audio Embed (HTML tag or `/embed JWPlayer`) ===
213 213  
214 214  {{expandable summary="๐Ÿ”Š Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}}
... ... @@ -222,8 +222,6 @@
222 222  {{/example}}
223 223  {{/expandable}}
224 224  
225 -----
226 -
227 227  === Video Embed Macro (`/video`) ===
228 228  
229 229  {{expandable summary="๐ŸŽฌ Video Macro (`/video`)"}}
... ... @@ -232,8 +232,6 @@
232 232  {{/example}}
233 233  {{/expandable}}
234 234  
235 -----
236 -
237 237  === Full Example: Expandable Study Summary (`/expandable`) ===
238 238  
239 239  {{expandable summary="๐Ÿ“š Full Use Case โ€“ Study Summary Macro (`/expandable`)"}}
... ... @@ -272,8 +272,10 @@
272 272  
273 273  ----
274 274  
275 -==== Bonus: Boilerplate Example Template ====
239 +== ๐Ÿงฉ Bonus Macros ==
276 276  
241 +=== Boilerplate Example Template ===
242 +
277 277  {{expandable summary="๐Ÿ“‹ Example Macro Template (`/example`)"}}
278 278  {{example}}
279 279  {{example}}