Changes for page Sandbox
Last modified by superadmin on 2024/11/06 11:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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 = 17 +== Headings == 18 18 19 19 XWiki offers 6 levels of headings. You can use them to structure your pages. 20 20 ... ... @@ -28,8 +28,12 @@ 28 28 29 29 ====== Level 6 Heading 6 ====== 30 30 31 -= 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}} 32 32 35 +== Styles == 36 + 33 33 Basic styles are supported in XWiki: 34 34 35 35 * **Text in Bold** ... ... @@ -39,11 +39,11 @@ 39 39 * Text in ,,subscript,, 40 40 * Text in ^^superscript^^ 41 41 42 -= Lists = 46 +== Lists == 43 43 44 44 You can create various types of lists in your wiki pages: 45 45 46 -== Unordered list == 50 +=== Unordered list === 47 47 48 48 * Level 1 49 49 ** Level 2 ... ... @@ -51,7 +51,7 @@ 51 51 ** Level 2 52 52 * Level 1 53 53 54 -== Numbered list == 58 +=== Numbered list === 55 55 56 56 1. Item 57 57 11. Subitem ... ... @@ -58,7 +58,7 @@ 58 58 111. Item 59 59 1. Subitem 60 60 61 -== Mixed list == 65 +=== Mixed list === 62 62 63 63 1. Item 1 64 64 11. Item 2 ... ... @@ -66,29 +66,23 @@ 66 66 11*. Item 4 67 67 1. Item 5 68 68 69 -= Tables = 73 +== Tables == 70 70 71 -You can create simpletables right into wiki pages:75 +You can create tables right into wiki pages: 72 72 73 -== Simple table ==77 +=== Table with headers in the top row === 74 74 75 -| cell 1 | cell 2 | cell 3 76 -| cell 4 | cell 5 | cell 6 77 -| cell 7 | cell 8 | cell 9 78 - 79 -== Table with headers in the top row == 80 - 81 81 |= table header |= table header |= table header 82 82 | cell | cell | cell 83 83 | cell | cell | cell 84 84 85 -== Table with headers in the top row and left column == 83 +=== Table with headers in the top row and left column === 86 86 87 87 |= table header |= table header |= table header 88 88 |= table header | cell | cell 89 89 |= table header | cell | cell 90 90 91 -= Links = 89 +== Links == 92 92 93 93 XWiki allows you to create links to other pages in your wiki or on the web: 94 94 ... ... @@ -102,17 +102,17 @@ 102 102 103 103 attach:XWikiLogo.png 104 104 105 -= Images = 103 +== Images == 106 106 107 107 You can insert images in your wiki pages: 108 108 109 109 image:XWikiLogo.png 110 110 111 -= Macros = 109 +== Macros == 112 112 113 113 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: 114 114 115 -== Warning Macro == 113 +=== Warning Macro === 116 116 117 117 This macro allows you to draw users' attention to a specific piece of information: 118 118 ... ... @@ -120,7 +120,7 @@ 120 120 Hello World 121 121 {{/warning}} 122 122 123 -== Table of Contents == 121 +=== Table of Contents === 124 124 125 125 This macro automatically generates a table of contents of your wiki page based on headings: 126 126