Skip to content
Update Edit this Wiki authored by jpalbrecht's avatar jpalbrecht
......@@ -73,18 +73,21 @@ Copy paste the following code to each new page. Adapt it fit the needs of your p
## Headline details
`<a name="top" />` : You can reference this name (`[link to top](#top) `) with a link and can jump back to top! You can reference everything else in the code you define in `<a name="" />` via this structure.
`<a name="top" />`:
You can reference this name (`[link to top](#top) `) with a link and can jump back to top! You can reference everything else in the code you define in `<a name="" />` via this structure.
`[**HOME**](Home) » [**<TopicPage>**](<TopicPage>) » [**<YourPage>**](<YourPage>)` : The headline each page should have.
`[**HOME**](Home) » [**<TopicPage>**](<TopicPage>) » [**<YourPage>**](<YourPage>)`:
The headline each page should have.
`[[_TOC_]]` : The table of content of your new page. Everything you put in `## YourParagraph` will appear automatically.
`[[_TOC_]]`:
The table of content of your new page. Everything you put in `## YourParagraph` will appear automatically.
`***` : The horizontal line separating header from page content
`***`:
The horizontal line separating header from page content
`>
> :construction: Work in progress
>` A symbol that you are not finished editing the page or that the topic you whish describe is fully covered.
\ No newline at end of file
`:construction: Work in progress`:
A symbol that you are not finished editing the page or that the topic you whish describe is fully covered.
\ No newline at end of file