Changes for page Sandbox


From version 3.1
edited by Massimo Tranquillo
on 2023/04/06 07:23
Change comment: There is no comment for this version
To version 5.1
edited by superadmin
on 2024/11/13 14:12
Change comment: Install extension [org.xwiki.platform:xwiki-platform-sandbox/15.10.13]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.TMax
1 +XWiki.superadmin
Content
... ... @@ -1,10 +1,5 @@
1 1  The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get started!
2 2  
3 -(% data-xwiki-non-generated-content="java.util.List" %)
4 -(((
5 -" class="xwiki-metadata-container">Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.
6 -)))
7 -
8 8  {{info}}
9 9  Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.
10 10  {{/info}}
... ... @@ -19,7 +19,7 @@
19 19  
20 20  Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).
21 21  
22 -= Headings =
17 +== Headings ==
23 23  
24 24  XWiki offers 6 levels of headings. You can use them to structure your pages.
25 25  
... ... @@ -33,8 +33,12 @@
33 33  
34 34  ====== Level 6 Heading 6 ======
35 35  
36 -= Styles =
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}}
37 37  
35 +== Styles ==
36 +
38 38  Basic styles are supported in XWiki:
39 39  
40 40  * **Text in Bold**
... ... @@ -44,11 +44,11 @@
44 44  * Text in ,,subscript,,
45 45  * Text in ^^superscript^^
46 46  
47 -= Lists =
46 +== Lists ==
48 48  
49 49  You can create various types of lists in your wiki pages:
50 50  
51 -== Unordered list ==
50 +=== Unordered list ===
52 52  
53 53  * Level 1
54 54  ** Level 2
... ... @@ -56,7 +56,7 @@
56 56  ** Level 2
57 57  * Level 1
58 58  
59 -== Numbered list ==
58 +=== Numbered list ===
60 60  
61 61  1. Item
62 62  11. Subitem
... ... @@ -63,7 +63,7 @@
63 63  111. Item
64 64  1. Subitem
65 65  
66 -== Mixed list ==
65 +=== Mixed list ===
67 67  
68 68  1. Item 1
69 69  11. Item 2
... ... @@ -71,23 +71,23 @@
71 71  11*. Item 4
72 72  1. Item 5
73 73  
74 -= Tables =
73 +== Tables ==
75 75  
76 76  You can create tables right into wiki pages:
77 77  
78 -== Table with headers in the top row ==
77 +=== Table with headers in the top row ===
79 79  
80 80  |= table header |= table header |= table header
81 81  | cell | cell | cell
82 82  | cell | cell | cell
83 83  
84 -== Table with headers in the top row and left column ==
83 +=== Table with headers in the top row and left column ===
85 85  
86 86  |= table header |= table header |= table header
87 87  |= table header | cell | cell
88 88  |= table header | cell | cell
89 89  
90 -= Links =
89 +== Links ==
91 91  
92 92  XWiki allows you to create links to other pages in your wiki or on the web:
93 93  
... ... @@ -101,30 +101,25 @@
101 101  
102 102  attach:XWikiLogo.png
103 103  
104 -= Images =
103 +== Images ==
105 105  
106 106  You can insert images in your wiki pages:
107 107  
108 108  image:XWikiLogo.png
109 109  
110 -= Macros =
109 +== Macros ==
111 111  
112 112  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:
113 113  
114 -== Warning Macro ==
113 +=== Warning Macro ===
115 115  
116 116  This macro allows you to draw users' attention to a specific piece of information:
117 117  
118 -(% data-xwiki-non-generated-content="java.util.List" %)
119 -(((
120 -" class="xwiki-metadata-container">Hello World
121 -)))
122 -
123 123  {{warning}}
124 124  Hello World
125 125  {{/warning}}
126 126  
127 -== Table of Contents ==
121 +=== Table of Contents ===
128 128  
129 129  This macro automatically generates a table of contents of your wiki page based on headings:
130 130