... |
... |
@@ -1,283 +1,204 @@ |
1 |
|
-= = |
|
1 |
+= 📚 Macro Examples & Formatting Guide = |
2 |
2 |
|
3 |
3 |
---- |
4 |
4 |
|
5 |
|
-== Getting Started with XWiki == |
|
5 |
+== 📖 Table of Contents == |
6 |
6 |
|
7 |
|
-This page covers all the essential steps and tips you need to create great content in XWiki without any confusion. |
|
7 |
+{{toc/}} |
8 |
8 |
|
9 |
|
-== 📖 Table of Contents: == |
10 |
|
- |
11 |
|
-* [[Editing with the WYSIWYG Editor>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#editing-pages]] |
12 |
|
-* [[Inserting Attachments and Images>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#attachments]] |
13 |
|
-* [[Using the / Macro Shortcut>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#macros]] |
14 |
|
-* [[Basic Formatting and Links>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#formatting]] |
15 |
|
-* [[Useful Tips>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#tips]] |
16 |
|
- |
17 |
17 |
---- |
18 |
18 |
|
19 |
|
-== 📎 **Attachments and Images** == |
|
11 |
+== 🧪 Macro Showcase: Source + Output + Slash Command == |
20 |
20 |
|
21 |
|
-You can easily upload files and images directly from the WYSIWYG editor: |
|
13 |
+All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using example |
22 |
22 |
|
23 |
|
-**Uploading Attachments:** |
|
15 |
+---- |
24 |
24 |
|
25 |
|
-* Click **Edit** to enter the WYSIWYG editor. |
26 |
|
-* Click on the **Attachment** icon (📎 paperclip icon). |
27 |
|
-* Drag-and-drop or select your file to upload it instantly. |
28 |
|
-* Uploaded files will automatically be listed as attachments at the bottom of your page. |
|
17 |
+== Table of Contents Macro (`/toc`) == |
29 |
29 |
|
30 |
|
-=== **Inserting Images with Enlargable Thumbnails** === |
|
19 |
+{{expandable summary="📘 Table of Contents Macro (`/toc`)"}} |
|
20 |
+{{example}} |
|
21 |
+{{toc/}} |
|
22 |
+{{/example}} |
|
23 |
+{{/expandable}} |
31 |
31 |
|
32 |
|
-1. In the editor, click the **"Insert Image"** icon from the toolbar. |
33 |
|
-1. Upload or select the image. |
34 |
|
-1. Choose the **Thumbnail option** to create a clickable enlargable preview automatically. |
35 |
|
- |
36 |
36 |
---- |
37 |
37 |
|
38 |
|
-== ⚡ **Using the / Macro Shortcut** == |
|
27 |
+== Gallery Macro (`/gallery`) == |
39 |
39 |
|
40 |
|
-The / macro shortcut is a powerful and quick way to insert macros while editing pages in XWiki's WYSIWYG editor: |
|
29 |
+{{expandable summary="🖼️ Gallery Macro (`/gallery`)"}} |
|
30 |
+{{example}} |
|
31 |
+{{gallery}} |
|
32 |
+[[1747262485678-297.png]] |
|
33 |
+[[image:photo2.jpg]] |
|
34 |
+{{/gallery}} |
|
35 |
+{{/example}} |
|
36 |
+{{/expandable}} |
41 |
41 |
|
42 |
|
-* Simply type / and start typing the macro name or feature you want to add. |
43 |
|
-* You'll see suggestions appear as you type. Select the macro to insert it directly without manual syntax. |
44 |
|
-* Example macros include: |
45 |
|
-** /toc – Table of Contents |
46 |
|
-** /box – Insert Box Macro |
47 |
|
-** /gallery – Image Gallery |
48 |
|
-** /footnote – Add footnotes to your text |
49 |
|
-** /code – Code blocks for programming snippets |
50 |
|
- |
51 |
|
-This shortcut dramatically speeds up editing, no need to memorize complicated wiki syntax. |
52 |
|
- |
53 |
53 |
---- |
54 |
54 |
|
55 |
|
-== ✏️** Basic Formatting and Links (Quick Guide)** == |
|
40 |
+== Carousel Macro (`/carousel`) == |
56 |
56 |
|
57 |
|
-* **Bold text**: Select text, click the **Bold** button or press Ctrl + B. |
58 |
|
-* **Italic text**: Select text, click "Italic" in the toolbar or use Ctrl+I. |
59 |
|
-* **Creating Links**: |
60 |
|
-** Highlight text and click **"Link"** or use shortcut Ctrl+K. |
61 |
|
-** Paste or select the page URL to link internally. |
|
42 |
+{{expandable summary="📽️ Carousel Macro (`/carousel`)"}} |
|
43 |
+{{example}} |
|
44 |
+{{carousel/}} |
|
45 |
+{{/example}} |
|
46 |
+{{/expandable}} |
62 |
62 |
|
63 |
63 |
---- |
64 |
64 |
|
65 |
|
-== 🔍 **Useful Tips & Best Practices** == |
|
50 |
+== Box Macro (`/box`) == |
66 |
66 |
|
67 |
|
-* **Save drafts frequently:** Press Ctrl+S regularly. |
68 |
|
-* **Macros** greatly simplify content formatting—use / often. |
69 |
|
-* **Edit attachments:** Hover attachments directly below your page in view mode to manage or delete them. |
70 |
|
-* **Use minimal formatting** to ensure readability. |
|
52 |
+{{expandable summary="📦 Box Macro (`/box`)"}} |
|
53 |
+{{example}} |
|
54 |
+{{box cssClass="highlight"}} |
|
55 |
+Insert your highlighted content here. |
|
56 |
+{{/box}} |
|
57 |
+{{/example}} |
|
58 |
+{{/expandable}} |
71 |
71 |
|
72 |
72 |
---- |
73 |
73 |
|
74 |
|
-= ⚡**Guests can contribute** = |
|
62 |
+== Info and Warning Boxes (`/info`, `/warning`) == |
75 |
75 |
|
76 |
|
-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. |
77 |
|
-1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content. |
78 |
|
-1. Leave comments, give suggestions, request features. |
|
64 |
+{{expandable summary="⚠️ Info and Warning Macros (`/info`, `/warning`)"}} |
|
65 |
+{{example}} |
|
66 |
+{{info}}This is an info box.{{/info}} |
79 |
79 |
|
80 |
|
-== **Content Guidelines** == |
|
68 |
+{{warning}}This is a warning box.{{/warning}} |
|
69 |
+{{/example}} |
|
70 |
+{{/expandable}} |
81 |
81 |
|
82 |
|
-* 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. |
83 |
|
-* 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. |
|
72 |
+---- |
84 |
84 |
|
85 |
|
-== **Directories and Page URLs** == |
|
74 |
+== Footnotes (`/footnote`, `/put footnotes`) == |
86 |
86 |
|
87 |
|
-* The categories I have made up should cover most content, but if you feel your content doesn't fit under them, feel free to make a new category. Moving pages and reorganizing content in this wiki is very easy. |
|
76 |
+{{expandable summary="🧾 Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}} |
|
77 |
+{{example}} |
|
78 |
+This is a footnoted statement{{footnote}}https://www.example.com{{/footnote}}. |
88 |
88 |
|
|
80 |
+{{putFootnotes/}} |
|
81 |
+{{/example}} |
|
82 |
+{{/expandable}} |
89 |
89 |
|
|
84 |
+---- |
90 |
90 |
|
91 |
|
-== **XWiki Editing Modes** == |
|
86 |
+== Expandable Macro (`/expandable`) == |
92 |
92 |
|
93 |
|
-XWiki offers multiple editing modes to accommodate various user preferences and technical requirements: |
|
88 |
+{{expandable summary="🧩 Expandable Macro (`/expandable`)"}} |
|
89 |
+{{example}} |
|
90 |
+{{expandable summary="Click to expand"}} |
|
91 |
+This content is hidden until clicked. |
|
92 |
+{{/expandable}} |
|
93 |
+{{/example}} |
|
94 |
+{{/expandable}} |
94 |
94 |
|
95 |
|
-* **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. citeturn0search0 |
96 |
|
-* **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. |
97 |
|
-* **Inline Form Editing**: Used primarily for pages containing structured data or custom applications, this mode presents editable fields directly within the page view, streamlining data entry and updates. |
|
96 |
+---- |
98 |
98 |
|
99 |
|
-=== **Switching Between Syntaxes** === |
|
98 |
+== Embed Macro (`/embed content`) == |
100 |
100 |
|
101 |
|
-XWiki supports multiple syntaxes, including XWiki 2.1, MediaWiki, and others. While it’s possible to switch a page’s syntax, exercise caution, as certain syntaxes may not fully support WYSIWYG editing. For instance, changing a page to MediaWiki syntax might limit the availability of the WYSIWYG editor. citeturn0search6 |
|
100 |
+{{expandable summary="🌐 Embed Macro (YouTube etc.) (`/embed content`)"}} |
|
101 |
+{{example}} |
|
102 |
+{{embed url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/}} |
|
103 |
+{{/example}} |
|
104 |
+{{/expandable}} |
102 |
102 |
|
103 |
|
-== **Essential Formatting Options** == |
|
106 |
+---- |
104 |
104 |
|
105 |
|
-To ensure content is both engaging and accessible, utilize the following formatting techniques: |
|
108 |
+== Code Macro (`/code`) == |
106 |
106 |
|
107 |
|
-* **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. |
108 |
|
- |
109 |
|
-{{code}} |
110 |
|
- + Heading Level 1 |
111 |
|
- ++ Heading Level 2 |
112 |
|
- +++ Heading Level 3 |
|
110 |
+{{expandable summary="💻 Code Block Macro (`/code`)"}} |
|
111 |
+{{example}} |
|
112 |
+{{code language="python"}} |
|
113 |
+def hello_world(): |
|
114 |
+ print("Hello, world!") |
113 |
113 |
{{/code}} |
|
116 |
+{{/example}} |
|
117 |
+{{/expandable}} |
114 |
114 |
|
|
119 |
+---- |
115 |
115 |
|
116 |
|
-=== **Text Formatting** === |
|
121 |
+== Image Insert (`[[image:...]]`) == |
117 |
117 |
|
|
123 |
+{{expandable summary="🖼️ Image Macro (`[[image:filename.jpg]]`)"}} |
|
124 |
+{{example}} |
|
125 |
+[[image:1747262485678-297.png]] |
|
126 |
+{{/example}} |
|
127 |
+{{/expandable}} |
118 |
118 |
|
119 |
|
-* |
120 |
|
-** ((( |
121 |
|
-=== **Bold**: Surround text with double asterisks. === |
122 |
|
-))) |
|
129 |
+---- |
123 |
123 |
|
124 |
|
-{{code}} |
125 |
|
-**bold text** |
126 |
|
-{{/code}} |
|
131 |
+== Audio Embed (HTML tag or `/embed JWPlayer`) == |
127 |
127 |
|
128 |
|
-* |
129 |
|
-** ((( |
130 |
|
-=== **Italics**: Use double underscores. === |
131 |
|
-))) |
|
133 |
+{{expandable summary="🔊 Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}} |
|
134 |
+{{example}} |
|
135 |
+{{html}} |
|
136 |
+<audio controls> |
|
137 |
+ <source src="/bin/download/Sandbox/TestPage2/Anti-Black%20racial%20slur%20was%20found%20written%20on%20high%20school%20desk%20in%20Rockville.mp3" type="audio/mpeg"> |
|
138 |
+ Your browser does not support the audio element. |
|
139 |
+</audio> |
|
140 |
+{{/html}} |
|
141 |
+{{/example}} |
|
142 |
+{{/expandable}} |
132 |
132 |
|
133 |
|
-{{code}} |
134 |
|
-__italic text__ |
135 |
|
-{{/code}} |
|
144 |
+---- |
136 |
136 |
|
137 |
|
-* |
138 |
|
-** ((( |
139 |
|
-=== **Underline**: Enclose text with double tildes. === |
140 |
|
-))) |
|
146 |
+== Video Embed Macro (`/video`) == |
141 |
141 |
|
142 |
|
-{{code}} |
143 |
|
-~~underlined text~~ |
144 |
|
-{{/code}} |
|
148 |
+{{expandable summary="🎬 Video Macro (`/video`)"}} |
|
149 |
+{{example}} |
|
150 |
+{{video url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/}} |
|
151 |
+{{/example}} |
|
152 |
+{{/expandable}} |
145 |
145 |
|
146 |
|
-* |
147 |
|
-* |
|
154 |
+---- |
148 |
148 |
|
149 |
|
-* |
150 |
|
-** ((( |
151 |
|
-=== **Unordered List**: Begin lines with asterisk (*) or hyphen (-). === |
152 |
|
-))) |
|
156 |
+== Full Example: Expandable Study Summary (`/expandable`) == |
153 |
153 |
|
154 |
|
-{{code}} |
155 |
|
-* Item 1 |
156 |
|
-* Item 2 |
157 |
|
-{{/code}} |
|
158 |
+{{expandable summary="📚 Full Use Case – Study Summary Macro (`/expandable`)"}} |
|
159 |
+{{example}} |
|
160 |
+{{expandable summary="Study: The Wilson Effect"}} |
|
161 |
+**Source:** *Twin Research and Human Genetics (2013)* |
|
162 |
+**Author:** *Thomas J. Bouchard Jr.* |
|
163 |
+**DOI:** [10.1017/thg.2013.54](https://doi.org/10.1017/thg.2013.54) |
158 |
158 |
|
159 |
|
-* |
160 |
|
-** ((( |
161 |
|
-=== **Ordered List**: Start lines with a number followed by a period. === |
162 |
|
-))) |
|
165 |
+{{expandable summary="📊 Key Statistics"}} |
|
166 |
+- IQ heritability rises to **0.80** by adulthood |
|
167 |
+- Shared environment drops to **0.10** |
|
168 |
+{{/expandable}} |
163 |
163 |
|
164 |
|
-{{code}} |
165 |
|
-1. First item |
166 |
|
-2. Second item |
167 |
|
-{{/code}} |
|
170 |
+{{expandable summary="🔬 Findings"}} |
|
171 |
+- Genetic influence strengthens over time |
|
172 |
+- Monozygotic twins’ IQ similarity increases with age |
|
173 |
+{{/expandable}} |
168 |
168 |
|
169 |
|
-* ((( |
170 |
|
-=== === |
171 |
|
-))) |
172 |
|
-* ((( |
173 |
|
-=== **Links** === |
174 |
|
-))) |
|
175 |
+{{expandable summary="📝 Critique & Observations"}} |
|
176 |
+- Strength: Large dataset, longitudinal |
|
177 |
+- Limitation: Mostly Western countries |
|
178 |
+{{/expandable}} |
175 |
175 |
|
|
180 |
+{{expandable summary="📌 Relevance"}} |
|
181 |
+- Strong support for genetic IQ theories |
|
182 |
+- Diminishing environmental influence |
|
183 |
+{{/expandable}} |
176 |
176 |
|
|
185 |
+{{expandable summary="📄 Download"}} |
|
186 |
+[[Download Full Study>>attach:10.1017_thg.2013.54.pdf]] |
|
187 |
+{{/expandable}} |
177 |
177 |
|
178 |
|
-==== **Internal Link**: Use square brackets with the page name. ==== |
|
189 |
+{{/expandable}} |
|
190 |
+{{/example}} |
|
191 |
+{{/expandable}} |
179 |
179 |
|
180 |
|
-{{code}} |
181 |
|
-[[PageName]] |
182 |
|
-{{/code}} |
|
193 |
+---- |
183 |
183 |
|
184 |
|
-* |
185 |
|
-** ((( |
186 |
|
-==== **External Link**: Provide the URL directly. ==== |
187 |
|
-))) |
|
195 |
+== Bonus: Boilerplate Example Template == |
188 |
188 |
|
189 |
|
-{{code}} |
190 |
|
-[https://www.example.com] |
191 |
|
-{{/code}} |
|
197 |
+{{expandable summary="📋 Example Macro Template (`/example`)"}} |
|
198 |
+{{example}} |
|
199 |
+{{example}} |
|
200 |
+Your macro goes here. |
|
201 |
+{{/example}} |
|
202 |
+{{/example}} |
|
203 |
+{{/expandable}} |
192 |
192 |
|
193 |
|
-* ((( |
194 |
|
-=== **Images** === |
195 |
|
-))) |
196 |
|
- |
197 |
|
-{{code}} |
198 |
|
- [[image:example.jpg]] |
199 |
|
-{{/code}} |
200 |
|
- |
201 |
|
- |
202 |
|
-== **Utilizing XWiki Macros** == |
203 |
|
- |
204 |
|
-Macros are powerful tools in XWiki that allow for dynamic content inclusion and advanced formatting. Here are ten notable macros to consider: |
205 |
|
- |
206 |
|
-1. **Box Macro**: Encapsulates content within a styled box, useful for highlighting information. |
207 |
|
- |
208 |
|
-{{code}} |
209 |
|
-{{box}} |
210 |
|
-Your content here. |
211 |
|
-{{/box}} |
212 |
|
-{{/code}} |
213 |
|
- |
214 |
|
- |
215 |
|
-=== **Info Macro**: Displays an informational message, often used for tips or notes. === |
216 |
|
- |
217 |
|
-{{code}} |
218 |
|
-{{info}} |
219 |
|
-This is an informational note. |
220 |
|
-{{/info}} |
221 |
|
-{{/code}} |
222 |
|
- |
223 |
|
- |
224 |
|
-=== **Warning Macro**: Highlights warnings or important notices. === |
225 |
|
- |
226 |
|
-{{code}} |
227 |
|
-{{warning}} |
228 |
|
-Caution: Proceed with care. |
229 |
|
-{{/warning}} |
230 |
|
-{{/code}} |
231 |
|
- |
232 |
|
- |
233 |
|
-=== **Code Macro**: Renders code snippets with syntax highlighting. === |
234 |
|
- |
235 |
|
-{{code}} |
236 |
|
-{{code language="python"}} |
237 |
|
-def hello_world(): |
238 |
|
- print("Hello, world!") |
239 |
|
-{{/code}} |
240 |
|
-{{/code}} |
241 |
|
- |
242 |
|
- |
243 |
|
-=== **Gallery Macro**: Creates an image gallery from attached images. === |
244 |
|
- |
245 |
|
-{{code}} |
246 |
|
-{{gallery}} |
247 |
|
-[[image1.jpg]] |
248 |
|
-[[image2.jpg]] |
249 |
|
-{{/gallery}} |
250 |
|
-{{/code}} |
251 |
|
- |
252 |
|
- |
253 |
|
-=== **TOC (Table of Contents) Macro**: Generates a table of contents based on page headings. === |
254 |
|
- |
255 |
|
-{{code}} |
256 |
|
-{{toc/}} |
257 |
|
-{{/code}} |
258 |
|
- |
259 |
|
- |
260 |
|
-=== **Include Macro**: Embeds content from another page. === |
261 |
|
- |
262 |
|
-{{code}} |
263 |
|
-{{include reference="PageName"/}} |
264 |
|
-{{/code}} |
265 |
|
- |
266 |
|
- |
267 |
|
-=== **Display Macro**: Displays the content of another document or an object property. === |
268 |
|
- |
269 |
|
-{{code}} |
270 |
|
-{{display reference="PageName"/}} |
271 |
|
-{{/code}} |
272 |
|
- |
273 |
|
- |
274 |
|
-=== **Velocity Macro**: Executes Velocity scripts for dynamic content generation. === |
275 |
|
- |
276 |
|
-{{code}} |
277 |
|
-{{velocity}} |
278 |
|
-#set($greeting = "Hello, $user.name!") |
279 |
|
-$greeting |
280 |
|
-{{/velocity}} |
281 |
|
-{{/code}} |
282 |
|
- |
283 |
|
- |