<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.maemo.org/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>maemo.org wiki - User contributions [en]</title>
		<link>https://wiki.maemo.org/Special:Contributions/112.203.88.171</link>
		<description>From maemo.org wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5-7</generator>
		<lastBuildDate>Fri, 17 Apr 2026 10:48:31 GMT</lastBuildDate>
		<item>
			<title>Help:Editing</title>
			<link>https://wiki.maemo.org/Help:Editing</link>
			<guid>https://wiki.maemo.org/Help:Editing</guid>
			<description>&lt;p&gt;112.203.88.171:&amp;#32;/* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
== Format text ==&lt;br /&gt;
&lt;br /&gt;
=== Headings ===&lt;br /&gt;
&lt;br /&gt;
To make headings:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! This markup !! produces&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;== Header ==&amp;lt;/nowiki&amp;gt; || &lt;br /&gt;
== Header ==&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;=== Sub-Header ===&amp;lt;/nowiki&amp;gt; || &lt;br /&gt;
=== Sub-Header ===&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;==== Sub-sub-Header ====&amp;lt;/nowiki&amp;gt; || &lt;br /&gt;
==== Sub-sub-Header ====&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Font Face ==&lt;br /&gt;
&lt;br /&gt;
To make bold or italic font:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! This markup !! produces&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;This is ''italic'' and this is '''bold'''.&amp;lt;/nowiki&amp;gt; || This is ''italic'' and this is '''bold'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Lists ===&lt;br /&gt;
&lt;br /&gt;
An asterisk &amp;quot;*&amp;quot; at the start of each line indicates an item in a bullet list:&lt;br /&gt;
* One item&lt;br /&gt;
* and another one&lt;br /&gt;
&lt;br /&gt;
Create a numbered list by adding a hash sign &amp;quot;#&amp;quot; at the start of the line:&lt;br /&gt;
&lt;br /&gt;
# First item&lt;br /&gt;
# Second item&lt;br /&gt;
# Third item&lt;br /&gt;
&lt;br /&gt;
=== Code ===&lt;br /&gt;
&lt;br /&gt;
To make clear text is meant as code or computer in/output use &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt; and &amp;lt;nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt; tags to surround the text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;this is preformatted text&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;this is preformatted text&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, just prepend a space at the beginning of the line:&lt;br /&gt;
 &amp;lt;- here is a space at the beginning [https://www.techienow.com/ pc technical support] of the line.&lt;br /&gt;
&lt;br /&gt;
For code that appears in the middle of a sentence, use &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt; and &amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt; tags for formatting.&lt;br /&gt;
&lt;br /&gt;
== Creating links ==&lt;br /&gt;
&lt;br /&gt;
To link to another article in this wiki:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! This markup !! produces&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;Have a look at our [[new users]] section.&amp;lt;/nowiki&amp;gt; || Have a look at our [[new users]] section.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
To link to another namespace, e.g. a category:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! This markup !! produces&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;Have a look at our [[:Category:Users]] section.&amp;lt;/nowiki&amp;gt; || Have a look at our [[:Category:Users]] section.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating tables ==&lt;br /&gt;
&lt;br /&gt;
Make a sortable table. This input:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=1&lt;br /&gt;
! col1 !! col2 !! col3&lt;br /&gt;
|-&lt;br /&gt;
| field1 || field2 || field3&lt;br /&gt;
|-&lt;br /&gt;
| ZZZ    || AAA    || MMM&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Produces:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=1&lt;br /&gt;
! col1 !! col2 !! col3&lt;br /&gt;
|-&lt;br /&gt;
| field1 || field2 || field3&lt;br /&gt;
|-&lt;br /&gt;
| ZZZ    || AAA    || MMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
&lt;br /&gt;
Templates allow you to pre-define text and layout that can be included in other pages. Examples are notifications like &amp;quot;This site is a stub&amp;quot; or information boxes for applications that contain certain fields like &amp;quot;name&amp;quot; and &amp;quot;genre&amp;quot;.&lt;br /&gt;
Include a template ''demo'' like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Further information ==&lt;br /&gt;
&lt;br /&gt;
This wiki is powered by MediaWiki. The [http://www.mediawiki.org/wiki/Help:Formatting full formatting help] is therefore available on their website.&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</description>
			<pubDate>Sun, 16 Oct 2011 04:33:58 GMT</pubDate>			<dc:creator>112.203.88.171</dc:creator>			<comments>https://wiki.maemo.org/Help_talk:Editing</comments>		</item>
	</channel>
</rss>