Changes for page Sandbox


on 2022-11-01 04:56


on 2022-04-02 07:37
Summary
Details
- Page properties
-
- Content
-
... ... @@ -2,10 +2,6 @@ 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 - 9 9 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! 10 10 11 11 {{info}} ... ... @@ -120,62 +120,73 @@ 120 120 121 121 You can insert images in your wiki pages: 122 122 123 - [[image:XWikiLogo.png]]119 +image:XWikiLogo.png 124 124 125 125 = Macros = 126 126 127 127 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: 128 128 125 +== Warning Macro == 126 + 127 +{{warning}} 128 +Hello World 129 +{{/warning}} 130 + 131 +{{warning title="Title"}} 132 +Hello World 133 +{{/warning}} 134 + 129 129 == Box Macro == 130 130 131 -{{box}} 137 +{{box title="Title"}} 132 132 box 133 133 {{/box}} 134 134 135 -{{box title=" **Title**"}}141 +{{box title="Title"}} 136 136 box 137 137 {{/box}} 138 138 139 -== ErrorMacro ==145 +== Note Macro == 140 140 141 -{{ error}}142 - Error143 -{{/ error}}147 +{{note title="Title"}} 148 +note 149 +{{/note}} 144 144 145 -{{ errortitle="**Title**"}}146 - Error147 -{{/ error}}151 +{{note title="Title"}} 152 +note 153 +{{/note}} 148 148 149 149 == Info Macro == 150 150 151 -{{info}} 157 +{{info title="Title"}} 152 152 Info 153 153 {{/info}} 154 154 155 -{{info title=" **Title**"}}161 +{{info title="Title"}} 156 156 Info 157 157 {{/info}} 158 158 165 +== Error Macro == 166 + 167 +{{error title="Title"}} 168 +Error 169 +{{/error}} 170 + 171 +{{error title="Title"}} 172 +Error 173 +{{/error}} 174 + 159 159 == Success Macro == 160 160 161 -{{success}} 177 +{{success title="Title"}} 162 162 Success 163 163 {{/success}} 164 164 165 -{{success title=" **Title**"}}181 +{{success title="Title"}} 166 166 Success 167 167 {{/success}} 168 168 169 -== Warning Macro == 170 170 171 -{{warning}} 172 -Hello World 173 -{{/warning}} 174 - 175 -{{warning title="**Title**"}} 176 -Hello World 177 -{{/warning}} 178 - 179 179 == Table of Contents == 180 180 181 181 This macro automatically generates a table of contents of your wiki page based on headings: