Wiki help: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Edit/Add a page)
(Edit/Add a page)
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
===Edit/Add a page===
+
=Edit/Add a page=
  
 
# Choose 'Create account' and create your new Wiki account
 
# Choose 'Create account' and create your new Wiki account
# After you confirmed the confirmation e-mail, choose 'Log in' to log into your new Wiki account
+
# After you confirmed the confirmation e-mail, choose 'Log in' to log into your new Wiki account (note: after login, you can also change interface language in your account settings)
 
# Navigate to the page that you want to edit (If you want to add a page, first edit the main page and add a new link on it).
 
# Navigate to the page that you want to edit (If you want to add a page, first edit the main page and add a new link on it).
  
 
You can use the following Wiki code in your edits (examples):
 
You can use the following Wiki code in your edits (examples):
  
Table of contents/sections:
+
 
 +
'''Table of contents/sections:'''
 +
 
 
<pre>
 
<pre>
<nowiki>
+
= a new section =
== a new section ==
+
== a new sub-section ==
=== a new sub-section ===
+
</nowiki>
+
 
</pre>
 
</pre>
  
Images: First click on 'Upload file' to upload your image. Then use this Wiki code:
+
 
 +
'''Images: First click on 'Upload file' to upload your image. Then use this Wiki code:'''
 
<pre>
 
<pre>
<nowiki>
 
 
<gallery>
 
<gallery>
   File: MyImageName.jpg | Optional text
+
   File: MyImageName1.jpg | Optional text
 +
  File: MyImageName2.jpg | Optional text
 
</gallery>
 
</gallery>
</nowiki>
 
 
</pre>
 
</pre>
  
More help:
 
  
 +
'''Numbered lists:'''
 +
<pre>
 +
# List item
 +
# List item
 +
</pre>
 +
 +
 +
'''Lists: '''
 +
<pre>
 +
* List item
 +
* List item
 +
</pre>
 +
 +
 +
 +
'''Internal link'''
 +
<pre>
 +
[[Motor driver]]
 +
</pre>
 +
 +
 +
'''External link'''
 +
<pre>
 +
[http://mediawiki.org This is a link text]
 +
</pre>
 +
 +
'''Image link'''
 +
<pre>
 +
[[File: Warning.png |link=http://www.ardumower.de|Ardumower site]]
 +
</pre>
 +
 +
 +
'''Preformatted text (code, etc.): Insert a space before each line'''
 +
<pre>
 +
Arduino Pin1 o------o
 +
Arduino Pin2 o------o
 +
</pre>
 +
 +
=More help=
 
https://www.mediawiki.org/wiki/Help:Contents
 
https://www.mediawiki.org/wiki/Help:Contents

Aktuelle Version vom 14. September 2014, 11:48 Uhr

Edit/Add a page

  1. Choose 'Create account' and create your new Wiki account
  2. After you confirmed the confirmation e-mail, choose 'Log in' to log into your new Wiki account (note: after login, you can also change interface language in your account settings)
  3. Navigate to the page that you want to edit (If you want to add a page, first edit the main page and add a new link on it).

You can use the following Wiki code in your edits (examples):


Table of contents/sections:

= a new section =
== a new sub-section ==


Images: First click on 'Upload file' to upload your image. Then use this Wiki code:

<gallery>
  File: MyImageName1.jpg | Optional text
  File: MyImageName2.jpg | Optional text
</gallery>


Numbered lists:

# List item
# List item


Lists:

* List item
* List item


Internal link

[[Motor driver]]


External link

[http://mediawiki.org This is a link text]

Image link

[[File: Warning.png |link=http://www.ardumower.de|Ardumower site]]


Preformatted text (code, etc.): Insert a space before each line

 Arduino Pin1 o------o 
 Arduino Pin2 o------o

More help

https://www.mediawiki.org/wiki/Help:Contents