Changes for page Help

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

From version 48.1
edited by Christina Chatwell
on 2026/04/27 17:32
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
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.cha
1 +xwiki:XWiki.martinawagner
Content
... ... @@ -43,8 +43,6 @@
43 43  |italics {{{//f//}}}| //f//
44 44  |bold {{{**L**}}}| **L**
45 45  
46 -lines ~_
47 -
48 48  == include images ==
49 49  
50 50  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
... ... @@ -71,81 +71,82 @@
71 71  |=Header cell|=another one
72 72  |Normal cell|without =
73 73  
74 -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:
75 75  
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 +
76 76  {{info}}
77 77  {{{
78 78  (% class="noborder" %)
79 -|=Header cell|=another one
80 -|Normal cell|without =
78 +|=Überschriftenzelle|=noch eine
79 +|Normale Zelle|ohne =
81 81  }}}
82 82  {{/info}}
83 83  
84 84  (% class="noborder" %)
85 -|=Header cell|=another one
86 -|Normal cell|without =
84 +|=Überschriftenzelle|=noch eine
85 +|Normale Zelle|ohne =
87 87  
88 88  {{info}}
89 89  {{{
90 90  (% class="border" %)
91 -|=Header cell|=another one
92 -|Normal cell|without =
90 +|=Überschriftenzelle|=noch eine
91 +|Normale Zelle|ohne =
93 93  }}}
94 94  {{/info}}
95 95  
96 96  (% class="border" %)
97 -|=Header cell|=another one
98 -|Normal cell|without =
96 +|=Überschriftenzelle|=noch eine
97 +|Normale Zelle|ohne =
99 99  
100 100  {{info}}
101 101  {{{
102 102  (% class="border slim" %)
103 -|=Header cell|=another one
104 -|Normal cell|without =
102 +|=Überschriftenzelle|=noch eine
103 +|Normale Zelle|ohne =
105 105  }}}
106 106  {{/info}}
107 107  
108 108  (% class="border slim" %)
109 -|=Header cell|=another one
110 -|Normal cell|without =
108 +|=Überschriftenzelle|=noch eine
109 +|Normale Zelle|ohne =
111 111  
112 -**Note:** ##slim## can be used in combination with ##border## and ##noborder##
111 +**Beachte:** ##slim## ist kombinierbar mit ##border## und ##noborder##
113 113  
114 -== lists ==
113 +== Listen ==
115 115  
116 -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.
117 117  
118 118  {{info}}
119 119  {{{
120 120  (% class="abc" %)
121 -1. Subtask 1
122 -1. Subtask 2
123 -1. Subtask 3
120 +1. Unteraufgabe eins
121 +1. Unteraufgabe zwei
122 +1. Unteraufgabe drei
124 124  }}}
125 125  {{/info}}
126 126  
127 127  (% class="abc" %)
128 -1. Subtask 1
129 -1. Subtask 2
130 -1. Subtask 3
127 +1. Unteraufgabe eins
128 +1. Unteraufgabe zwei
129 +1. Unteraufgabe drei
131 131  
132 -== Clicking on a word opens a new page with information ==
131 +== Eine neue Seite mit Information öffnet sich, wenn man auf ein Wort klickt ==
133 133  
134 134  {{info}}
135 135  {{{
136 -[[word]]
135 +[[Wort]]
137 137  }}}
138 138  {{/info}}
139 139  
140 -[[word]]
139 +[[Wort]]
141 141  
142 -== 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 ==
143 143  
144 144  {{info}}
145 145  {{{
146 -{{tooltip event="click"}}Information you want to display {{/tooltip}}
145 +{{tooltip event="click"}}Information, die man zeigen möchte {{/tooltip}}
147 147  }}}
148 148  {{/info}}
149 149  
150 -{{tooltip event="click"}}Information you want to display{{/tooltip}}
149 +{{tooltip event="click"}}Information, die man zeigen möchte {{/tooltip}}
151 151