Help:Contents: Difference between revisions

From BitGroupWiki
Jump to navigation Jump to search
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..."
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Neue Seite anlegen ==
== Create a new page ==


=== Suchen ===
=== Search ===


Um eine neue Seite anzulegen muss man zuerst nach einem Begriff suchen. Wenn der Begriff nicht in dem Wiki existiert, dann wird die Option angeboten die Seite neu zu erstellen.
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.


=== "Toter" Link ===
=== "Dead" Link ===


Wenn ein interner Link auf eine nicht existierende Seite im Wiki verweist (der Link ist dann rot), dann kann die Seite über ein Klick auf diesen Link erstellt werden. Wenn man einen Text schreibt kann man Schlagwörter bewusst mit einem "toten" Link versehen, wenn man der Meinung ist, dass eine Seite dazu existieren oder erstellt werden sollte.
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.


== Überschriften ==
== Headlines ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>==</nowiki> ''zweite Ebene'' <nowiki>==</nowiki>
  <nowiki>==</nowiki> ''second layer'' <nowiki>==</nowiki>
  <nowiki>===</nowiki> ''dritte Ebene'' <nowiki>===</nowiki>
  <nowiki>===</nowiki> ''third layer'' <nowiki>===</nowiki>
  <nowiki>====</nowiki> ''vierte Ebene'' <nowiki>====</nowiki>
  <nowiki>====</nowiki> ''fourth layer'' <nowiki>====</nowiki>


Insgesamt sind 6 Ebenen möglich. Die erste Ebene ist die Seitenüberschrift. Es sollte daher keine weitere Überschrift der ersten Ebene angelegt werden. Wenn die Seite eine bestimmte Anzahl an Überschriften aufweist, wird in der Regel automatisch ein Inhaltsverzeichnis angezeigt.
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.


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 25: Line 25:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
|
|
  <nowiki>== Überschrift2 ==</nowiki>
  <nowiki>== Headline2 ==</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
== Überschrift2 ==
== Headline2 ==


|-
|-
|
|
  <nowiki>=== Überschrift3 ===</nowiki>
  <nowiki>=== Headline3 ===</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
=== Überschrift3 ===
=== Headline3 ===


|-
|-
|
|
  <nowiki>==== Überschrift4 ====</nowiki>
  <nowiki>==== Headline4 ====</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
==== Überschrift4 ====
==== Headline4 ====


|}
|}


== Interne Links ==
== Internal Links ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>[[</nowiki>''Interner_Link''|''Optionaler_Anzeigetext''<nowiki>]]</nowiki>
  <nowiki>[[</nowiki>''Internal_Link''|''Optional_Text''<nowiki>]]</nowiki>


Interne Links sind Links auf Seiten innerhalb des Wikis und werden in doppelt eckigen Klammern geschrieben. Optional kann ein alternativer Anzeigetext angegeben werden, der über einen vertikalen Strich ("|") vom Link getrennt angegeben wird.
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 ("|").


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 63: Line 63:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
|
|
  <nowiki>Weitere [[Weitere Infos|Infos]] sind verfügbar.</nowiki>
  <nowiki>More internal [[More Info|information]] is available.</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
Weitere [[Weitere Infos|Infos]] sind verfügbar.
More [[More_Info|information]] is available.


|-
|-
|
|
  <nowiki>Hier gibts weitere Infos: [[Weitere Infos]]</nowiki>
  <nowiki>Here you find more internal information: [[More Info]]</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
Hier gibts weitere Infos: [[Weitere Infos]]
Here you find more internal information: [[More Info]]


|}
|}


== Externe Links ==
== External Links ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>[</nowiki>''Externer_Link'' ''Optionaler_Anzeigetext''<nowiki>]</nowiki>
  <nowiki>[</nowiki>''External_Link'' ''Optional_Text''<nowiki>]</nowiki>


Externe Links sind Links auf Seiten ausserhalb des Wikis und werden in einfach eckigen Klammern geschrieben. Optional kann ein alternativer Anzeigetext angegeben werden, der über ein Leerzeichen vom Link getrennt angegeben wird. Wird kein Alternativtext angegeben erscheint eine forlaufende Nummer.
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.


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 95: Line 95:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
|
|
  <nowiki>Weitere [http://www.weitere-infos.de Infos] sind verfügbar.</nowiki>
  <nowiki>External [http://www.more-info.com information] is available.</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
Weitere [http://www.weitere-infos.de Infos] sind verfügbar.
External [http://www.more-info.com information] is available.


|-
|-
|
|
  <nowiki>Hier gibts weitere Infos: [http://www.weitere-infos.de Infos]</nowiki>
  <nowiki>Here you find more external information: [http://www.more-info.com info]</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
Hier gibts weitere Infos: [http://www.weitere-infos.de Infos]
Here you find more external information: [http://www.more-info.com info]


|-
|-
|
|
  <nowiki>Hier gibts weitere Infos: [http://www.weitere-infos.de]
  <nowiki>Here you find even more external information: [http://www.even-more-info.com]


Hier gibts noch mehr Infos: [http://www.noch-mehr-infos.de]</nowiki>
And here you find much more external information: [http://www.much-more-info.com]</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
Hier gibts weitere Infos: [http://www.weitere-infos.de]
Here you find even more external information: [http://www.even-more-info.com]


Hier gibts noch mehr Infos: [http://www.noch-mehr-infos.de]
And here you find much more external information: [http://www.much-more-info.com]


|}
|}


== Bilder und Dateien ==
== Images and Files ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>[[Image:</nowiki>''Dateiname.Endung''|''Optionale_Parameter''<nowiki>]]</nowiki>
  <nowiki>[[Image:</nowiki>''Filename.Ext''|''Optional_Parameters''<nowiki>]]</nowiki>
   
   
  <nowiki>[[File:</nowiki>''Dateiname.Endung''|''Optionale_Parameter''<nowiki>]]</nowiki>
  <nowiki>[[File:</nowiki>''Filename.Ext''|''Optional_Parameters''<nowiki>]]</nowiki>
   
   
  <nowiki>[[Media:</nowiki>''Dateiname.Endung''|''Optionaler_Anzeigetext''<nowiki>]]</nowiki>
  <nowiki>[[Media:</nowiki>''Filename.Ext''|''Optional_Text''<nowiki>]]</nowiki>


Zum Einbinden von Bildern oder Dateien in den Text werden die entsprechenden Dateien über einen internen Link referenziert. Dabei muss die Kennzeichnung "Image:", "File:" oder "Media:" vorangestellt werden. Getrennt durch vertikale Striche ("|") können optional weitere Parameter übergeben werden. Mehr Infos [http://www.mediawiki.org/wiki/Help:Images hier] oder [http://de.wikipedia.org/wiki/Hilfe:Bilder dort].  
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].


Die Dateien die referenziert werden müssen in das Wiki hochgeladen worden sein. Das kann man über die Spezialseite [[Special:Upload|File upload]] geschehen oder über einen "toten" Datei-Link (wenn man hier drauf klickt gelangt man direkt zur Upload-Seite).
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).


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 143: Line 143:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
|
|
  <nowiki>[[Image:BIT-Logo.png|100px|BIT Analytical Instruments GmbH]]</nowiki>
  <nowiki>[[Image:BIT-Logo.png|100px|BIT Group Logo]]</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
[[Image:BIT-Logo.png|100px|BIT Analytical Instruments GmbH]]
[[Image:BIT-Logo.png|100px|BIT Group Logo]]


|-
|-
|
|
  <nowiki>[[Image:Neues-Bild.png]]</nowiki>
  <nowiki>[[Image:New-Image.png]]</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
[[Image:Neues-Bild.png]]
[[Image:New-Image.png]]
 
|-
|
<nowiki>[[Media:Diplomarbeit_Robert_Potzner.pdf|Diplomarbeit]]</nowiki>
|style="padding-left:5%"|
[[Media:Diplomarbeit_Robert_Potzner.pdf|Diplomarbeit]]


|}
|}


== Zuweisen von Kategorien ==
== Assigning Categories ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>[[Category:</nowiki>''Kategorie-Name''<nowiki>]]</nowiki>
  <nowiki>[[Category:</nowiki>''Category_Name''<nowiki>]]</nowiki>


Um einer Seite eine Kategorie zuzuweisen wird die gewünschte Kategorie über einen internen Link eingebunden. Dabei muss die Kennzeichnung "Category:" vorangestellt werden. Es können beliebig viele Kategorien referenziert werden.
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.


Wenn eine Kategorie referenziert wurde, dann taucht ein entsprechender Link am Fuß der Seite auf (egal an welcher Stelle der Seite die Zuweisung stattfindet, weswegen im Beispiel der "So siehts aus"-Teil leer ist).
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).


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 183: Line 177:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
Line 195: Line 189:
|}
|}


== Listen ==
== Lists ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>*</nowiki> ''List-Item''
  <nowiki>*</nowiki> ''List item''
  <nowiki>**</nowiki> ''List-Item''
  <nowiki>**</nowiki> ''List item''
  <nowiki>***</nowiki> ''List-Item''
  <nowiki>***</nowiki> ''List item''
  <nowiki>****</nowiki> ''List-Item''
  <nowiki>****</nowiki> ''List item''


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 210: Line 204:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
|
|
  <nowiki>* Obst
  <nowiki>* Fruits
** Bananen
** Bananas
** Äpfel
** Apples
* Gemüse
* Vegetables
** Tomaten
** Tomatos
** Gurken</nowiki>
** Cucumbers</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
* Obst
* Fruits
** Bananen
** Bananas
** Äpfel
** Apples
* Gemüse
* Vegetables
** Tomaten
** Tomatos
** Gurken
** Cucumbers


|}
|}


== Nummerierte Listen ==
== Nummerical Lists ==


=== Syntax: ===
=== Syntax: ===


  <nowiki>#</nowiki> ''List-Item''
  <nowiki>#</nowiki> ''List item''
  <nowiki>##</nowiki> ''List-Item''
  <nowiki>##</nowiki> ''List item''
  <nowiki>###</nowiki> ''List-Item''
  <nowiki>###</nowiki> ''List item''
  <nowiki>####</nowiki> ''List-Item''
  <nowiki>####</nowiki> ''List item''


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 247: Line 241:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
|
|
  <nowiki># Obst
  <nowiki># Fruits
## Bananen
## Bananas
## Äpfel
## Apples
# Gemüse
# Vegetables
## Tomaten
## Tomatos
## Gurken</nowiki>
## Cucumbers</nowiki>
|style="padding-left:5%"|
|style="padding-left:5%"|
# Obst
# Fruits
## Bananen
## Bananas
## Äpfel
## Apples
# Gemüse
# Vegetables
## Tomaten
## Tomatos
## Gurken
## Cucumbers


|}
|}


== Tabellen ==
== Tables ==


=== Syntax: ===
=== Syntax: ===
Line 292: Line 286:
   <nowiki>|}</nowiki>
   <nowiki>|}</nowiki>


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 298: Line 292:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
Line 344: Line 338:
|}
|}


== Mathematische Formeln ==
== Mathematical Formulas ==


=== Syntax: ===
=== Syntax: ===


  <nowiki><math></nowiki>''TeX-Formel''<nowiki></math></nowiki>
  <nowiki><math></nowiki>''TeX-Formula''<nowiki></math></nowiki>


Weitere Informationen zu TeX in der [http://de.wikipedia.org/wiki/Hilfe:TeX Wikipedia-Hilfe].
More information about TeX is given in [http://de.wikipedia.org/wiki/Hilfe:TeX Wikipedia-Help (German)].


=== Beispiele: ===
=== Examples: ===


{|style="width:100%"
{|style="width:100%"
Line 358: Line 352:
|-
|-
|style="width:50%"|
|style="width:50%"|
'''So wirds programmiert'''
'''Programming like this...'''
|style="padding-left:5%"|
|style="padding-left:5%"|
'''So siehts aus'''
'''...will look like this!'''


|-
|-
Line 382: Line 376:
|}
|}


== Inhaltsverzeichnis ==
== Table of content ==


Ein Inhaltsverzeichnis wird in der Regel automatisch angezeigt, wenn die Seite eine bestimmte Anzahl an Überschriften aufweist.
A Table of content is normally automatically generated, if a page has more than a specific number of headlines.


Das Erzwingen oder Verhindern der Anzeige eines Inhaltsverzeichnis kann mit den folgenden Anweisungen erfolgen:  
It can also be enforced or inhibited by one of the following statements:


  <nowiki>__TOC__</nowiki> (Inhaltsverzeichnis wird an dieser Stelle angezeigt)
  <nowiki>__TOC__</nowiki> (Table of content will be shown at this position)
   
   
  <nowiki>__NOTOC__</nowiki> (Automatisches Inhaltsverzeichnis wird unterdrückt)
  <nowiki>__NOTOC__</nowiki> (No table of content will be shown)


== Weitere Informationen ==
== Further information ==


Ausführliche Informationen zu der Wiki-Syntax und weiteren Konfigurationsmöglichkeiten gibt es auf den folgenden Seiten:
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-Help]
* [http://de.wikipedia.org/wiki/Wikipedia:Hilfe Wikipedia-Hilfe]
* [http://de.wikipedia.org/wiki/Wikipedia:Hilfe Wikipedia-Help (German)]

Latest revision as of 07:04, 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!

External [http://www.more-info.com information] is available.

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]]

BIT Group Logo

[[Image:New-Image.png]]

File: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
  • 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
  1. Fruits
    1. Bananas
    2. Apples
  2. Vegetables
    1. Tomatos
    2. 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
 |}
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>

x1,2=p2±(p2)2q

<math>\sum_{i=1}^n{i} = \frac{n \cdot (n+1)}{2}</math>

i=1ni=n(n+1)2

<math>W = \int_{s_0}^{s_1}{\vec{F} \ \text{d}\vec{s}}</math>

W=s0s1Fds

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: