Show last authors
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
3 {{info}}
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 {{/info}}
6
7 If you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page.
8
9 Here are a number of test pages you can play with:
10
11 * [[Sandbox Test Page 1>>Sandbox.TestPage1]]
12 * [[Sandbox Test Page 2>>Sandbox.TestPage2]]
13 * [[Sandbox Test Page 3>>Sandbox.TestPage3]]
14 * [[Sandbox IETS>>Sandbox IETS]]
15
16 Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).
17
18 = Headings =
19
20 XWiki offers 6 levels of headings. You can use them to structure your pages.
21
22 == Level 2 Heading ==
23
24 === Level 3 Heading ===
25
26 ==== Level 4 Heading 4 ====
27
28 ===== Level 5 Heading 5 =====
29
30 ====== Level 6 Heading 6 ======
31
32 = Styles =
33
34 Basic styles are supported in XWiki:
35
36 * **Text in Bold**
37 * //Text in Italics//
38 * __Text in Underline__
39 * --Text in Strikethrough--
40 * Text in ,,subscript,,
41 * Text in ^^superscript^^
42
43 = Lists =
44
45 You can create various types of lists in your wiki pages:
46
47 == Unordered list ==
48
49 * Level 1
50 ** Level 2
51 *** Level 3
52 ** Level 2
53 * Level 1
54
55 == Numbered list ==
56
57 1. Item
58 11. Subitem
59 111. Item
60 1. Subitem
61
62 == Mixed list ==
63
64 1. Item 1
65 11. Item 2
66 11*. Item 3
67 11*. Item 4
68 1. Item 5
69
70 = Tables =
71
72 You can create tables right into wiki pages:
73
74 == Table with headers in the top row ==
75
76 |= table header |= table header |= table header
77 | cell | cell | cell
78 | cell | cell | cell
79
80 == Table with headers in the top row and left column ==
81
82 |= table header |= table header |= table header
83 |= table header | cell | cell
84 |= table header | cell | cell
85
86 = Links =
87
88 XWiki allows you to create links to other pages in your wiki or on the web:
89
90 * [[WebHome]] -> links to the homepage of the current space
91 * [[Sandbox Home>>WebHome]] -> links can have labels
92 * [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space
93 * [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites
94 * [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too
95
96 You can also create links to attachments:
97
98 attach:XWikiLogo.png
99
100 = Images =
101
102 You can insert images in your wiki pages:
103
104 image:XWikiLogo.png
105
106 = Macros =
107
108 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:
109
110 == Warning Macro ==
111
112 This macro allows you to draw users' attention to a specific piece of information:
113
114 {{warning}}
115 Hello World
116 {{/warning}}
117
118 == Table of Contents ==
119
120 This macro automatically generates a table of contents of your wiki page based on headings:
121
122 {{toc/}}

Child Pages

Page Tree