0 Votes

Changes for page Start here if you're new

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

From version 35.1
edited by Ryan C
on 2025/05/14 16:18
Change comment: There is no comment for this version
To version 52.2
edited by Ryan C
on 2025/06/28 04:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,21 +1,91 @@
1 -= ?? Macro Examples & Formatting Guide =
1 +== ?? Table of Contents ==
2 2  
3 +{{toc/}}
4 +
3 3  ----
4 4  
5 -== πŸ“– Table of Contents ==
6 6  
7 -{{toc/}}
8 +== Getting Started with XWiki ==
8 8  
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:1751108944598-521.png||height="353" width="734"]]
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 +
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 announcements widget on 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 +
15 +== Useful Tips & Best Practices ==
16 +
17 +**Macros** greatly simplify content formattingβ€”use / often.
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.
19 +**Use minimal formatting** to ensure readability.
20 +
9 9  ----
10 10  
11 -== πŸ§ͺ Macro Showcase: Source + Output + Slash Command ==
23 +== --Guests can contribute-- ==
12 12  
13 -All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using example
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.
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 +1. Leave comments, give suggestions, request features.
14 14  
30 +== Content Guidelines ==
31 +
32 +* 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.
33 +* 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.
34 +
35 +== XWiki Editing Modes ==
36 +
37 +XWiki offers multiple editing modes to accommodate various user preferences and technical requirements:ξˆ†
38 +
39 +**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.
40 +**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.
41 +
42 +== Essential Formatting Options ==
43 +
44 +To ensure content is both engaging and accessible, utilize the following formatting techniques:
45 +
46 +=== Headings ===
47 +
48 +{{code}}
49 ++ Heading Level 1
50 +++ Heading Level 2
51 ++++ Heading Level 3
52 +{{/code}}
53 +
54 +=== Internal Link: Use square brackets with the page name ===
55 +
56 +{{example}}
57 +[[Resources>>doc:Guides and Help.Resources.WebHome]]
58 +{{/example}}
59 +
60 +=== External Link: Provide the URL directly ===
61 +
62 +{{example}}
63 +[[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]]
64 +{{/example}}
65 +
15 15  ----
16 16  
17 -== Table of Contents Macro (`/toc`) ==
68 +== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] ==
18 18  
70 +{{expandable summary="Usage of Slash Macro Shortcut"}}
71 +* Type `/` and begin typing a macro name.
72 +* Suggestions will auto-complete.
73 +* Examples:
74 +* `/toc`
75 +* `/box`
76 +* `/gallery`
77 +* `/footnote`
78 +* `/code`
79 +{{/expandable}}
80 +
81 +----
82 +
83 +== πŸ§ͺ Macro Reference Guide ==
84 +
85 +All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using the example macro.
86 +
87 +=== Table of Contents Macro (`/toc`) ===
88 +
19 19  {{expandable summary="πŸ“˜ Table of Contents Macro (`/toc`)"}}
20 20  {{example}}
21 21  {{toc/}}
... ... @@ -22,10 +22,8 @@
22 22  {{/example}}
23 23  {{/expandable}}
24 24  
25 -----
95 +=== Gallery Macro (`/gallery`) ===
26 26  
27 -== Gallery Macro (`/gallery`) ==
28 -
29 29  {{expandable summary="πŸ–ΌοΈ Gallery Macro (`/gallery`)"}}
30 30  {{example}}
31 31  {{gallery}}
... ... @@ -35,10 +35,8 @@
35 35  {{/example}}
36 36  {{/expandable}}
37 37  
38 -----
106 +=== Carousel Macro (`/carousel`) ===
39 39  
40 -== Carousel Macro (`/carousel`) ==
41 -
42 42  {{expandable summary="πŸ“½οΈ Carousel Macro (`/carousel`)"}}
43 43  {{example}}
44 44  {{carousel/}}
... ... @@ -45,10 +45,8 @@
45 45  {{/example}}
46 46  {{/expandable}}
47 47  
48 -----
114 +=== Box Macro (`/box`) ===
49 49  
50 -== Box Macro (`/box`) ==
51 -
52 52  {{expandable summary="πŸ“¦ Box Macro (`/box`)"}}
53 53  {{example}}
54 54  {{box cssClass="highlight"}}
... ... @@ -57,22 +57,22 @@
57 57  {{/example}}
58 58  {{/expandable}}
59 59  
60 -----
124 +=== Info and Warning Boxes (`/info`, `/warning`) ===
61 61  
62 -== Info and Warning Boxes (`/info`, `/warning`) ==
63 -
64 64  {{expandable summary="⚠️ Info and Warning Macros (`/info`, `/warning`)"}}
65 65  {{example}}
66 -{{info}}This is an info box.{{/info}}
128 +{{info}}
129 +This is an info box.
130 +{{/info}}
67 67  
68 -{{warning}}This is a warning box.{{/warning}}
132 +{{warning}}
133 +This is a warning box.
134 +{{/warning}}
69 69  {{/example}}
70 70  {{/expandable}}
71 71  
72 -----
138 +=== Footnotes (`/footnote`, `/put footnotes`) ===
73 73  
74 -== Footnotes (`/footnote`, `/put footnotes`) ==
75 -
76 76  {{expandable summary="🧾 Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}}
77 77  {{example}}
78 78  This is a footnoted statement{{footnote}}https://www.example.com{{/footnote}}.
... ... @@ -81,10 +81,8 @@
81 81  {{/example}}
82 82  {{/expandable}}
83 83  
84 -----
148 +=== Expandable Macro (`/expandable`) ===
85 85  
86 -== Expandable Macro (`/expandable`) ==
87 -
88 88  {{expandable summary="🧩 Expandable Macro (`/expandable`)"}}
89 89  {{example}}
90 90  {{expandable summary="Click to expand"}}
... ... @@ -93,10 +93,8 @@
93 93  {{/example}}
94 94  {{/expandable}}
95 95  
96 -----
158 +=== Embed Macro (`/embed content`) ===
97 97  
98 -== Embed Macro (`/embed content`) ==
99 -
100 100  {{expandable summary="🌐 Embed Macro (YouTube etc.) (`/embed content`)"}}
101 101  {{example}}
102 102  {{embed url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/}}
... ... @@ -103,10 +103,8 @@
103 103  {{/example}}
104 104  {{/expandable}}
105 105  
106 -----
166 +=== Code Macro (`/code`) ===
107 107  
108 -== Code Macro (`/code`) ==
109 -
110 110  {{expandable summary="πŸ’» Code Block Macro (`/code`)"}}
111 111  {{example}}
112 112  {{code language="python"}}
... ... @@ -116,10 +116,8 @@
116 116  {{/example}}
117 117  {{/expandable}}
118 118  
119 -----
177 +=== Image Insert (`[[image:...]]`) ===
120 120  
121 -== Image Insert (`[[image:...]]`) ==
122 -
123 123  {{expandable summary="πŸ–ΌοΈ Image Macro (`[[image:filename.jpg]]`)"}}
124 124  {{example}}
125 125  [[image:1747262485678-297.png]]
... ... @@ -126,10 +126,8 @@
126 126  {{/example}}
127 127  {{/expandable}}
128 128  
129 -----
185 +=== Audio Embed (HTML tag or `/embed JWPlayer`) ===
130 130  
131 -== Audio Embed (HTML tag or `/embed JWPlayer`) ==
132 -
133 133  {{expandable summary="πŸ”Š Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}}
134 134  {{example}}
135 135  {{html}}
... ... @@ -141,10 +141,8 @@
141 141  {{/example}}
142 142  {{/expandable}}
143 143  
144 -----
198 +=== Video Embed Macro (`/video`) ===
145 145  
146 -== Video Embed Macro (`/video`) ==
147 -
148 148  {{expandable summary="🎬 Video Macro (`/video`)"}}
149 149  {{example}}
150 150  {{video url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/}}
... ... @@ -151,10 +151,8 @@
151 151  {{/example}}
152 152  {{/expandable}}
153 153  
154 -----
206 +=== Full Example: Expandable Study Summary (`/expandable`) ===
155 155  
156 -== Full Example: Expandable Study Summary (`/expandable`) ==
157 -
158 158  {{expandable summary="πŸ“š Full Use Case – Study Summary Macro (`/expandable`)"}}
159 159  {{example}}
160 160  {{expandable summary="Study: The Wilson Effect"}}
... ... @@ -185,7 +185,6 @@
185 185  {{expandable summary="πŸ“„ Download"}}
186 186  [[Download Full Study>>attach:10.1017_thg.2013.54.pdf]]
187 187  {{/expandable}}
188 -
189 189  {{/expandable}}
190 190  {{/example}}
191 191  {{/expandable}}
... ... @@ -192,8 +192,10 @@
192 192  
193 193  ----
194 194  
195 -== Bonus: Boilerplate Example Template ==
244 +== 🧩 Bonus Macros ==
196 196  
246 +=== Boilerplate Example Template ===
247 +
197 197  {{expandable summary="πŸ“‹ Example Macro Template (`/example`)"}}
198 198  {{example}}
199 199  {{example}}
... ... @@ -201,4 +201,3 @@
201 201  {{/example}}
202 202  {{/example}}
203 203  {{/expandable}}
204 -
1747266591398-414.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AdminAngriff
Size
... ... @@ -1,0 +1,1 @@
1 +623.7 KB
Content
1751108944598-521.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AdminAngriff
Size
... ... @@ -1,0 +1,1 @@
1 +562.0 KB
Content