Changes for page Sandbox


From 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]
To version 3.1
edited by Massimo Tranquillo
on 2023/04/06 07:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +XWiki.TMax
Content
... ... @@ -1,5 +1,10 @@
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 +
3 3  {{info}}
4 4  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.
5 5  {{/info}}
... ... @@ -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 ==
22 += 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}}
36 += 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 ==
47 += Lists =
47 47  
48 48  You can create various types of lists in your wiki pages:
49 49  
50 -=== Unordered list ===
51 +== 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 ===
59 +== 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 ===
66 +== 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 ==
74 += Tables =
74 74  
75 75  You can create tables right into wiki pages:
76 76  
77 -=== Table with headers in the top row ===
78 +== 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 ===
84 +== 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 ==
90 += Links =
90 90  
91 91  XWiki allows you to create links to other pages in your wiki or on the web:
92 92  
... ... @@ -100,25 +100,30 @@
100 100  
101 101  attach:XWikiLogo.png
102 102  
103 -== Images ==
104 += Images =
104 104  
105 105  You can insert images in your wiki pages:
106 106  
107 107  image:XWikiLogo.png
108 108  
109 -== Macros ==
110 += 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 ===
114 +== Warning Macro ==
114 114  
115 115  This macro allows you to draw users' attention to a specific piece of information:
116 116  
118 +(% data-xwiki-non-generated-content="java.util.List" %)
119 +(((
120 +" class="xwiki-metadata-container">Hello World
121 +)))
122 +
117 117  {{warning}}
118 118  Hello World
119 119  {{/warning}}
120 120  
121 -=== Table of Contents ===
127 +== Table of Contents ==
122 122  
123 123  This macro automatically generates a table of contents of your wiki page based on headings:
124 124