Changes for page Sandbox


on 2022-11-01 08:19


on 2022-04-02 07:35
Summary
Details
- Page properties
-
- Content
-
... ... @@ -2,23 +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 -Linkchecker: [[here>>XWiki.ExternalLinks]] 10 - 11 -{{groovy}} 12 -import com.xpn.xwiki.web.* 13 -import org.xwiki.rendering.transformation.* 14 - 15 -def checker = Utils.getComponent(Transformation.class, "linkchecker") 16 - 17 -print "Link checker queue size = ${checker.linkQueue.size()}" 18 -{{/groovy}} 19 - 20 -Glossary test: {{glossaryReference glossaryId="Glossary" entryId="OTE"}}OTE{{/glossaryReference}} is an entry, but OTP is not. 21 - 22 22 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! 23 23 24 24 {{info}} ... ... @@ -133,62 +133,73 @@ 133 133 134 134 You can insert images in your wiki pages: 135 135 136 - [[image:XWikiLogo.png]]119 +image:XWikiLogo.png 137 137 138 138 = Macros = 139 139 140 140 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: 141 141 125 +== Warning Macro == 126 + 127 +{{warning}} 128 +Hello World 129 +{{/warning}} 130 + 131 +{{warning title="Title"}} 132 +Hello World 133 +{{/warning}} 134 + 142 142 == Box Macro == 143 143 144 -{{box}} 137 +{{box title="Title"}} 145 145 box 146 146 {{/box}} 147 147 148 -{{box title=" **Title**"}}141 +{{box title="Title"}} 149 149 box 150 150 {{/box}} 151 151 152 -== ErrorMacro ==145 +== Note Macro == 153 153 154 -{{ error}}155 - Error156 -{{/ error}}147 +{{Note title="Title"}} 148 +Note 149 +{{/box}} 157 157 158 -{{ errortitle="**Title**"}}159 - Error160 -{{/ error}}151 +{{box title="Title"}} 152 +Note 153 +{{/box}} 161 161 162 162 == Info Macro == 163 163 164 -{{ info}}157 +{{Note title="Title"}} 165 165 Info 166 -{{/ info}}159 +{{/box}} 167 167 168 -{{ info title="**Title**"}}161 +{{box title="Title"}} 169 169 Info 170 -{{/ info}}163 +{{/box}} 171 171 165 +== Error Macro == 166 + 167 +{{Note title="Title"}} 168 +Error 169 +{{/box}} 170 + 171 +{{box title="Title"}} 172 +Error 173 +{{/box}} 174 + 172 172 == Success Macro == 173 173 174 -{{ success}}177 +{{Note title="Title"}} 175 175 Success 176 -{{/ success}}179 +{{/box}} 177 177 178 -{{ successtitle="**Title**"}}181 +{{box title="Title"}} 179 179 Success 180 -{{/ success}}183 +{{/box}} 181 181 182 -== Warning Macro == 183 183 184 -{{warning}} 185 -Hello World 186 -{{/warning}} 187 - 188 -{{warning title="**Title**"}} 189 -Hello World 190 -{{/warning}} 191 - 192 192 == Table of Contents == 193 193 194 194 This macro automatically generates a table of contents of your wiki page based on headings: