<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.234.37.35</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.234.37.35"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/217.234.37.35"/>
		<updated>2026-04-05T02:42:24Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/AMule_Project_FAQ:Help</id>
		<title>AMule Project FAQ:Help</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/AMule_Project_FAQ:Help"/>
				<updated>2004-11-28T16:40:20Z</updated>
		
		<summary type="html">&lt;p&gt;217.234.37.35: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes how to use the AMule Wiki.  For the main AMule page with howtos and FAQs, [[Main_Page|go here]].&lt;br /&gt;
&lt;br /&gt;
[http://wiki.org/wiki.cgi?WhatIsWiki Wiki] is a revolutionary concept in web maintenance. It consists in letting people edit all (or almost all) the pages in the web so that everybody contributes with it.&amp;lt;br&amp;gt;&lt;br /&gt;
Instead of using traditional [http://www.w3.org/MarkUp HTML] tags, it uses some alternative much easier to use and more intuitive tags and ideas. This help document pretends to take you to know them.&amp;lt;br&amp;gt;&lt;br /&gt;
Please read carefully and contribute in anything you might thikn you should.&amp;lt;br&amp;gt;&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
== New lines ==&lt;br /&gt;
&lt;br /&gt;
First of all, to create a new line, either user &amp;amp;lt;br&amp;amp;gt; at the end of the line (so next line will be shown right under the current one), or leave a blank line between the two lines (new paragraf will begin). More than one blank line between two lines will have no different effect than only one blank line. If you want to have more than one blank line displayed, use &amp;amp;lt;br&amp;amp;gt; also.&amp;lt;br&amp;gt;&lt;br /&gt;
No examples are displayed since it would take too much space in this page, but feel free to test when editting any [http://wiki.org/wiki.cgi?WhatIsWiki Wiki] page.&lt;br /&gt;
&lt;br /&gt;
== Blank spaces ==&lt;br /&gt;
&lt;br /&gt;
Blank spaces are also characters that are ignored when more than one on a sequence are found (only one will be displayed).&amp;lt;br&amp;gt;&lt;br /&gt;
If you really wish to display more than one blank spaces, write ''&amp;amp;amp;nbsp;'' instead of the blank space.&amp;lt;br&amp;gt;&lt;br /&gt;
Examples follow:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' I am typing arround &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; some blank spaces&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' I am typing arround      some blank spaces&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' I am typing arround &amp;amp;amp;nbsp;&amp;amp;amp;nbsp;&amp;amp;amp;nbsp;&amp;amp;amp;nbsp; some blank spaces&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' I am typing arround &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; some blank spaces&lt;br /&gt;
&lt;br /&gt;
== Tab character ==&lt;br /&gt;
Typing '':'' at the beginning of the line will just act as a '''tab''' character. The more '':'' characters you type, the deeper tabulation level will be displayed.&amp;lt;br&amp;gt;&lt;br /&gt;
Example follows:&lt;br /&gt;
&lt;br /&gt;
'''''Code:'''''&amp;lt;br&amp;gt;&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;:This is tabbed only once&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;::This has been tabbed twice&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;:::This has been tabed four times&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;:This is tabbed only once, again&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''Preview:'''''&amp;lt;br&amp;gt;&lt;br /&gt;
:This is tabbed only once&lt;br /&gt;
::This has been tabbed twice&lt;br /&gt;
::::This has been tabed four times&lt;br /&gt;
:This is tabbed only once, again&lt;br /&gt;
&lt;br /&gt;
== Bold characters ==&lt;br /&gt;
&lt;br /&gt;
If you want to emphasize some words, you can turn them in '''bold''' wrapping them with ''&amp;lt;nowiki&amp;gt;'''&amp;lt;/nowiki&amp;gt;'' like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;'''This will be shown in bold'''&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' '''This will be shown in bold'''&lt;br /&gt;
&lt;br /&gt;
== Italic characters ==&lt;br /&gt;
&lt;br /&gt;
If you wish to emphasize some words in some other way, you can turn them in ''italic'' wrapping them with ''&amp;lt;nowiki&amp;gt;''&amp;lt;/nowiki&amp;gt;'' like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;''This will be shown in italic''&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' ''This will be shown in italic''&lt;br /&gt;
&lt;br /&gt;
== Bold &amp;amp; Italic characters ==&lt;br /&gt;
&lt;br /&gt;
If you wish to show some words on both '''bold''' and ''italic'', just wrap them  with ''&amp;lt;nowiki&amp;gt;'''''&amp;lt;/nowiki&amp;gt;'' like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' ''&amp;lt;nowiki&amp;gt;'''''This is in both bold and italic'''''&amp;lt;/nowiki&amp;gt;''&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' '''''This is in both bold and italic'''''&lt;br /&gt;
&lt;br /&gt;
== Linking ==&lt;br /&gt;
&lt;br /&gt;
You mist see the difference between two very different links:&lt;br /&gt;
*[http://wiki.org/wiki.cgi?WhatIsWiki Wiki] links&lt;br /&gt;
*External links&lt;br /&gt;
&lt;br /&gt;
=== Linking [http://wiki.org/wiki.cgi?WhatIsWiki Wiki] links ===&lt;br /&gt;
&lt;br /&gt;
[http://wiki.org/wiki.cgi?WhatIsWiki Wiki] links are those which refer to pages in this same [http://wiki.org/wiki.cgi?WhatIsWiki Wiki].&amp;lt;br&amp;gt;&lt;br /&gt;
For example, the page ''FAQ_aMule'' exists in this [http://wiki.org/wiki.cgi?WhatIsWiki Wiki] and contains the [[FAQ_aMule|aMule FAQ]], so it is a [http://wiki.org/wiki.cgi?WhatIsWiki Wiki] link.&amp;lt;br&amp;gt;&lt;br /&gt;
This links are doen by wrapping them with ''[['' and '']]''. Note that page names are [http://www.webopedia.com/TERM/C/case_sensitive.html case sensitive]. Also, note that pages which's name contain lower-dashes (''_'') can be replaced with blank spaces.&amp;lt;br&amp;gt;&lt;br /&gt;
Some examples follow:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;[[FAQ_aMule]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' [[FAQ_aMule]]&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;[[FAQ aMule]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' [[FAQ aMule]]&lt;br /&gt;
&lt;br /&gt;
But obviously, you can enter any text to those links, other than the page which they're linking to's name.&amp;lt;br&amp;gt;&lt;br /&gt;
This is done by introducing a pip-character (''|'') before the link's name and after the page's name.&amp;lt;br&amp;gt;&lt;br /&gt;
More examples follow:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;[[FAQ_aMule|FAQ about aMule]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' [[FAQ_aMule|FAQ about aMule]]&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;[[FAQ aMule|FAQ about aMule]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' [[FAQ aMule|FAQ about aMule]]&lt;br /&gt;
&lt;br /&gt;
You can even link part of a word and have the whole of it linked (only works for post-fixes. No profixes will be linked):&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;[[FAQ aMule]]rs&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' [[FAQ aMule]]rs&lt;br /&gt;
&lt;br /&gt;
=== Linking external links ===&lt;br /&gt;
&lt;br /&gt;
External links are those which do not refer to any page on this same [http://wiki.org/wiki.cgi?WhatIsWiki Wiki].&amp;lt;br&amp;gt;&lt;br /&gt;
If you simply wish to show the link, just write the url, like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;http://www.amule.org&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' http://www.amule.org&lt;br /&gt;
&lt;br /&gt;
Now, if you want to give the link some name, you must wrap the linking word with ''['' and '']'' and insert '''first''' the url to link to separated with a blank space. Like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' ''This links to &amp;lt;nowiki&amp;gt;[http://www.amule.org aMule's WebPage]&amp;lt;/nowiki&amp;gt;''&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' ''This links to [http://www.amule.org aMule's WebPage]''&lt;br /&gt;
&lt;br /&gt;
If you wrap the link with ''['' and '']'' and don't give it a description text, the links might be replaced with a sequencial number, like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;[http://www.amule.org]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' [http://www.amule.org]&lt;br /&gt;
&lt;br /&gt;
== Titles ==&lt;br /&gt;
&lt;br /&gt;
Titles are wrapped between ''=='' characters, as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;== Title ==&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
subtitles should add one more ''='' character, as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;== Title ==&amp;lt;/nowiki&amp;gt;''&amp;lt;br&amp;gt;&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;=== SubTitle ===&amp;lt;/nowiki&amp;gt;''&amp;lt;br&amp;gt;&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;==== SubSubTitle ====&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
This ''=='' characters must be at the begginning and ending of the line. Otherwise they will be ignored and displayed.&lt;br /&gt;
&lt;br /&gt;
== Lists ==&lt;br /&gt;
&lt;br /&gt;
There are two kinds of list:&amp;lt;br&amp;gt;&lt;br /&gt;
*Simple lists&amp;lt;br&amp;gt;&lt;br /&gt;
*Numbered lists&lt;br /&gt;
&lt;br /&gt;
=== Simple lists ===&lt;br /&gt;
&lt;br /&gt;
This are just lists which will show no more than an idention spot.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use them by typing an asterisk (''*'') at the beginning of the line. The amount of asterisks written indicate the depth of the level in the list.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that no ''&amp;amp;lt;br&amp;gt;'' tags should be used.&amp;lt;br&amp;gt;&lt;br /&gt;
Example follows:&lt;br /&gt;
&lt;br /&gt;
'''''Code:'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;nowiki&amp;gt;*This is a list&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*With it's second element&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**And some child elements&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**And some more&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***Even subchilds&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*And back to the first level of the list&amp;lt;/nowiki&amp;gt;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''Preview:'''''&lt;br /&gt;
*This is a list&lt;br /&gt;
*With it's second element&lt;br /&gt;
**And some child elements&lt;br /&gt;
**And some more&lt;br /&gt;
***Even subchilds&lt;br /&gt;
*And back to the first level of the list&lt;br /&gt;
&lt;br /&gt;
=== Numbered lists ===&lt;br /&gt;
&lt;br /&gt;
This are lists which will have each element of it automatically numbered.&amp;lt;br&amp;gt;&lt;br /&gt;
You can use them by typing slash (''#'') characters at the beginning of the line. The amount of slash (''#'') characters written indicate the depth of the level in the numbered list.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that no ''&amp;amp;lt;br&amp;gt;'' tags should be used and that the lines must be one after the other in order to have them correctly numbered.&amp;lt;br&amp;gt;&lt;br /&gt;
Example follows:&lt;br /&gt;
&lt;br /&gt;
'''''Code:'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;nowiki&amp;gt;#This is a numbered list&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#With it's second element&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;##And some child elements&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;##And some more&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;###Even subchilds&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#And back to the first level of the list&amp;lt;/nowiki&amp;gt;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''Preview:'''''&lt;br /&gt;
#This is a numbered list&lt;br /&gt;
#With it's second element&lt;br /&gt;
##And some child elements&lt;br /&gt;
##And some more&lt;br /&gt;
###Even subchilds&lt;br /&gt;
#And back to the first level of the list&lt;br /&gt;
&lt;br /&gt;
== Displaying the less-than (&amp;amp;lt;) and ampersand (&amp;amp;) characters==&lt;br /&gt;
&lt;br /&gt;
The less-than character (&amp;amp;lt;) is hard to be displayed on [http://www.w3.org/MarkUp HTML] pages because it marks the beginning of a tag.&amp;lt;br&amp;gt;&lt;br /&gt;
Whenever you want to type it, and you're not using it in an [http://www.w3.org/MarkUp HTML] tag, write ''&amp;amp;amp;lt;'' instead of ''&amp;amp;lt;'' like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' ''5 &amp;amp;amp;lt; 7 == true''&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' ''5 &amp;amp;lt; 7 == true''&lt;br /&gt;
&lt;br /&gt;
The ampersand character (&amp;amp;) might also be problematic to show when it is followed by a number or a sequence of characters ending in a semi-colon (;) character (no blank spaces in between).&amp;lt;br&amp;gt;&lt;br /&gt;
If such is yuor case, instead of the ampersand character (&amp;amp;), use ''&amp;amp;amp;amp;'' like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' ''The ampersand character is this: &amp;amp;amp;amp;''&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' ''The ampersand character is this: &amp;amp;amp;''&lt;br /&gt;
&lt;br /&gt;
== Excluding [http://wiki.org/wiki.cgi?WhatIsWiki Wiki] tags ==&lt;br /&gt;
&lt;br /&gt;
If in a given moment you want to use some text which is considered a wiki tag, wrap that text with &amp;amp;lt;nowiki&amp;amp;gt; and &amp;amp;lt;/nowiki&amp;amp;gt; like this:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;gt;This will not be shown in '''bold''' or ''italic''&amp;amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' &amp;lt;nowiki&amp;gt;This will not be shown in '''bold''' or ''italic''&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Inserting images ==&lt;br /&gt;
&lt;br /&gt;
To insert images, just write it's url. Example:&lt;br /&gt;
&lt;br /&gt;
'''''Code:''''' &amp;lt;nowiki&amp;gt;http://www.amule.org/images/logo.gif&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Preview:''''' http://www.amule.org/images/logo.gif&lt;br /&gt;
&lt;br /&gt;
== Going forward ==&lt;br /&gt;
&lt;br /&gt;
Of course, since it is all [http://www.w3.org/MarkUp HTML] in the end, you can use any [http://www.w3.org/MarkUp HTML] tag you wish to expand your design abilities.&lt;br /&gt;
&lt;br /&gt;
== Page names ==&lt;br /&gt;
&lt;br /&gt;
The names of the pages must follow this rules:&lt;br /&gt;
*Several words '''never''' go together. Use ''_'' characters to separate them. For example: ''This_are_several_words''&lt;br /&gt;
*When more than one word is used, use lower letter on first letter unless it's a property name. For example: ''Till_there_was_John''&lt;br /&gt;
*If any of the words in the title has an excepting upper letter, put it. For example: ''This_is_aMule''&lt;br /&gt;
*If you are [[translating Wiki|translating a wiki page]], just use the original page's title followed by a dash (''-'') and the language code of your translation. For example: ''Translated_to_french-fr''&lt;br /&gt;
&lt;br /&gt;
== Translating the [[Main Page|Wiki]] ==&lt;br /&gt;
&lt;br /&gt;
Please read [[translating Wiki|this document]].&lt;br /&gt;
&lt;br /&gt;
== More information ==&lt;br /&gt;
&lt;br /&gt;
Other references:&amp;lt;br&amp;gt;&lt;br /&gt;
*See [http://wiki.doomicile.de/Using_Wiki http://wiki.doomicile.de/Using_Wiki]&lt;br /&gt;
*As a complete guide, also see http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page&lt;/div&gt;</summary>
		<author><name>217.234.37.35</name></author>	</entry>

	</feed>