Gaming
 

Help:Editing

From OberinWiki

Need to knows
  • ==Heading==
  • ===Subheading===
  • [[Alchemy]] for Alchemy
  • [[Alchemy|label]] for label
  • [http://www.google.com Google] for Google

Contents

[edit] Need to knows

This section covers all completely basic codes that are required for basic article editing. Things such as adding links, bolding and italicizing text are all located within. Things such as tables and other text formatting are not.

[edit] Paragraphs

The most important thing to know is to put a blank line between paragraphs. (Press "Return" two times to make the blank line.) Otherwise your paragraphs will merge into one large paragraph.

[edit] Creating headings

The equals sign is the main code for making headings. You can use headings to organise daily news posts and long articles. To make a heading, you wrap some number of equal signs around the text. For the large headings, you would use two equal signs on each side:

==Need to knows==

Notice how the amount of equals signs on each side is the same, always keep each side with the same amount as the other. You can use more equals signs for small headings:

===Paragraphs===

The number of equal signs that you use also affects the automatic Table of Contents. Note that the automatic TOC requires about 3 to 4 headings to activate (unless you use __TOC__ to insert one manually).

[edit] Internal Links

Internal links are what makes a wiki stand out, this provides other pages to get more info. Note that internal links ONLY link to pages within the wiki. For example, if you tried to link to Google using internal links then it would link to a page inside of this wiki called Google.

To create an internal link simply surround some text (the name of page to link to) with two sets of square brackets [[ and ]]:

[[Alchemy]] to link to page Alchemy.


Now, there may be cases where you need to alter the label on the link (the text that readers click on) to have the sentence make more sense. For example:

[[Robe of Protection|Robes of Protection]] to link to Robe of Protection (looks like Robes of Protection).

Notice, how the pipe | (Shift+\ on many keyboards) seperates the actual page on the left and the label on the right. It still links to the same page, but appears differently. Now there is a shortcut if you are adding letters at the end of the word:

[[Potion]]s to link to Potion (looks like Potions), exactly like [[Potion|Potions]].

You can put words like "potion" at the beginning or middle of a sentence; [[Potion]] and [[potion]] link to the same place. However [[Robe of protection]] (lowercase p in protection) is wrong unless someone sets up a redirect.

[edit] External Links

External links are rather simple, so here is a quick example of how to use one.

[http://www.google.com Google] shows as Google.

Notice the space seperating the URL and label. Also, make sure you type the full URL or it will not recognize it.

[edit] Advanced markup

There are a few more things that you can do with markup.

  • Using single-quote marks you can make '''bold''' and ''italic'' in pages.
  • Using ~~~~, you can sign and timestamp your posts on talk pages, like this: Kernigh 23:13, 12 September 2006 (UTC)
  • A shortcut: the wiki automatically expands [[Forum:Community Portal|]] to [[Forum:Community Portal|Community Portal]] which makes Community Portal.
  • Images: log in, then upload your images. Use [[Image:Yourfilename.png]] to embed them into a wiki page.
    • Resize images: [[Image:Yourfilename.png|200px]] makes it 200px wide.
    • Float images to the right of paragraphs: [[Image:Yourfilename.png|right]]
    • Thumbnails with captions: [[Image:Yourfilename.png|thumb|Your caption.]]
    • You can combine the markup: [[Image:Yourfilename.png|200px|thumb|right|Your caption.]] (put Image:Yourfilename.png before the first |, other parts can be in any order)
    • To just link to the image description page, use [[:Image:Yourfilename.png]]
  • Lists (like this one): put * at the start of each line.
    • Use ** to nest one list in another one.
      • And *** and so on.
        1. Use # instead for numbered lists (this line is ***#).
  • Templates: copy code from Help:Templates
  • More markup is at MetaWikipedia:Help:Editing.

Contents

You can edit any page where you can see an edit link. The changes that you make will show on the page as soon as you save.

In pictures

Click edit at the top of the page you want to edit.


An "edit box" will open, type your new sentences or corrections.
Please note: on newer wikis you may see the new editor.


Click Preview to check what you have written.


Click Save page to save your writing.


Video walkthrough


Editing

Ready to put your flavor on things? Learn how here!

Also check out our editing Tips and Tricks

For more videos please see our online demos page.

Some other editing tips

  • Explain your edit in the 'Summary' box between the edit window and the bottom row of grey buttons. By filling it the summary box, it allows you to tell members of your wiki community why you made a certain change to an article, making communication easier. You only need to type a short message here, for example 'added introduction'.
  • Use the 'Show preview' button to check your edit before saving. Remember to save your preview before moving on. The preview button gives you a chance to check your edit for formatting and typos before it's up on the wiki for all to see. It also spares you the grief of having to go back and make another change after saving an article.
  • If you are logged in, you can mark an edit as minor by checking the 'This is a minor edit' box. This lets other editors know your edit is very small.
  • Pages that start with 'User:' are personal pages. While it's considered impolite to make major edits to other people's user pages without permission, feel free to leave messages for people on their User_talk pages.
  • Always remember to sign your talk page comments with four tildes ( ~~~~). That way, the person you're writing to will know who sent him/her the message.

Formatting

Most text formatting is usually done with wiki markup, so you don't have to learn HTML.

See Help:Formatting and Help:HTML.

Links

Links are important on wikis to help readers navigate your site. The more your pages are linked to each other, the easier it is for readers to find what they're looking for.

See Help:Links, Help:External link and also Category:Link help on Wikia Help.

Wiki variables and templates

Use {{SITENAME}} to see the current Wikia. For instance, {{SITENAME}} on this site prints out as Wikia Help.

That and a few other templates are common to MediaWiki sites. For a complete list of these "magic words", see magic words on Meta.

You can create templates. After you create the page Template:XXX, using the command {{XXX}} will include that content in your current page. So, if you have something that needs to be included on many other pages, you might want to use a template.

Most templates available on the Central Wikia can be used on individual Wikia wikis with just "wikia:" prefixed to the name. See Help:Shared templates.

See also