Changes for page Sandbox
Last modified by Mads Pedersen on 2026/01/22 13:38
From version 3.1
edited by Mads Pedersen
on 2026/01/20 13:51
on 2026/01/20 13:51
Change comment:
There is no comment for this version
To version 3.3
edited by Mads Pedersen
on 2026/01/20 13:57
on 2026/01/20 13:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,68 @@ 1 -{{style:type=div|class="my-custom-class"|width=30%|background-color=lightblue|float:right}} 2 -This content is inside a styled DIV block. 3 -{{/style}} 1 +{{html}} 2 +<div class="infobox"> 3 + <table> 4 + <caption>Lorem Ipsum</caption> 5 + <tr> 6 + <td colspan="2"> 7 + <img src="https://via.placeholder.com/260x160" style="width:100%;"> 8 + <div class="caption">Lorem ipsum dolor sit amet</div> 9 + </td> 10 + </tr> 11 + <tr> 12 + <th>Lorem</th> 13 + <td>Ipsum dolor</td> 14 + </tr> 15 + <tr> 16 + <th>Sit</th> 17 + <td>Amet consectetur</td> 18 + </tr> 19 + <tr> 20 + <th>Adipiscing</th> 21 + <td>Elit sed do</td> 22 + </tr> 23 + <tr> 24 + <th>Eiusmod</th> 25 + <td>Tempor incididunt</td> 26 + </tr> 27 + </table> 28 +</div> 4 4 30 +<style> 31 +.infobox { 32 + float: right; 33 + width: 280px; 34 + margin: 0 0 1em 1em; 35 +} 5 5 37 +.infobox table { 38 + width: 100%; 39 + border: 1px solid #aaa; 40 + border-collapse: collapse; 41 + background: #f8f9fa; 42 + font-size: 0.9em; 43 +} 44 + 45 +.infobox caption { 46 + background: #e5e5e5; 47 + font-weight: bold; 48 + padding: 4px; 49 +} 50 + 51 +.infobox th, .infobox td { 52 + border-top: 1px solid #aaa; 53 + padding: 4px; 54 + text-align: left; 55 +} 56 + 57 +.caption { 58 + font-size: 0.85em; 59 + color: #555; 60 + text-align: center; 61 +} 62 +</style> 63 +{{/html}} 64 + 65 + 6 6 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! 7 7 8 8 {{info}}