... |
... |
@@ -14,7 +14,7 @@ |
14 |
14 |
|
15 |
15 |
Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables). |
16 |
16 |
|
17 |
|
-== Headings == |
|
17 |
+= Headings = |
18 |
18 |
|
19 |
19 |
XWiki offers 6 levels of headings. You can use them to structure your pages. |
20 |
20 |
|
... |
... |
@@ -28,12 +28,8 @@ |
28 |
28 |
|
29 |
29 |
====== Level 6 Heading 6 ====== |
30 |
30 |
|
31 |
|
-{{info title="Accessibility recommendation"}} |
32 |
|
-In order to provide the best experience for assistive technology users on your wiki, you should avoid using the first level of heading in page content. |
33 |
|
-{{/info}} |
|
31 |
+= Styles = |
34 |
34 |
|
35 |
|
-== Styles == |
36 |
|
- |
37 |
37 |
Basic styles are supported in XWiki: |
38 |
38 |
|
39 |
39 |
* **Text in Bold** |
... |
... |
@@ -43,11 +43,11 @@ |
43 |
43 |
* Text in ,,subscript,, |
44 |
44 |
* Text in ^^superscript^^ |
45 |
45 |
|
46 |
|
-== Lists == |
|
42 |
+= Lists = |
47 |
47 |
|
48 |
48 |
You can create various types of lists in your wiki pages: |
49 |
49 |
|
50 |
|
-=== Unordered list === |
|
46 |
+== Unordered list == |
51 |
51 |
|
52 |
52 |
* Level 1 |
53 |
53 |
** Level 2 |
... |
... |
@@ -55,7 +55,7 @@ |
55 |
55 |
** Level 2 |
56 |
56 |
* Level 1 |
57 |
57 |
|
58 |
|
-=== Numbered list === |
|
54 |
+== Numbered list == |
59 |
59 |
|
60 |
60 |
1. Item |
61 |
61 |
11. Subitem |
... |
... |
@@ -62,7 +62,7 @@ |
62 |
62 |
111. Item |
63 |
63 |
1. Subitem |
64 |
64 |
|
65 |
|
-=== Mixed list === |
|
61 |
+== Mixed list == |
66 |
66 |
|
67 |
67 |
1. Item 1 |
68 |
68 |
11. Item 2 |
... |
... |
@@ -70,23 +70,23 @@ |
70 |
70 |
11*. Item 4 |
71 |
71 |
1. Item 5 |
72 |
72 |
|
73 |
|
-== Tables == |
|
69 |
+= Tables = |
74 |
74 |
|
75 |
75 |
You can create tables right into wiki pages: |
76 |
76 |
|
77 |
|
-=== Table with headers in the top row === |
|
73 |
+== Table with headers in the top row == |
78 |
78 |
|
79 |
79 |
|= table header |= table header |= table header |
80 |
80 |
| cell | cell | cell |
81 |
81 |
| cell | cell | cell |
82 |
82 |
|
83 |
|
-=== Table with headers in the top row and left column === |
|
79 |
+== Table with headers in the top row and left column == |
84 |
84 |
|
85 |
85 |
|= table header |= table header |= table header |
86 |
86 |
|= table header | cell | cell |
87 |
87 |
|= table header | cell | cell |
88 |
88 |
|
89 |
|
-== Links == |
|
85 |
+= Links = |
90 |
90 |
|
91 |
91 |
XWiki allows you to create links to other pages in your wiki or on the web: |
92 |
92 |
|
... |
... |
@@ -100,17 +100,17 @@ |
100 |
100 |
|
101 |
101 |
attach:XWikiLogo.png |
102 |
102 |
|
103 |
|
-== Images == |
|
99 |
+= Images = |
104 |
104 |
|
105 |
105 |
You can insert images in your wiki pages: |
106 |
106 |
|
107 |
107 |
image:XWikiLogo.png |
108 |
108 |
|
109 |
|
-== Macros == |
|
105 |
+= Macros = |
110 |
110 |
|
111 |
111 |
Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages: |
112 |
112 |
|
113 |
|
-=== Warning Macro === |
|
109 |
+== Warning Macro == |
114 |
114 |
|
115 |
115 |
This macro allows you to draw users' attention to a specific piece of information: |
116 |
116 |
|
... |
... |
@@ -118,7 +118,7 @@ |
118 |
118 |
Hello World |
119 |
119 |
{{/warning}} |
120 |
120 |
|
121 |
|
-=== Table of Contents === |
|
117 |
+== Table of Contents == |
122 |
122 |
|
123 |
123 |
This macro automatically generates a table of contents of your wiki page based on headings: |
124 |
124 |
|