Changes for page Help

Last modified by Martina Wagner on 2026/04/27 17:41

From version 51.1
edited by Martina Wagner
on 2026/04/27 17:40
Change comment: There is no comment for this version
To version 46.1
edited by Martina Wagner
on 2026/04/19 12:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,4 @@
1 +
1 1  == subdivision page ==
2 2  
3 3  A page can be divided into sections, with sections introduced by level 2 headings.
... ... @@ -11,8 +11,7 @@
11 11  }}}
12 12  {{/info}}
13 13  
14 -== blue box ==
15 -
15 + ==blue box==
16 16  {{info}}
17 17  {{{
18 18  {{info}} information {{/info}}
... ... @@ -19,7 +19,7 @@
19 19  }}}
20 20  {{/info}}
21 21  
22 -== task ==
22 + == task ==
23 23  
24 24  {{info}}
25 25  {{{
... ... @@ -43,15 +43,6 @@
43 43  |italics {{{//f//}}}| //f//
44 44  |bold {{{**L**}}}| **L**
45 45  
46 -Lines
47 -{{info}}
48 -{{{
49 -~_~_~_~_~_~_~_~_~_~_~_~_
50 -}}}
51 -{{/info}}
52 -
53 -~_~_~_~_~_~_~_~_~_~_~_~_
54 -
55 55  == include images ==
56 56  
57 57  To insert an image, you must exit edit mode and upload the image as an attachment at the very bottom of the page. You can then use
... ... @@ -78,82 +78,82 @@
78 78  |=Header cell|=another one
79 79  |Normal cell|without =
80 80  
81 -This is what a standard table looks like. It isn't suitable for every purpose. Sometimes you might not want borders, or you might want full borders, or you might want less space between the rows. For these cases, there are three pre-designed templates that you can apply as follows:
82 82  
73 +So sieht eine Standard Tabelle aus. Die ist nicht für jeden Zweck geeignet. Manchmal möchte man keine Rahmen oder vollständige Rahmen oder weniger Innenabstand. Dafür gibt es drei fertige Designs, die man folgendermaßen applizieren kann:
74 +
83 83  {{info}}
84 84  {{{
85 85  (% class="noborder" %)
86 -|=Header cell|=another one
87 -|Normal cell|without =
78 +|=Überschriftenzelle|=noch eine
79 +|Normale Zelle|ohne =
88 88  }}}
89 89  {{/info}}
90 90  
91 91  (% class="noborder" %)
92 -|=Header cell|=another one
93 -|Normal cell|without =
84 +|=Überschriftenzelle|=noch eine
85 +|Normale Zelle|ohne =
94 94  
95 95  {{info}}
96 96  {{{
97 97  (% class="border" %)
98 -|=Header cell|=another one
99 -|Normal cell|without =
90 +|=Überschriftenzelle|=noch eine
91 +|Normale Zelle|ohne =
100 100  }}}
101 101  {{/info}}
102 102  
103 103  (% class="border" %)
104 -|=Header cell|=another one
105 -|Normal cell|without =
96 +|=Überschriftenzelle|=noch eine
97 +|Normale Zelle|ohne =
106 106  
107 107  {{info}}
108 108  {{{
109 109  (% class="border slim" %)
110 -|=Header cell|=another one
111 -|Normal cell|without =
102 +|=Überschriftenzelle|=noch eine
103 +|Normale Zelle|ohne =
112 112  }}}
113 113  {{/info}}
114 114  
115 115  (% class="border slim" %)
116 -|=Header cell|=another one
117 -|Normal cell|without =
108 +|=Überschriftenzelle|=noch eine
109 +|Normale Zelle|ohne =
118 118  
119 -**Note:** ##slim## can be used in combination with ##border## and ##noborder##
111 +**Beachte:** ##slim## ist kombinierbar mit ##border## und ##noborder##
120 120  
121 -== lists ==
113 +== Listen ==
122 122  
123 -Normally, ordered lists (Markup: {{code}}1. {{/code}}) are numbered with numbers. In the exercises, use the following code to display a, b, c instead.
115 +Normalerweise werden geordnete Listen (Markup: {{code}}1. {{/code}}) mit Zahlen nummeriert. In den Aufgaben verwendet man folgenden Code, um stattdessen a, b, c zu bekommen.
124 124  
125 125  {{info}}
126 126  {{{
127 127  (% class="abc" %)
128 -1. Subtask 1
129 -1. Subtask 2
130 -1. Subtask 3
120 +1. Unteraufgabe eins
121 +1. Unteraufgabe zwei
122 +1. Unteraufgabe drei
131 131  }}}
132 132  {{/info}}
133 133  
134 134  (% class="abc" %)
135 -1. Subtask 1
136 -1. Subtask 2
137 -1. Subtask 3
127 +1. Unteraufgabe eins
128 +1. Unteraufgabe zwei
129 +1. Unteraufgabe drei
138 138  
139 -== Clicking on a word opens a new page with information ==
131 +== Eine neue Seite mit Information öffnet sich, wenn man auf ein Wort klickt ==
140 140  
141 141  {{info}}
142 142  {{{
143 -[[word]]
135 +[[Wort]]
144 144  }}}
145 145  {{/info}}
146 146  
147 -[[word]]
139 +[[Wort]]
148 148  
149 -== A small pop-up appears when you press a round button ==
141 +== Eine kleine Information öffnet sich, wenn man auf einen runden Knopf drückt ==
150 150  
151 151  {{info}}
152 152  {{{
153 -{{tooltip event="click"}}Information you want to display {{/tooltip}}
145 +{{tooltip event="click"}}Information, die man zeigen möchte {{/tooltip}}
154 154  }}}
155 155  {{/info}}
156 156  
157 -{{tooltip event="click"}}
158 -Information you want to display
159 -{{/tooltip}}
149 +{{tooltip event="click"}}Information, die man zeigen möchte {{/tooltip}}
150 +