0 Votes

Changes for page Start here if you're new

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

From version 40.1
edited by Ryan C
on 2025/05/14 16:47
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,5 +3,3 @@
1 -----
2 -
3 3  == 📖 Table of Contents ==
4 4  
5 5  {{toc/}}
... ... @@ -14,90 +14,79 @@
14 14  
15 15  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.
16 16  
17 -== 🔍 **Useful Tips & Best Practices** ==
15 +== Useful Tips & Best Practices ==
18 18  
19 -* **Macros** greatly simplify content formatting—use / often.
17 +**Macros** greatly simplify content formatting—use / often.
20 20  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.
21 -* **Use minimal formatting** to ensure readability.
19 +**Use minimal formatting** to ensure readability.
22 22  
23 23  ----
24 24  
25 -= ⚡**Guests can contribute** =
23 +== Guests can contribute ==
26 26  
27 27  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.
28 28  1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content.
29 29  1. Leave comments, give suggestions, request features.
30 30  
31 -== **Content Guidelines** ==
29 +== Content Guidelines ==
32 32  
33 33  * 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.
34 34  * 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.
35 35  
36 -== **XWiki Editing Modes** ==
34 +== XWiki Editing Modes ==
37 37  
38 38  XWiki offers multiple editing modes to accommodate various user preferences and technical requirements:
39 39  
40 -* **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.
41 -* **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.
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 +**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.
42 42  
43 -== **Essential Formatting Options** ==
41 +== Essential Formatting Options ==
44 44  
45 45  To ensure content is both engaging and accessible, utilize the following formatting techniques:
46 46  
47 -* **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 ===
48 48  
49 49  {{code}}
50 - + Heading Level 1
51 - ++ Heading Level 2
52 - +++ Heading Level 3
48 ++ Heading Level 1
49 +++ Heading Level 2
50 ++++ Heading Level 3
53 53  {{/code}}
54 54  
53 +=== Internal Link: Use square brackets with the page name ===
55 55  
56 -== **Links** ==
57 -
58 -
59 -
60 -==== **Internal Link**: Use square brackets with the page name. ====
61 -
62 62  {{example}}
63 63  [[Resources>>doc:Guides and Help.Resources.WebHome]]
64 64  {{/example}}
65 65  
59 +=== External Link: Provide the URL directly ===
66 66  
67 -==== **External Link**: Provide the URL directly. ====
68 -
69 69  {{example}}
70 70  [[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]]
71 71  {{/example}}
72 72  
65 +----
73 73  
74 -== ⚡ **Using the / Macro Shortcut** ==
67 +== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] ==
75 75  
76 -The / macro shortcut is a powerful and quick way to insert macros while editing pages in XWiki's WYSIWYG editor:
69 +{{expandable summary="Usage of Slash Macro Shortcut"}}
70 +* Type `/` and begin typing a macro name.
71 +* Suggestions will auto-complete.
72 +* Examples:
73 + * `/toc`
74 + * `/box`
75 + * `/gallery`
76 + * `/footnote`
77 + * `/code`
78 +{{/expandable}}
77 77  
78 -* Simply type / and start typing the macro name or feature you want to add.
79 -* You'll see suggestions appear as you type. Select the macro to insert it directly without manual syntax.
80 -* Example macros include:
81 -** /toc – Table of Contents
82 -** /box – Insert Box Macro
83 -** /gallery – Image Gallery
84 -** /footnote – Add footnotes to your text
85 -** /code – Code blocks for programming snippets
86 -
87 -This shortcut dramatically speeds up editing, no need to memorize complicated wiki syntax
88 -
89 89  ----
90 90  
91 -= 📚 Macro Examples & Formatting Guide =
82 +== 🧪 Macro Reference Guide ==
92 92  
93 -== 🧪 Macro Showcase: Source + Output + Slash Command ==
84 +All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using the example macro.
94 94  
95 -All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using example
86 +=== Table of Contents Macro (`/toc`) ===
96 96  
97 -----
98 -
99 -== Table of Contents Macro (`/toc`) ==
100 -
101 101  {{expandable summary="📘 Table of Contents Macro (`/toc`)"}}
102 102  {{example}}
103 103  {{toc/}}
... ... @@ -104,10 +104,8 @@
104 104  {{/example}}
105 105  {{/expandable}}
106 106  
107 -----
94 +=== Gallery Macro (`/gallery`) ===
108 108  
109 -== Gallery Macro (`/gallery`) ==
110 -
111 111  {{expandable summary="🖼️ Gallery Macro (`/gallery`)"}}
112 112  {{example}}
113 113  {{gallery}}
... ... @@ -117,10 +117,8 @@
117 117  {{/example}}
118 118  {{/expandable}}
119 119  
120 -----
105 +=== Carousel Macro (`/carousel`) ===
121 121  
122 -== Carousel Macro (`/carousel`) ==
123 -
124 124  {{expandable summary="📽️ Carousel Macro (`/carousel`)"}}
125 125  {{example}}
126 126  {{carousel/}}
... ... @@ -127,10 +127,8 @@
127 127  {{/example}}
128 128  {{/expandable}}
129 129  
130 -----
113 +=== Box Macro (`/box`) ===
131 131  
132 -== Box Macro (`/box`) ==
133 -
134 134  {{expandable summary="📦 Box Macro (`/box`)"}}
135 135  {{example}}
136 136  {{box cssClass="highlight"}}
... ... @@ -139,26 +139,18 @@
139 139  {{/example}}
140 140  {{/expandable}}
141 141  
142 -----
123 +=== Info and Warning Boxes (`/info`, `/warning`) ===
143 143  
144 -== Info and Warning Boxes (`/info`, `/warning`) ==
145 -
146 146  {{expandable summary="⚠️ Info and Warning Macros (`/info`, `/warning`)"}}
147 147  {{example}}
148 -{{info}}
149 -This is an info box.
150 -{{/info}}
127 +{{info}}This is an info box.{{/info}}
151 151  
152 -{{warning}}
153 -This is a warning box.
154 -{{/warning}}
129 +{{warning}}This is a warning box.{{/warning}}
155 155  {{/example}}
156 156  {{/expandable}}
157 157  
158 -----
133 +=== Footnotes (`/footnote`, `/put footnotes`) ===
159 159  
160 -== Footnotes (`/footnote`, `/put footnotes`) ==
161 -
162 162  {{expandable summary="🧾 Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}}
163 163  {{example}}
164 164  This is a footnoted statement{{footnote}}https://www.example.com{{/footnote}}.
... ... @@ -167,10 +167,8 @@
167 167  {{/example}}
168 168  {{/expandable}}
169 169  
170 -----
143 +=== Expandable Macro (`/expandable`) ===
171 171  
172 -== Expandable Macro (`/expandable`) ==
173 -
174 174  {{expandable summary="🧩 Expandable Macro (`/expandable`)"}}
175 175  {{example}}
176 176  {{expandable summary="Click to expand"}}
... ... @@ -179,10 +179,8 @@
179 179  {{/example}}
180 180  {{/expandable}}
181 181  
182 -----
153 +=== Embed Macro (`/embed content`) ===
183 183  
184 -== Embed Macro (`/embed content`) ==
185 -
186 186  {{expandable summary="🌐 Embed Macro (YouTube etc.) (`/embed content`)"}}
187 187  {{example}}
188 188  {{embed url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/}}
... ... @@ -189,10 +189,8 @@
189 189  {{/example}}
190 190  {{/expandable}}
191 191  
192 -----
161 +=== Code Macro (`/code`) ===
193 193  
194 -== Code Macro (`/code`) ==
195 -
196 196  {{expandable summary="💻 Code Block Macro (`/code`)"}}
197 197  {{example}}
198 198  {{code language="python"}}
... ... @@ -202,10 +202,8 @@
202 202  {{/example}}
203 203  {{/expandable}}
204 204  
205 -----
172 +=== Image Insert (`[[image:...]]`) ===
206 206  
207 -== Image Insert (`[[image:...]]`) ==
208 -
209 209  {{expandable summary="🖼️ Image Macro (`[[image:filename.jpg]]`)"}}
210 210  {{example}}
211 211  [[image:1747262485678-297.png]]
... ... @@ -212,10 +212,8 @@
212 212  {{/example}}
213 213  {{/expandable}}
214 214  
215 -----
180 +=== Audio Embed (HTML tag or `/embed JWPlayer`) ===
216 216  
217 -== Audio Embed (HTML tag or `/embed JWPlayer`) ==
218 -
219 219  {{expandable summary="🔊 Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}}
220 220  {{example}}
221 221  {{html}}
... ... @@ -227,10 +227,8 @@
227 227  {{/example}}
228 228  {{/expandable}}
229 229  
230 -----
193 +=== Video Embed Macro (`/video`) ===
231 231  
232 -== Video Embed Macro (`/video`) ==
233 -
234 234  {{expandable summary="🎬 Video Macro (`/video`)"}}
235 235  {{example}}
236 236  {{video url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/}}
... ... @@ -237,10 +237,8 @@
237 237  {{/example}}
238 238  {{/expandable}}
239 239  
240 -----
201 +=== Full Example: Expandable Study Summary (`/expandable`) ===
241 241  
242 -== Full Example: Expandable Study Summary (`/expandable`) ==
243 -
244 244  {{expandable summary="📚 Full Use Case – Study Summary Macro (`/expandable`)"}}
245 245  {{example}}
246 246  {{expandable summary="Study: The Wilson Effect"}}
... ... @@ -277,8 +277,10 @@
277 277  
278 278  ----
279 279  
280 -== Bonus: Boilerplate Example Template ==
239 +== 🧩 Bonus Macros ==
281 281  
241 +=== Boilerplate Example Template ===
242 +
282 282  {{expandable summary="📋 Example Macro Template (`/example`)"}}
283 283  {{example}}
284 284  {{example}}
1747266591398-414.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AdminAngriff
Size
... ... @@ -1,0 +1,1 @@
1 +623.7 KB
Content