Changes for page Sandbox


on 2022-02-14 06:10


on 2022-11-01 04:56
Summary
Details
- Page properties
-
- Content
-
... ... @@ -2,6 +2,10 @@ 2 2 3 3 Quagmyre 4 4 5 +External Link ([[good>>https://files.quagmyre.com/index.html]]) 6 + 7 +External Link ([[bad>>https://files.quagmyre.com/nosuchfile.html]]) 8 + 5 5 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! 6 6 7 7 {{info}} ... ... @@ -18,7 +18,7 @@ 18 18 19 19 Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables). 20 20 21 -= Headings = 25 += {{id name="你好"/}}Headings = 22 22 23 23 XWiki offers 6 levels of headings. You can use them to structure your pages. 24 24 ... ... @@ -32,7 +32,7 @@ 32 32 33 33 ====== Level 6 Heading 6 ====== 34 34 35 -= Styles = 39 += {{id name="这个"/}}Styles = 36 36 37 37 Basic styles are supported in XWiki: 38 38 ... ... @@ -45,10 +45,14 @@ 45 45 46 46 = Anchors - ascii = 47 47 52 +xwiki code: ~{~{id name="ae"/}} 53 + 48 48 {{id name="ae"/}}ae 49 49 50 50 = Anchors - non ascii = 51 51 58 +xwiki code: ~{~{id name="ä"/}} 59 + 52 52 {{id name="ä"/}}ä 53 53 54 54 = Lists = ... ... @@ -112,20 +112,62 @@ 112 112 113 113 You can insert images in your wiki pages: 114 114 115 -image:XWikiLogo.png 123 +[[image:XWikiLogo.png]] 116 116 117 117 = Macros = 118 118 119 119 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: 120 120 121 -== WarningMacro ==129 +== Box Macro == 122 122 123 -This macro allows you to draw users' attention to a specific piece of information: 131 +{{box}} 132 +box 133 +{{/box}} 124 124 135 +{{box title="**Title**"}} 136 +box 137 +{{/box}} 138 + 139 +== Error Macro == 140 + 141 +{{error}} 142 +Error 143 +{{/error}} 144 + 145 +{{error title="**Title**"}} 146 +Error 147 +{{/error}} 148 + 149 +== Info Macro == 150 + 151 +{{info}} 152 +Info 153 +{{/info}} 154 + 155 +{{info title="**Title**"}} 156 +Info 157 +{{/info}} 158 + 159 +== Success Macro == 160 + 161 +{{success}} 162 +Success 163 +{{/success}} 164 + 165 +{{success title="**Title**"}} 166 +Success 167 +{{/success}} 168 + 169 +== Warning Macro == 170 + 125 125 {{warning}} 126 126 Hello World 127 127 {{/warning}} 128 128 175 +{{warning title="**Title**"}} 176 +Hello World 177 +{{/warning}} 178 + 129 129 == Table of Contents == 130 130 131 131 This macro automatically generates a table of contents of your wiki page based on headings: