Help

Version 51.1 by Martina Wagner on 2026/04/27 17:40

subdivision page

A page can be divided into sections, with sections introduced by level 2 headings.

Information
== information ==
.....
== exercise ==
.....

blue box

Information
{{info}} information {{/info}}

task

Information
{{exercise id="name" source="AG Englisch"}}
task {{/exercise}}

important formatting

(%class="abc"%) 1. point one 1. point two
  1. point one
  2. point two
italics //f// f
bold **L** L

Lines
Information

~_~_~_~_~_~_~_~_~_~_~_~_

____________

include images

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

Information
  [[image:name.png]]

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.

Depending on where the image comes from, a license notice must be added. The License Notice Generator can be helpful for this.

table

Information
|=Header cell|=another one
|Normal cell|without =
Header cellanother one
Normal cellwithout =

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:

Information
(% class="noborder" %)
|=Header cell|=another one
|Normal cell|without =
Header cellanother one
Normal cellwithout =
Information
(% class="border" %)
|=Header cell|=another one
|Normal cell|without =
Header cellanother one
Normal cellwithout =
Information
(% class="border slim" %)
|=Header cell|=another one
|Normal cell|without =
Header cellanother one
Normal cellwithout =

Note: slim can be used in combination with border and noborder

lists

Normally, ordered lists (Markup: 1) are numbered with numbers. In the exercises, use the following code to display a, b, c instead.

Information
(% class="abc" %)
1. Subtask 1
1. Subtask 2
1. Subtask 3
  1. Subtask 1
  2. Subtask 2
  3. Subtask 3

Clicking on a word opens a new page with information

Information
[[word]]

word

A small pop-up appears when you press a round button

Information
{{tooltip event="click"}}Information you want to display {{/tooltip}}