So you've decided you want to help us with the Exorace Wiki? Glad to hear it! Well here is how to get started.
You do not have to log in to read Exorace Wiki. You do however have to be logged in to edit articles. Just about anyone can edit almost any article at any given time as long as you have registered an account.
Editing most Exorace Wiki pages is easy. Simply click on the "edit" tab at the top of an Exorace Wiki page. This will bring you to a new page with a text box containing the editable text of the original page. When you are finished with an edit, you should write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes, as described in the . To see how the page looks with your edits, press the "Preview" button. To see the differences between the page with your edits and the previous version of the page, press the "Show changes" button. If you're satisfied with what you see, be bold and press the "Save" button. Your changes will immediately be visible to all Exorace Wiki users.
You can also click on the "Comments" tab to see the corresponding talk page, which contains comments about the page from other Exorace Wiki users. Click on the "new section" tab to start a new section, or edit the page in the same way as an article page.
You should also remember to sign your messages on talk pages and some special-purpose project pages with four tildes (~~~~), but you should not sign edits you make to regular articles. In [History, the software automatically keeps track of which user makes each change.
A check to the "minor edit" box signifies that only superficial differences exist between the version with your edit and the previous version: typo corrections, formatting and presentational changes, rearranging of text without modifying content, etc. A minor edit is a version that the editor believes requires no review and could never be the subject of a dispute.
All editors are encouraged to be bold, but there are several things that a user can do to ensure that major edits are performed smoothly. Before engaging in a major edit, a user should consider discussing proposed changes on the article discussion/talk page. Once the edit has been completed, the inclusion of an edit summary will assist in documenting the changes. These steps will all help to ensure that major edits are well received by the Exorace Wiki community.
A major edit should be reviewed to confirm that it is consensual to all concerned editors. Therefore, any change that affects the meaning of an article is major (not minor), even if the edit is a single word.
There are no necessary terms to which you have to agree when doing major edits, but the recommendations above have become best practice. If you do it your own way, the likelihood of your edits being reedited may be higher.
The wiki markup is the syntax system you can use to format an Exorace Wiki page. Here you can find some useful tips to getting started. For getting more tips, read this Wikipedia article.
For a top-level heading, put it on a separate line surrounded by '=='. For example:
== Introduction ==
Subheadings use '===', '====', and so on.
Mark words using this styles: italics or bold
What you type:
Mark words using this styles: ''italics'' or '''bold'''
| What it looks like | What you type |
|---|---|
The Alien Barbarians are NPC's.
|
The Alien Barbarians are [[NPC's]]. |
The Alien Barbarians are Non-Player Characters.
|
The Alien Barbarians are [[NPC's|Non-Player Characters]] |
Everyone loves admin is a page
that does not exist yet.
|
[[Everyone loves admin]] is a page that does not exist yet. |
The character tilde (~) is used when adding a comment to a Talk page.
You should sign your comment by appending four tildes (~~~~)
to the comment so as to add your user name plus date/time:
|
The character '''tilde''' (~) is used when adding a comment to a Talk page. You should sign your comment by appending four tildes (~~~~) to the comment so as to add your user name plus date/time: : ~~~~ Adding three tildes (~~~) will add just your user name: : ~~~ and adding five tildes (~~~~~) gives the date/time alone: : ~~~~~ |
|
#REDIRECT [[Portal:Beta Server]] #REDIRECT [[Portal:Beta Server#Beta Server]] will redirect to the [[Portal:Beta Server]] page, to the Server Overview section, if it exists. |
|
[[Category:Beta Server]] |
|
[[:Category:Beta Server]] |
Three ways to link to external (non-wiki) sources:
|
Three ways to link to external (non-wiki) sources: # Bare URL: http://www.exorace.com/ (bad style) # Unnamed link: [http://www.exorace.com/] (only used within article body for footnotes) # Named link: [http://www.exorace.com Exorace] |
| What it looks like | What you type |
|---|---|
|
* ''Unordered lists'' are easy to do: ** Start every line with a star. *** More stars indicate a deeper level. *: Previous item continues. ** A new line * in a list marks the end of the list. * Of course you can start again. |
|
# ''Numbered lists'' are: ## Very organized ## Easy to follow #: Previous item continues A new line marks the end of the list. # New numbering starts with 1. |
Only images that have been uploaded to Exorace wiki can be used. To upload images, use the upload page. You can find the uploaded image on the image list.
| What it looks like | What you type |
|---|---|
A picture:
![]() |
A picture: [[Image:logo.jpg]] |
With alternative text:
![]() |
With alternative text: [[Image:logo.jpg|Exorace wiki's logo.]]
|
| Floating to the right side of the page using the frame attribute and a caption:
|
Floating to the right side of the page using the ''frame'' attribute and a caption: [[Image:logo.jpg|frame|Exorace wiki's logo]]
|
| Floating to the right side of the page using the thumb attribute and a caption:
|
Floating to the right side of the page using the ''thumb'' attribute and a caption: [[Image:logo.jpg|thumb|Exorace wiki's logo]]
|
| Floating to the right side of the page without a caption: | Floating to the right side of the page ''without'' a caption: [[Image:logo.jpg|right|Exorace wiki's logo]] |
| A picture resized to 30 pixels...
|
A picture resized to 30 pixels... [[Image:logo.jpg|30 px]] |
| Linking directly to the description page of an image: Image:logo.jpg | Linking directly to the description page of an image: [[:Image:logo.jpg]]
|
| Linking directly to an image without displaying it: Exorace wiki's logo | Linking directly to an image without displaying it: [[:Image:logo.jpg|Exorace wiki's logo]] |