Wiki broncode van Sandbox

Laatst gewijzigd door Jip-jan Alunkel op oktober 09, 15:46

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