Editing Help:Editing

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
This is a wiki. You can edit the articles. Just make sure to use the special syntax to properly format text, include links and so on.
+
This is a wiki. This means, depending on your priviledges, you can edit articles. You can use a special syntax to format text, include links and so on.
-
== Format text ==
+
= Format text =
-
 
+
-
=== Headings ===
+
 +
== Headings ==
To make headings:
To make headings:
-
{| class="wikitable"
+
{| border=1
! This markup !! produces
! This markup !! produces
|-
|-
-
| <nowiki>== Header ==</nowiki> ||  
+
| <nowiki>= Header =</nowiki> ||
-
== Header ==
+
= Header =
 +
|-
 +
| <nowiki>== Sub-Header ==</nowiki> ||  
 +
== Sub-Header ==
|-
|-
-
| <nowiki>=== Sub-Header ===</nowiki> ||  
+
| <nowiki>=== Sub-sub-Header ===</nowiki> ||  
-
=== Sub-Header ===
+
== Sub-sub-Header ==
|-
|-
-
| <nowiki>==== Sub-sub-Header ====</nowiki> ||
 
-
==== Sub-sub-Header ====
 
|}
|}
== Font Face ==
== Font Face ==
-
 
To make bold or italic font:
To make bold or italic font:
-
{| class="wikitable"
+
{| border=1
! This markup !! produces
! This markup !! produces
|-
|-
Line 29: Line 28:
|}
|}
-
=== Lists ===
+
== Code ==
-
 
+
To make clear text is meant as code or computer in/output just prepend a space at the beginning of the line:
-
An asterisk "*" at the start of each line indicates an item in a bullet list:
+
-
* One item
+
-
* and another one
+
-
 
+
-
Create a numbered list by adding a hash sign "#" at the start of the line:
+
-
 
+
-
# First item
+
-
# Second item
+
-
# Third item
+
-
 
+
-
=== Code ===
+
-
 
+
-
To make clear text is meant as code or computer in/output use <nowiki><pre></nowiki> and <nowiki></pre></nowiki> tags to surround the text:
+
-
 
+
-
<nowiki><pre>this is preformatted text</pre></nowiki>
+
-
 
+
-
produces
+
-
 
+
-
<pre>this is preformatted text</pre>
+
-
 
+
-
Alternatively, just prepend a space at the beginning of the line:
+
  <- here is a space at the beginning of the line.
  <- here is a space at the beginning of the line.
-
For code that appears in the middle of a sentence, use <nowiki><code></nowiki> and <nowiki></code></nowiki> tags for formatting.
+
= Creating links =
-
 
+
-
== Creating links ==
+
-
 
+
To link to another article in this wiki:
To link to another article in this wiki:
-
{| class="wikitable"
+
{| border=1
! This markup !! produces
! This markup !! produces
|-
|-
-
| <nowiki>Have a look at our [[new users]] section.</nowiki> || Have a look at our [[new users]] section.
+
| <nowiki>Have a look at our [[application]] section.</nowiki> || Have a look at our [[applications]] section.
|-
|-
|}
|}
To link to another namespace, e.g. a category:
To link to another namespace, e.g. a category:
-
{| class="wikitable"
+
{| border=1
! This markup !! produces
! This markup !! produces
|-
|-
-
| <nowiki>Have a look at our [[:Category:Users]] section.</nowiki> || Have a look at our [[:Category:Users]] section.
+
| <nowiki>Have a look at our [[:Category:Guides]] section.</nowiki> || Have a look at our [[:Category:Guides]] section.
|-
|-
|}
|}
-
== Creating tables ==
+
= Creating tables =
-
 
+
Make a sortable table. This input:
Make a sortable table. This input:
<pre>
<pre>
Line 83: Line 57:
|-
|-
| ZZZ    || AAA    || MMM
| ZZZ    || AAA    || MMM
 +
|-
|}
|}
</pre>
</pre>
Line 92: Line 67:
|-
|-
| ZZZ    || AAA    || MMM
| ZZZ    || AAA    || MMM
 +
|-
|}
|}
-
== Templates ==
+
= Templates =
-
 
+
Templates allow you to pre-define text and layout that can be included in other pages. Examples are notifications like "This site is a stub" or information boxes for applications that contain certain fields like "name" and "genre".
Templates allow you to pre-define text and layout that can be included in other pages. Examples are notifications like "This site is a stub" or information boxes for applications that contain certain fields like "name" and "genre".
Include a template ''demo'' like this:
Include a template ''demo'' like this:
Line 101: Line 76:
{{demo}}
{{demo}}
</pre>
</pre>
-
 
-
== Further information ==
 
-
 
-
This wiki is powered by MediaWiki. The [http://www.mediawiki.org/wiki/Help:Formatting full formatting help] is therefore available on their website.
 
-
 
-
[[Category:Documentation]]
 
-
[[Category:Wiki]]
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)