Help:Contents: Difference between revisions
Robin.Krause (talk | contribs) Created page with "== Neue Seite anlegen == === Suchen === Um eine neue Seite anzulegen muss man zuerst nach einem Begriff suchen. Wenn der Begriff nicht in dem Wiki existiert, dann wird die O..." |
Robin.Krause (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== | == Create a new page == | ||
=== | === Search === | ||
Search for a ''term'' to create a new page (enter ''term'' in search field). The search result will give the option to create a page with that title, if the ''term'' dosn't exist in the wiki. | |||
=== " | === "Dead" Link === | ||
A page can be created by clicking on a link that doesn't link to an existing page (the link is shown in red then). It is common practice to associate certain keywords with a "dead" link, when a text is written. This might encourage others to create a new page for such keywords. | |||
== | == Headlines == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>==</nowiki> '' | <nowiki>==</nowiki> ''second layer'' <nowiki>==</nowiki> | ||
<nowiki>===</nowiki> '' | <nowiki>===</nowiki> ''third layer'' <nowiki>===</nowiki> | ||
<nowiki>====</nowiki> '' | <nowiki>====</nowiki> ''fourth layer'' <nowiki>====</nowiki> | ||
In total 6 layers are possible. The first layer is represented by the title of the page itself. Therefore no additional first headline should be set. A table of content is shown automatically, if more than a certain number of headlines is existing on a page. | |||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 25: | Line 25: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| | | | ||
<nowiki>== | <nowiki>== Headline2 ==</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
== | == Headline2 == | ||
|- | |- | ||
| | | | ||
<nowiki>=== | <nowiki>=== Headline3 ===</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
=== | === Headline3 === | ||
|- | |- | ||
| | | | ||
<nowiki>==== | <nowiki>==== Headline4 ====</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
==== | ==== Headline4 ==== | ||
|} | |} | ||
== | == Internal Links == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>[[</nowiki>'' | <nowiki>[[</nowiki>''Internal_Link''|''Optional_Text''<nowiki>]]</nowiki> | ||
Internal links are pointing to other pages in the same wiki and have to be surrounded by doublets of square brackes. If an alternative text should be shown for the link, this can be done by adding text that is separated from the link by an vertical bar ("|"). | |||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 63: | Line 63: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| | | | ||
<nowiki> | <nowiki>More internal [[More Info|information]] is available.</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
More [[More_Info|information]] is available. | |||
|- | |- | ||
| | | | ||
<nowiki> | <nowiki>Here you find more internal information: [[More Info]]</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
Here you find more internal information: [[More Info]] | |||
|} | |} | ||
== | == External Links == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>[</nowiki>'' | <nowiki>[</nowiki>''External_Link'' ''Optional_Text''<nowiki>]</nowiki> | ||
External links are pointing to other web-pages outside of the wiki and have to be surrounded by single square brackes. If an alternative text should be shown for the link, this can be done by adding text that is separated from the link by an space character. If no alternative text is given, the link will be shown as an enumerated number in square brackets. | |||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 95: | Line 95: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| | | | ||
<nowiki> | <nowiki>More external [http://www.more-info.com information] is available.</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
More external [http://www.more-info.com information] is available. | |||
|- | |- | ||
| | | | ||
<nowiki> | <nowiki>Here you find more external information: [http://www.more-info.com info]</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
Here you find more external information: [http://www.more-info.com info] | |||
|- | |- | ||
| | | | ||
<nowiki> | <nowiki>Here you find even more external information: [http://www.even-more-info.com] | ||
And here you find much more external information: [http://www.much-more-info.com]</nowiki> | |||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
Here you find even more external information: [http://www.even-more-info.com] | |||
And here you find much more external information: [http://www.much-more-info.com] | |||
|} | |} | ||
== | == Images and Files == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>[[Image:</nowiki>'' | <nowiki>[[Image:</nowiki>''Filename.Ext''|''Optional_Parameters''<nowiki>]]</nowiki> | ||
<nowiki>[[File:</nowiki>'' | <nowiki>[[File:</nowiki>''Filename.Ext''|''Optional_Parameters''<nowiki>]]</nowiki> | ||
<nowiki>[[Media:</nowiki>'' | <nowiki>[[Media:</nowiki>''Filename.Ext''|''Optional_Text''<nowiki>]]</nowiki> | ||
Images and files can be emnedded into pages by linking to them internally (surrounded by doublets of square brackets). In addition the filename has to be labeled with one of the prefixes "Image:", "File:" or "Media:". Separated by vertical bars ("|"), additional parameters can be passed. More information about this can be read [http://www.mediawiki.org/wiki/Help:Images here] and [http://de.wikipedia.org/wiki/Hilfe:Bilder there]. | |||
Files that are linked to, have to be uploaded to the wiki. This can be done at the special page [[Special:Upload|File upload]] or by setting a "dead" link to then file (clicking to that will redirect to the upload page). | |||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 143: | Line 143: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| | | | ||
<nowiki>[[Image:BIT-Logo.png|100px|BIT | <nowiki>[[Image:BIT-Logo.png|100px|BIT Group Logo]]</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
[[Image:BIT-Logo.png|100px|BIT | [[Image:BIT-Logo.png|100px|BIT Group Logo]] | ||
|- | |- | ||
| | | | ||
<nowiki>[[Image: | <nowiki>[[Image:New-Image.png]]</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
[[Image: | [[Image:New-Image.png]] | ||
|} | |} | ||
== | == Assigning Categories == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>[[Category:</nowiki>'' | <nowiki>[[Category:</nowiki>''Category_Name''<nowiki>]]</nowiki> | ||
A category can be assigned to a page, if an internal link with the prefix label "Category:" is set anywhere on a page. As many categorys as needed can be assigned. | |||
If a category is set, a filed with category links appers at the bottom of the page (this happens independend on where the category statement is placed on the page, and therefore it is the reason, why the "...will look like this!" section is empty for the example). | |||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 183: | Line 177: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| Line 195: | Line 189: | ||
|} | |} | ||
== | == Lists == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>*</nowiki> ''List | <nowiki>*</nowiki> ''List item'' | ||
<nowiki>**</nowiki> ''List | <nowiki>**</nowiki> ''List item'' | ||
<nowiki>***</nowiki> ''List | <nowiki>***</nowiki> ''List item'' | ||
<nowiki>****</nowiki> ''List | <nowiki>****</nowiki> ''List item'' | ||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 210: | Line 204: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| | | | ||
<nowiki>* | <nowiki>* Fruits | ||
** | ** Bananas | ||
** | ** Apples | ||
* | * Vegetables | ||
** | ** Tomatos | ||
** | ** Cucumbers</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
* | * Fruits | ||
** | ** Bananas | ||
** | ** Apples | ||
* | * Vegetables | ||
** | ** Tomatos | ||
** | ** Cucumbers | ||
|} | |} | ||
== | == Nummerical Lists == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki>#</nowiki> ''List | <nowiki>#</nowiki> ''List item'' | ||
<nowiki>##</nowiki> ''List | <nowiki>##</nowiki> ''List item'' | ||
<nowiki>###</nowiki> ''List | <nowiki>###</nowiki> ''List item'' | ||
<nowiki>####</nowiki> ''List | <nowiki>####</nowiki> ''List item'' | ||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 247: | Line 241: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| | | | ||
<nowiki># | <nowiki># Fruits | ||
## | ## Bananas | ||
## | ## Apples | ||
# | # Vegetables | ||
## | ## Tomatos | ||
## | ## Cucumbers</nowiki> | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
# | # Fruits | ||
## | ## Bananas | ||
## | ## Apples | ||
# | # Vegetables | ||
## | ## Tomatos | ||
## | ## Cucumbers | ||
|} | |} | ||
== | == Tables == | ||
=== Syntax: === | === Syntax: === | ||
| Line 292: | Line 286: | ||
<nowiki>|}</nowiki> | <nowiki>|}</nowiki> | ||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 298: | Line 292: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| Line 344: | Line 338: | ||
|} | |} | ||
== | == Mathematical Formulas == | ||
=== Syntax: === | === Syntax: === | ||
<nowiki><math></nowiki>''TeX- | <nowiki><math></nowiki>''TeX-Formula''<nowiki></math></nowiki> | ||
More information about TeX is given in [http://de.wikipedia.org/wiki/Hilfe:TeX Wikipedia-Help (German)]. | |||
=== | === Examples: === | ||
{|style="width:100%" | {|style="width:100%" | ||
| Line 358: | Line 352: | ||
|- | |- | ||
|style="width:50%"| | |style="width:50%"| | ||
''' | '''Programming like this...''' | ||
|style="padding-left:5%"| | |style="padding-left:5%"| | ||
''' | '''...will look like this!''' | ||
|- | |- | ||
| Line 382: | Line 376: | ||
|} | |} | ||
== | == Table of content == | ||
A Table of content is normally automatically generated, if a page has more than a specific number of headlines. | |||
It can also be enforced or inhibited by one of the following statements: | |||
<nowiki>__TOC__</nowiki> ( | <nowiki>__TOC__</nowiki> (Table of content will be shown at this position) | ||
<nowiki>__NOTOC__</nowiki> ( | <nowiki>__NOTOC__</nowiki> (No table of content will be shown) | ||
== | == Further information == | ||
More detailed information about Wiki-Syntax and possible configurations are is available at the following links: | |||
* [http://meta.wikimedia.org/wiki/Help:Contents Mediawiki-Hilfe] | * [http://meta.wikimedia.org/wiki/Help:Contents Mediawiki-Hilfe] | ||
* [http://de.wikipedia.org/wiki/Wikipedia:Hilfe Wikipedia-Hilfe] | * [http://de.wikipedia.org/wiki/Wikipedia:Hilfe Wikipedia-Hilfe (German)] | ||
Revision as of 06:59, 8 September 2017
Create a new page
Search
Search for a term to create a new page (enter term in search field). The search result will give the option to create a page with that title, if the term dosn't exist in the wiki.
"Dead" Link
A page can be created by clicking on a link that doesn't link to an existing page (the link is shown in red then). It is common practice to associate certain keywords with a "dead" link, when a text is written. This might encourage others to create a new page for such keywords.
Headlines
Syntax:
== second layer == === third layer === ==== fourth layer ====
In total 6 layers are possible. The first layer is represented by the title of the page itself. Therefore no additional first headline should be set. A table of content is shown automatically, if more than a certain number of headlines is existing on a page.
Examples:
|
Programming like this... |
...will look like this! |
== Headline2 == |
Headline2 |
=== Headline3 === |
Headline3 |
==== Headline4 ==== |
Headline4 |
Internal Links
Syntax:
[[Internal_Link|Optional_Text]]
Internal links are pointing to other pages in the same wiki and have to be surrounded by doublets of square brackes. If an alternative text should be shown for the link, this can be done by adding text that is separated from the link by an vertical bar ("|").
Examples:
|
Programming like this... |
...will look like this! |
More internal [[More Info|information]] is available. |
More information is available. |
Here you find more internal information: [[More Info]] |
Here you find more internal information: More Info |
External Links
Syntax:
[External_Link Optional_Text]
External links are pointing to other web-pages outside of the wiki and have to be surrounded by single square brackes. If an alternative text should be shown for the link, this can be done by adding text that is separated from the link by an space character. If no alternative text is given, the link will be shown as an enumerated number in square brackets.
Examples:
|
Programming like this... |
...will look like this! |
More external [http://www.more-info.com information] is available. |
More external information is available. |
Here you find more external information: [http://www.more-info.com info] |
Here you find more external information: info |
Here you find even more external information: [http://www.even-more-info.com] And here you find much more external information: [http://www.much-more-info.com] |
Here you find even more external information: [1] And here you find much more external information: [2] |
Images and Files
Syntax:
[[Image:Filename.Ext|Optional_Parameters]] [[File:Filename.Ext|Optional_Parameters]] [[Media:Filename.Ext|Optional_Text]]
Images and files can be emnedded into pages by linking to them internally (surrounded by doublets of square brackets). In addition the filename has to be labeled with one of the prefixes "Image:", "File:" or "Media:". Separated by vertical bars ("|"), additional parameters can be passed. More information about this can be read here and there.
Files that are linked to, have to be uploaded to the wiki. This can be done at the special page File upload or by setting a "dead" link to then file (clicking to that will redirect to the upload page).
Examples:
|
Programming like this... |
...will look like this! |
[[Image:BIT-Logo.png|100px|BIT Group Logo]] |
|
[[Image:New-Image.png]] |
Assigning Categories
Syntax:
[[Category:Category_Name]]
A category can be assigned to a page, if an internal link with the prefix label "Category:" is set anywhere on a page. As many categorys as needed can be assigned.
If a category is set, a filed with category links appers at the bottom of the page (this happens independend on where the category statement is placed on the page, and therefore it is the reason, why the "...will look like this!" section is empty for the example).
Examples:
|
Programming like this... |
...will look like this! |
[[Category:Training]] |
Lists
Syntax:
* List item ** List item *** List item **** List item
Examples:
|
Programming like this... |
...will look like this! |
* Fruits ** Bananas ** Apples * Vegetables ** Tomatos ** Cucumbers |
|
Nummerical Lists
Syntax:
# List item ## List item ### List item #### List item
Examples:
|
Programming like this... |
...will look like this! |
# Fruits ## Bananas ## Apples # Vegetables ## Tomatos ## Cucumbers |
|
Tables
Syntax:
{| border="1"
|-
! Head1_Text
! Head2_Text
! Head3_Text
|-
| Row1_Col1_Text
| Row1_Col2_Text
| Row1_Col3_Text
|-
| Row2_Col1_Text
| Row2_Col2_Text
| Row2_Col3_Text
|-
| Row3_Col1_Text
| Row3_Col2_Text
| Row3_Col3_Text
|}
Examples:
|
Programming like this... |
...will look like this! | ||||||||||||
{| border="1"
|-
! a
! b
! c
|-
| 1,2
| 2,3
| 1,24
|-
| 1,3
| 2,2
| 1,23
|-
| 1,4
| 2,3
| 1,22
|}
|
|
Mathematical Formulas
Syntax:
<math>TeX-Formula</math>
More information about TeX is given in Wikipedia-Help (German).
Examples:
|
Programming like this... |
...will look like this! |
<math>x_{1,2} = -\frac{p}{2} \pm \sqrt{\left( \frac{p}{2} \right)^2 - q}</math>
|
|
<math>\sum_{i=1}^n{i} = \frac{n \cdot (n+1)}{2}</math>
|
|
<math>W = \int_{s_0}^{s_1}{\vec{F} \ \text{d}\vec{s}}</math>
|
|
Table of content
A Table of content is normally automatically generated, if a page has more than a specific number of headlines.
It can also be enforced or inhibited by one of the following statements:
__TOC__ (Table of content will be shown at this position) __NOTOC__ (No table of content will be shown)
Further information
More detailed information about Wiki-Syntax and possible configurations are is available at the following links: