Changes for page Sandbox
Last modified by Administrator on 2021/08/11 11:38
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-sandbox-7.1.1]
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ssams1 +XWiki.Admin - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 11 +XWiki 2.0 - Content
-
... ... @@ -1,8 +1,6 @@ 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 -{{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}} 3 +{{info}}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.{{/info}} 6 6 7 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 8 ... ... @@ -68,8 +68,14 @@ 68 68 69 69 = Tables = 70 70 71 -You can create tables right into wiki pages: 69 +You can create simple tables right into wiki pages: 72 72 71 +== Simple table == 72 + 73 +| cell 1 | cell 2 | cell 3 74 +| cell 4 | cell 5 | cell 6 75 +| cell 7 | cell 8 | cell 9 76 + 73 73 == Table with headers in the top row == 74 74 75 75 |= table header |= table header |= table header ... ... @@ -110,9 +110,7 @@ 110 110 111 111 This macro allows you to draw users' attention to a specific piece of information: 112 112 113 -{{warning}} 114 -Hello World 115 -{{/warning}} 117 +{{warning}}Hello World{{/warning}} 116 116 117 117 == Table of Contents == 118 118