Changes for page Help

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

From version 3.1
edited by Martina Wagner
on 2026/04/18 18:29
Change comment: There is no comment for this version
To version 48.1
edited by Christina Chatwell
on 2026/04/27 17:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.martinawagner
1 +xwiki:XWiki.cha
Content
... ... @@ -1,20 +2,54 @@
1 -== Wichtige Formatierungen ==
2 2  
2 +== subdivision page ==
3 +
4 +A page can be divided into sections, with sections introduced by level 2 headings.
5 +
6 +{{info}}
7 +{{{
8 +== information ==
9 +.....
10 +== exercise ==
11 +.....
12 +}}}
13 +{{/info}}
14 +
15 + ==blue box==
16 +{{info}}
17 +{{{
18 +{{info}} information {{/info}}
19 +}}}
20 +{{/info}}
21 +
22 + == task ==
23 +
24 +{{info}}
25 +{{{
26 +{{exercise id="name" source="AG Englisch"}}
27 +task {{/exercise}}
28 +}}}
29 +{{/info}}
30 +
31 +
32 +
33 +== important formatting ==
34 +
3 3  |{{{(%class="abc"%)
4 -1. Punkt eins
5 -1. Punkt zwei
36 +1. point one
37 +1. point two
6 6  }}}|(((
7 7  (% class="abc" %)
8 -1. Punkt eins
9 -1. Punkt zwei
40 +1. point one
41 +1. point two
10 10  )))
11 -|kursiv {{{//f//}}}| //f//
12 -|fett {{{**L**}}}| **L**
43 +|italics {{{//f//}}}| //f//
44 +|bold {{{**L**}}}| **L**
13 13  
14 -== Bilder einbinden ==
46 +lines ~_
15 15  
16 -Um ein Bild einzubinden, muss man den Bearbeitungsmmodus verlassen und ganz unten auf der Seite das Bild als Anhnag hochladen. Anschliessend kann man das Bild mit
48 +== include images ==
17 17  
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
51 +
18 18  {{info}}
19 19  {{{
20 20   [[image:name.png]]
... ... @@ -21,77 +21,97 @@
21 21  }}}
22 22  {{/info}}
23 23  
24 -einbinden. Als Dateiformate für Bilder werden PNG und SVG und JPG empfohlen. SVG hat den Vorteil, dass es verlustfrei skaliert und auch ausgedruckt perfekt aussieht. PNG eignet sich für Schaubilder, JPG für Fotos. Bei beiden empfiehlt es sich, das Bild mit einer hohen Auflösung (z.B. HD: 1.280 x 720 Pixel) hochzuladen und dann mit ##{{{[[image:name.png||width=600]]}}}## auf eine passende Größe zu skalieren. Dank der zusätzlichen Pixel sieht das Bild dann auch im Ausdruck gut aus. Mit ##{{{||style="display: block; margin: auto"}}}## kann das Bild zentriert werden. Mit ##{{{||style="float: right"}}}## wird das Bild am rechten Rand positioniert und auf der linken Seite von Text umflossen.
58 +The recommended file formats for images are PNG, SVG, and JPG. SVG has the advantage of scaling without loss of quality and looking perfect even when printed. PNG is suitable for diagrams, and JPG for photos. For both, it is recommended to upload the image at a high resolution (e.g., HD: 1,280 x 720 pixels) and then scale it to a suitable size using ##{{{[[image:name.png||width=600]]}}}##. Thanks to the extra pixels, the image will then look good even when printed. You can center the image using ##{{{||style=display: block; margin: auto}}}##. Using ##{{{||style=float: right}}}## positions the image on the right margin, with text flowing around it on the left.
25 25  
26 -Je nachdem, von wo das Bild kommt, muss ein Lizenzhinweis dazugeschrieben werden. Dabei kann der [[Lizenhinweisgenerator>>https://lizenzhinweisgenerator.de]] hilfreich sein.
60 +Depending on where the image comes from, a license notice must be added. The [[License Notice Generator>>https://lizenzhinweisgenerator.de]] can be helpful for this.
27 27  
28 -== Tabellen ==
62 +== table ==
29 29  
30 30  {{info}}
31 31  {{{
32 -|=Überschriftenzelle|=noch eine
33 -|Normale Zelle|ohne =
66 +|=Header cell|=another one
67 +|Normal cell|without =
34 34  }}}
35 35  {{/info}}
36 36  
37 -|=Überschriftenzelle|=noch eine
38 -|Normale Zelle|ohne =
71 +|=Header cell|=another one
72 +|Normal cell|without =
39 39  
40 -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 +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:
41 41  
42 42  {{info}}
43 43  {{{
44 44  (% class="noborder" %)
45 -|=Überschriftenzelle|=noch eine
46 -|Normale Zelle|ohne =
79 +|=Header cell|=another one
80 +|Normal cell|without =
47 47  }}}
48 48  {{/info}}
49 49  
50 50  (% class="noborder" %)
51 -|=Überschriftenzelle|=noch eine
52 -|Normale Zelle|ohne =
85 +|=Header cell|=another one
86 +|Normal cell|without =
53 53  
54 54  {{info}}
55 55  {{{
56 56  (% class="border" %)
57 -|=Überschriftenzelle|=noch eine
58 -|Normale Zelle|ohne =
91 +|=Header cell|=another one
92 +|Normal cell|without =
59 59  }}}
60 60  {{/info}}
61 61  
62 62  (% class="border" %)
63 -|=Überschriftenzelle|=noch eine
64 -|Normale Zelle|ohne =
97 +|=Header cell|=another one
98 +|Normal cell|without =
65 65  
66 66  {{info}}
67 67  {{{
68 68  (% class="border slim" %)
69 -|=Überschriftenzelle|=noch eine
70 -|Normale Zelle|ohne =
103 +|=Header cell|=another one
104 +|Normal cell|without =
71 71  }}}
72 72  {{/info}}
73 73  
74 74  (% class="border slim" %)
75 -|=Überschriftenzelle|=noch eine
76 -|Normale Zelle|ohne =
109 +|=Header cell|=another one
110 +|Normal cell|without =
77 77  
78 -**Beachte:** ##slim## ist kombinierbar mit ##border## und ##noborder##
112 +**Note:** ##slim## can be used in combination with ##border## and ##noborder##
79 79  
80 -== Listen ==
114 +== lists ==
81 81  
82 -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.
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.
83 83  
84 84  {{info}}
85 85  {{{
86 86  (% class="abc" %)
87 -1. Unteraufgabe eins
88 -1. Unteraufgabe zwei
89 -1. Unteraufgabe drei
121 +1. Subtask 1
122 +1. Subtask 2
123 +1. Subtask 3
90 90  }}}
91 91  {{/info}}
92 92  
93 93  (% class="abc" %)
94 -1. Unteraufgabe eins
95 -1. Unteraufgabe zwei
96 -1. Unteraufgabe drei
128 +1. Subtask 1
129 +1. Subtask 2
130 +1. Subtask 3
97 97  
132 +== Clicking on a word opens a new page with information ==
133 +
134 +{{info}}
135 +{{{
136 +[[word]]
137 +}}}
138 +{{/info}}
139 +
140 +[[word]]
141 +
142 +== A small pop-up appears when you press a round button ==
143 +
144 +{{info}}
145 +{{{
146 +{{tooltip event="click"}}Information you want to display {{/tooltip}}
147 +}}}
148 +{{/info}}
149 +
150 +{{tooltip event="click"}}Information you want to display{{/tooltip}}
151 +