Gaming
 

Help:Editing

From Grand Theft Wiki

Contents


This article explains how to format articles on Grand Theft Wiki. When you edit a page, you can use WikiMarkup or HTML to format.

To understand how to edit articles and for more information on editing, please read Help:How To


Links

[[Policy]]
  • Policy (A link to the page called HowTo) CAPITALISATION MATTERS.
[[Policy|Grand Theft Wiki Policy]]
[[User:Xenon]]
  • User:Xenon (A link to the page of the user called Xenon)
[http://www.bbc.co.uk BBC Website]
  • BBC Website (A link to the website bbc.co.uk with the text "BBC Website")


Text Formatting

''text''
  • text - Italics (two apostrophes on each side}
'''text'''
  • text - Bold (three apostrophes on each side}
<u>text</u>
  • text (underline)
~~~
~~~~
  • Xenontalk 17:08, 28 July 2006 (BST) (your name and the date)
<tt>text</tt>
  • text (typewriter font for code)
X<sup>2</sup>, H<sub>2</sub>O
  • X2, H2O (superscript and subscript)
<nowiki>'''text'''</nowiki>
  • Does not format the text into text
Unformatted Text

Putting a blank space at the start of a line stops its contents being formatted.

  • Mathematical Formulae:
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

math


Headings

Headings are big dividers on pages, and they show up in the table of contents at the top if the page is large enough.

== heading ==
  • A <h2> heading, like "Headings" (above)
=== heading ===
  • A <h3> heading, like "Third Level" (below)

Third Level

==== heading ====
  • A <h4> heading, like "Fourth Level" (below)

Fourth Level

Please do not use =Heading=, because that creates a first-level heading that should only be used on page titles, which are implemented automatically.


Lists

  • One asterisk (*) makes the first item in a bulleted list, like this one
  • Two asterisks (**) make the next line in
      • Three
        • Four
      • Three
  • one
    • two
      • Three


  1. One hash (#) makes the first item in a numbered list
    1. Two hashes (##) make the next item
    2. And so on
      1. And so on
  2. The same as the bulleted list


Page Formatting

This is plain text.

A single colon (:) indents this text once
You can repeat this for a new line too
Two colons (::) indents twice
Three (:::) indents three times.
et cetera
#REDIRECT [[User:Xenon]]
  • This will redirect the current page to the page you mention. This should be used for other words that mean the same thing. For example, the page Sysop redirects to Administrators, because they are just two different words for the same thing.

Putting __NOEDITSECTION__ anywhere in an article prevents the little "Edit" buttons showing up at every heading. See Help:Magic Words.


Table of Contents

To place a table of contents over to the right hand side of the page, simply put {{toc}} where you want it to show. You can also use __NOTOC__ anywhere in an article to stop a table of contents showing up, and __FORCETOC__ to make one show up. See Help:Magic Words.


Categories

[[Category:Help]]

This will add the page to the list of Working Documents, and automatically place a link at the bottom of the page. This page IS in the Working Documents category, and so at the bottom of this page you can see the link to it.

If you just want to link to a category page, put a colon (:) at the start of the link such as [[:Category:Help]]


Templates

{{Help}}

This will show the code for whatever is in page Template:Help - this is the big help banner at the top of the page.


Tables

This is
a table
{| class="wikitable"
! This
! is
|- 
| a
| table
|-
|}

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