Changes for page Help

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

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

Summary

Details

Page properties
Content
... ... @@ -1,4 +2,3 @@
1 -
2 2  == subdivision page ==
3 3  
4 4  A page can be divided into sections, with sections introduced by level 2 headings.
... ... @@ -12,7 +12,8 @@
12 12  }}}
13 13  {{/info}}
14 14  
15 - ==blue box==
14 +== blue box ==
15 +
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,6 +43,15 @@
43 43  |italics {{{//f//}}}| //f//
44 44  |bold {{{**L**}}}| **L**
45 45  
46 +Lines
47 +{{info}}
48 +{{{
49 +~_~_~_~_~_~_~_~_~_~_~_~_
50 +}}}
51 +{{/info}}
52 +
53 +~_~_~_~_~_~_~_~_~_~_~_~_
54 +
46 46  == include images ==
47 47  
48 48  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
... ... @@ -69,82 +69,82 @@
69 69  |=Header cell|=another one
70 70  |Normal cell|without =
71 71  
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:
72 72  
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 -
75 75  {{info}}
76 76  {{{
77 77  (% class="noborder" %)
78 -|=Überschriftenzelle|=noch eine
79 -|Normale Zelle|ohne =
86 +|=Header cell|=another one
87 +|Normal cell|without =
80 80  }}}
81 81  {{/info}}
82 82  
83 83  (% class="noborder" %)
84 -|=Überschriftenzelle|=noch eine
85 -|Normale Zelle|ohne =
92 +|=Header cell|=another one
93 +|Normal cell|without =
86 86  
87 87  {{info}}
88 88  {{{
89 89  (% class="border" %)
90 -|=Überschriftenzelle|=noch eine
91 -|Normale Zelle|ohne =
98 +|=Header cell|=another one
99 +|Normal cell|without =
92 92  }}}
93 93  {{/info}}
94 94  
95 95  (% class="border" %)
96 -|=Überschriftenzelle|=noch eine
97 -|Normale Zelle|ohne =
104 +|=Header cell|=another one
105 +|Normal cell|without =
98 98  
99 99  {{info}}
100 100  {{{
101 101  (% class="border slim" %)
102 -|=Überschriftenzelle|=noch eine
103 -|Normale Zelle|ohne =
110 +|=Header cell|=another one
111 +|Normal cell|without =
104 104  }}}
105 105  {{/info}}
106 106  
107 107  (% class="border slim" %)
108 -|=Überschriftenzelle|=noch eine
109 -|Normale Zelle|ohne =
116 +|=Header cell|=another one
117 +|Normal cell|without =
110 110  
111 -**Beachte:** ##slim## ist kombinierbar mit ##border## und ##noborder##
119 +**Note:** ##slim## can be used in combination with ##border## and ##noborder##
112 112  
113 -== Listen ==
121 +== lists ==
114 114  
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.
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.
116 116  
117 117  {{info}}
118 118  {{{
119 119  (% class="abc" %)
120 -1. Unteraufgabe eins
121 -1. Unteraufgabe zwei
122 -1. Unteraufgabe drei
128 +1. Subtask 1
129 +1. Subtask 2
130 +1. Subtask 3
123 123  }}}
124 124  {{/info}}
125 125  
126 126  (% class="abc" %)
127 -1. Unteraufgabe eins
128 -1. Unteraufgabe zwei
129 -1. Unteraufgabe drei
135 +1. Subtask 1
136 +1. Subtask 2
137 +1. Subtask 3
130 130  
131 -== Eine neue Seite mit Information öffnet sich, wenn man auf ein Wort klickt ==
139 +== Clicking on a word opens a new page with information ==
132 132  
133 133  {{info}}
134 134  {{{
135 -[[Wort]]
143 +[[word]]
136 136  }}}
137 137  {{/info}}
138 138  
139 -[[Wort]]
147 +[[word]]
140 140  
141 -== Eine kleine Information öffnet sich, wenn man auf einen runden Knopf drückt ==
149 +== A small pop-up appears when you press a round button ==
142 142  
143 143  {{info}}
144 144  {{{
145 -{{tooltip event="click"}}Information, die man zeigen möchte {{/tooltip}}
153 +{{tooltip event="click"}}Information you want to display {{/tooltip}}
146 146  }}}
147 147  {{/info}}
148 148  
149 -{{tooltip event="click"}}Information, die man zeigen möchte {{/tooltip}}
150 -
157 +{{tooltip event="click"}}
158 +Information you want to display
159 +{{/tooltip}}