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 49.1
edited by Ryan C
on 2025/05/14 17:08
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,53 +38,61 @@
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 ===
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 +== **Links** ==
55 +
56 +
57 +
58 +=== **Internal Link**: Use square brackets with the page name. ===
59 +
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  
65 +=== **External Link**: Provide the URL directly. ===
66 +
61 61  {{example}}
62 62  [[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]]
63 63  {{/example}}
64 64  
71 +
65 65  ----
66 66  
67 -== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] ==
74 +== 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`
80 +* `/toc`
81 +* `/box`
82 +* `/gallery`
83 +* `/footnote`
84 +* `/code`
78 78  {{/expandable}}
79 79  
80 -----
81 81  
82 -== ๐Ÿงช Macro Reference Guide ==
88 +== 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.
90 +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`) ===
92 +----
87 87  
94 +== Table of Contents Macro (`/toc`) ==
95 +
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  
102 +----
103 +
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  
115 +----
116 +
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  
125 +----
126 +
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  
137 +----
138 +
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}}
143 +{{info}}
144 +This is an info box.
145 +{{/info}}
128 128  
129 -{{warning}}This is a warning box.{{/warning}}
147 +{{warning}}
148 +This is a warning box.
149 +{{/warning}}
130 130  {{/example}}
131 131  {{/expandable}}
132 132  
153 +----
154 +
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  
165 +----
166 +
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  
177 +----
178 +
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  
187 +----
188 +
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:...]]`) ===
200 +----
173 173  
202 +== Image Insert (`[[image:...]]`) ==
203 +
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  
210 +----
211 +
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  
225 +----
226 +
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  
235 +----
236 +
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 ==
275 +==== 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}}