From The Mana World
< User:Alexanderlime
Revision as of 18:50, 18 February 2015 by Alexanderlime (talk | contribs) (Created page with "{{Template:Metakey}} {{Status_Under_Construction}} <big><span style="color:#00BF00; font-size:160%">❦</span>'''Alexanderlime's Wiki Contribution Guide''' <span style="color...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Construction-worker.png
This article is currently under construction.



Alexanderlime's Wiki Contribution Guide

Basics

  1. Click the "Edit" page tab at the top of the page.
  2. Make changes to the text.
  3. Click the "Save page" button.

No! Don't edit this page!

Make a summary

Before you save a change, enter a short note in the "Summary :" box describing your changes. Just put in a short description of what you just changed. You can take look at Special:RecentChanges as example.

Preview

ALWAYS preview before you save. This is also related to tracking changes because every time you save, this is displayed to others as a separate change. Just treat it as a good habit.

Show changes

when you edit, there an option next to "Preview" that is the "Show changes" button which allows you to see the differences between the current version and your edited version.

Managing pages

Starting a new page

There're several ways to start a new page:

  • Enter a url to a page which does not exist. If I want to create a page called "Remus loves Mauline" I'd enter http://wiki.themanaworld.org/index.php/Remus_loves_Mauline
  • Click a red link in an article and you will be guided to the edit page for the new article.
  • Search for a page whichh does not exist.

Moving a page

Moving a page means renaming it. This is done by using the "move" tab at the top. The tab is not visible if you are not logged in. Simply enter the new name and click "Move page". Leave the "Move associated talk page" option ticked.

  • If you move page "A" to a new title "B", this operation will do the following:
  1. Renames the title of page "A" as "B"
  2. Renames all the editing history of page "A" as of page "B" as well
  3. Creates a new page "A", whose content is a redirect to page "B"

After moving a page

Moving a page should not result in any broken links, however you might want to hunt down pages or other redirects which link in to the redirect, and change their text to link directly to the new title. The "What links here" feature, which can be used through the link in the Tools (at bottom of the sidebar on the left) is useful when doing this.

Deleting a page

Please consider leaving a redirect instead of deleting the page. Also, normal users cannot delete a page which means you should contact an admin if you really want to do so.

Formatting

Basic formats

What you type and what you get:

  • Italic ''italic''
  • Bold '''Bold'''
  • 'Bold&Italic' ''''Bold&Italic''''
  • Strike text <s>Strike text</s>
  • Escape wiki ''markup'' <--(the '' stands for Italic originally) <nowiki>Escape wiki ''markup'' <--(the '' stands for Italic originally)</nowiki>

Sections formatting

Headings of different levels

You will get

Headings-of-different-levels.png if you type
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== L=evel 5 =====
====== Level 6 ======

Bullet list

Start each line with an asterisk (*). More asterisks give deeper and deeper levels. Line breaks don't break levels but jumping levels creates empty space. Any other start ends the list.

  • 1
    • 1.1
      • 1.1.1
  • 2

Numbered list

Start each line with a number sign (#). More number signs give deeper and deeper levels. Line breaks don't break levels but jumping levels creates empty space. Blank lines end the list and start another. Any other start also ends the list.

Paragraphs

The wiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tag <br />.

HTML tags

Some HTML tags are allowed in wiki, for example ,

, and . These apply anywhere you insert them.

Links

Internal Links

You get Main Page if you type [[Main Page]]. To make it piped, add a | and the text after 'Main Page like [[Main Page|different text]] and you will get different text.

Redirect

If you made a blank page with the following code inside, the page will be redirected to Main Page.
#REDIRECT [[Main Page]]