Difference between revisions of "Wikipedia:Adding content"

From Elite Wiki
m (marked as stub)
m (first example added)
Line 8: Line 8:
 
There are different ways to enter new content, comments, corrections in a Wiki, and we're trying to make it as easy for you as possible.
 
There are different ways to enter new content, comments, corrections in a Wiki, and we're trying to make it as easy for you as possible.
  
*<u>Adding stuff to existing pages</u>
+
===Adding stuff to existing pages===
  
 
This is the most straightforward way to start out, so I suggest you try this when you're new to wikis.
 
This is the most straightforward way to start out, so I suggest you try this when you're new to wikis.
  
:
+
====Step one====
:Step one:
+
Go to the page you want to add some stuff to and click the "edit this page" tab at the top of that page. You will now see the page, complete with confusing weird characters, like "[" etc. but don't worry, just type away. There's a preview button to look how things errr... look, but I suggest to just type away, and don't worry about the looks. If it really looks wrong, other people will beautify it, no worries.
go to the page you want to add some stuff to and click the "edit this page" tab at the top of that page. You will now see the page, complete with confusing weird characters, like "[" etc. but don't worry, just type away. There's a preview button to look how things errr... look, but I suggest to just type away, and don't worry about the looks. If it really looks wrong, other people will beautify it, no worries.
+
 
:
+
====Step two====
:Step two:
 
 
Click the 'save page' button at the bottom. Congratulations! You just added some content!
 
Click the 'save page' button at the bottom. Congratulations! You just added some content!
:
+
 
:Step three:
+
====Step three====
 
Repeat, and if you feel inclined to learn some more about how all those fancy titles and so on are made, just take a hard look at the weird characters in the texts. It really isn't that hard, and you'll soon find yourself editing and beautifying other people's entries. That is how wikis work.
 
Repeat, and if you feel inclined to learn some more about how all those fancy titles and so on are made, just take a hard look at the weird characters in the texts. It really isn't that hard, and you'll soon find yourself editing and beautifying other people's entries. That is how wikis work.
  
*<u>Starting a new subject from scratch:</u>
+
===Starting a new subject from scratch:===
 
 
 
See the adress bar? It now says "http://wiki.alioth.net/index.php/Wikipedia:Adding_content"
 
See the adress bar? It now says "http://wiki.alioth.net/index.php/Wikipedia:Adding_content"
  
Line 33: Line 31:
  
 
So: try to go to the topic "Trading"
 
So: try to go to the topic "Trading"
 +
 +
==Examples==
 +
The examples below can be used by copying them to a new page.
 +
 +
===OXP Page (Oolite)===
 +
<pre><nowiki>
 +
==Overview==
 +
A quick introduction in your OXP.
 +
 +
==Features==
 +
* List feature 1 here.
 +
* List feature 2 here.
 +
* List feature 3 here.
 +
 +
==Requirements==
 +
* This [[OXP]] needs Oolite v1.76.1.
 +
* List dependencies here.
 +
 +
==Download==
 +
{{OXPLevel|0}}
 +
* Link to the file (e.g. [http://www.xyz/myfile1.0.zip myfile1.0.zip]) and filesize.
 +
 +
==Quick Facts==
 +
{{Infobox OXPb| title = Your OXP name
 +
|version = 1.0
 +
|release = 2012-01-01
 +
|license =
 +
|features = Tools
 +
|category =
 +
|author = Your name
 +
|feedback = Link for feedback
 +
}}
 +
</nowiki></pre>
 +
  
 
(to be continued soon)
 
(to be continued soon)

Revision as of 16:48, 5 June 2012


This article is a stub. You can help EliteWiki by expanding it.

This is a beginners tutorial/manual.

First of all: don't be afraid to do something wrong!

I know from personal experience wiki's can give you the feeling that entering new stuff is harder than doing so on a 'regular' messageboard, but no worries, it's pretty painless, and best of all: if you really mess things up, there's a 'step back' function to undo any errors. Even if YOU do not know how to do this, other people do, and they will rectify problems for you. So no worries!

There are different ways to enter new content, comments, corrections in a Wiki, and we're trying to make it as easy for you as possible.

Adding stuff to existing pages

This is the most straightforward way to start out, so I suggest you try this when you're new to wikis.

Step one

Go to the page you want to add some stuff to and click the "edit this page" tab at the top of that page. You will now see the page, complete with confusing weird characters, like "[" etc. but don't worry, just type away. There's a preview button to look how things errr... look, but I suggest to just type away, and don't worry about the looks. If it really looks wrong, other people will beautify it, no worries.

Step two

Click the 'save page' button at the bottom. Congratulations! You just added some content!

Step three

Repeat, and if you feel inclined to learn some more about how all those fancy titles and so on are made, just take a hard look at the weird characters in the texts. It really isn't that hard, and you'll soon find yourself editing and beautifying other people's entries. That is how wikis work.

Starting a new subject from scratch:

See the adress bar? It now says "http://wiki.alioth.net/index.php/Wikipedia:Adding_content"

If you want to make an entry called, say "Trading," you just delete the "Wikipedia:Adding_content" part and replace it with "Trading", and keep in mind that spaces are repplaced with "_" (underline) then press enter. You now get a new, empty page that you can do your magic in. You might notice that, once you're editing a page, the adressbar displays things a bit differently, the "php/yaddayaddayadda" part will be "php?title=yaddayaddayadda". That's normal, so don't worry.

As long as you make the adress end to "php/" and then your subject, you're O.K.

So: try to go to the topic "Trading"

Examples

The examples below can be used by copying them to a new page.

OXP Page (Oolite)

==Overview==
A quick introduction in your OXP.

==Features==
* List feature 1 here.
* List feature 2 here.
* List feature 3 here.

==Requirements==
* This [[OXP]] needs Oolite v1.76.1.
* List dependencies here.

==Download==
{{OXPLevel|0}}
* Link to the file (e.g. [http://www.xyz/myfile1.0.zip myfile1.0.zip]) and filesize.

==Quick Facts==
{{Infobox OXPb| title = Your OXP name
|version = 1.0
|release = 2012-01-01
|license =
|features = Tools
|category =
|author = Your name
|feedback = Link for feedback
}}


(to be continued soon)