Difference between revisions of "Editing help"

From MunichBeerGardens.com
Jump to: navigation, search
(Created page with 'Editing help page under construction... de:Bearbeitungshilfe')
 
Line 1: Line 1:
Editing help page under construction...
+
The most basic text editing features, such as boldface, italics and links can be formatted with help of the buttons above the edit box. Alternatively, the syntax is simple. For bold text, enclose the word(s) within three single quotes:
 +
 
 +
<nowiki>'''</nowiki>'''bold text'''<nowiki>'''</nowiki>
 +
 
 +
For italic, enclose the text with two single quotes:
 +
 
 +
<nowiki>''</nowiki>''italic text''<nowiki>''</nowiki>
 +
 
 +
To link a text to another page within the wiki, enclose the word in square double brackets:
 +
 
 +
<nowiki>[[</nowiki>[[Beer]]<nowiki>]]</nowiki>
 +
 
 +
The link will thereafter point to [[Beer|http://www.munichbeergardens.com/Beer]]
 +
 
 +
To link to a page on another website, enclose the link location within single square brackets and the linked word(s) after the URL:
 +
 
 +
<nowiki>[http://www.example.com exampe]</nowiki>
 +
 
 +
This will result in [http://www.example.com exampe]
 +
 
 +
Alternatively, typing out the full URL without the brackets: ...
 +
 
 +
<nowiki>http://www.example.com</nowiki>
 +
 
 +
... will result in the link appearing as follows:
 +
 
 +
http://www.example.com
 +
 
 +
To make a listing, simply prefix the list items with asterixes: ...
 +
 
 +
<pre><nowiki>
 +
* item 1
 +
* item 2
 +
* item 3
 +
</nowiki></pre>
 +
 
 +
... which will appear as follows:
 +
 
 +
* item 1
 +
* item 2
 +
* item 3
 +
 
 +
Nested lists can be made as follows: ...
 +
 
 +
<pre><nowiki>
 +
* item 1
 +
* item 2
 +
** item 2.2
 +
*** item 2.3
 +
* item 3
 +
</nowiki></pre>
 +
 
 +
... which will appear as follows:
 +
 
 +
* item 1
 +
* item 2
 +
** item 2.2
 +
*** item 2.3
 +
* item 3
 +
 
 +
etc.
 +
 
 +
 
 +
== Image links ==
 +
 
 +
To make an image link to a page instead of leading to the larger version of the same image which is clicked on, add the link parameter to the image markup, eg.:
 +
 
 +
[[Image:Beer_logo.png|135px|link=Beer]]
 +
 
 +
<pre>[[Image:Beer_logo.png|135px|link=Beer]]</pre>
 +
 
 +
 
 +
 
  
 
[[de:Bearbeitungshilfe]]
 
[[de:Bearbeitungshilfe]]

Revision as of 18:05, 29 May 2010

The most basic text editing features, such as boldface, italics and links can be formatted with help of the buttons above the edit box. Alternatively, the syntax is simple. For bold text, enclose the word(s) within three single quotes:

'''bold text'''

For italic, enclose the text with two single quotes:

''italic text''

To link a text to another page within the wiki, enclose the word in square double brackets:

[[Beer]]

The link will thereafter point to http://www.munichbeergardens.com/Beer

To link to a page on another website, enclose the link location within single square brackets and the linked word(s) after the URL:

[http://www.example.com exampe]

This will result in exampe

Alternatively, typing out the full URL without the brackets: ...

http://www.example.com

... will result in the link appearing as follows:

http://www.example.com

To make a listing, simply prefix the list items with asterixes: ...

* item 1 
* item 2
* item 3

... which will appear as follows:

  • item 1
  • item 2
  • item 3

Nested lists can be made as follows: ...

* item 1 
* item 2
** item 2.2
*** item 2.3
* item 3

... which will appear as follows:

  • item 1
  • item 2
    • item 2.2
      • item 2.3
  • item 3

etc.


Image links

To make an image link to a page instead of leading to the larger version of the same image which is clicked on, add the link parameter to the image markup, eg.:

Beer logo.png

[[Image:Beer_logo.png|135px|link=Beer]]