There are currently 0 stubs. You can help us by expanding these articles!

Help:Editing

From the Spyro Wiki, the Spyro and Skylanders encyclopedia
Jump to navigationJump to search
Note that the page was originally created by Wikia and used on its wikis in the 2000s. It has been modified for Spyro Wiki.

Absolute beginners?[edit]

If you can type and click, you can edit most pages on this wiki.

  1. Find a page to improve. (If you want, you can practice in the Sandbox first. It's there for "practicing" or experimenting with almost anything. It's a good place to get used to how the wiki works.)
  2. Click "Edit".
  3. An "edit box" will open - type your new sentences or corrections.
  4. Click the “Save” button - (Well, it may be wise to hit the 'Preview" button first, in case of mistakes!)

More details[edit]

As with all wikis, you can edit any non-protected page on this wiki. Your changes will be visible immediately. Just click the "edit" link that appears near the top of every page.

Explain your edit in the "Summary" box between the edit window and the save and preview buttons (e.g. "typo" or "added info on xyz").

Use the "Show preview" button to check your edit and get the formatting right before saving. Remember to click "Save changes" before moving on.

If you are logged in, you can mark an edit as minor by checking the "This is a minor edit" box to let people know your edit is not something substantive.

To experiment with edits, go to the Sandbox (which is a page for testing edits), and then click the "edit" link. Add something and click "save."

Formatting[edit]

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

Bold and italics[edit]

Bold and italics are added by surrounding a word or phrase with multiple apostrophes ('):

  • ''italics'' is rendered as italics. (2 apostrophes on each side)
  • '''bold''' is rendered as bold. (3 apostrophes on each side)
  • '''''bolded italics''''' is rendered as bolded italics. (2+3=5 apostrophes on each side)

Headings and subheadings[edit]

Headings and subheadings are an easy way to improve the organization of an article. If you can see two or more distinct topics being discussed, you can break up your article by inserting a heading for each section.

Headings can be created like this:

  • ==Main heading== (2 equals signs)
  • ===Subheading=== (3 equals signs)
  • ====Another level down==== (4 equals signs)
  • =====Another level down===== (5 equals signs)

If an article has at least three headings, a table of contents (TOC) will be automatically generated. Try creating some headings in the Sandbox and see the effect on the TOC.

Indenting[edit]

To indent text, place a colon (:) right at the beginning of a line. The more colons you put, the further indented the text will be. A newline (pressing "Enter" or "Return") marks the end of the indented paragraph.

For example:
This is aligned all the way to the left.

:This is indented slightly.
::This is indented more.

is shown as:
This is aligned all the way to the left.

This is indented slightly.
This is indented more.

Bullet points[edit]

To insert a bullet, use an asterisk (*). Similar to rectal indentation, more asterisks in front of a paragraph means more indentation.

A brief example:

*First list item
*Second list item
**Sub-list item under second item
*Isn’t this fun?

Which is shown as:

  • First list item
  • Second list item
    • Sub-list item under second item
  • Isn’t this fun?

Numbered lists[edit]

You can also create numbered lists. For this, use the number sign or hash symbol (#). Using more #s will affect the level of indenting.

Example:

#First item
#Second item
##Sub-item under second item
#Third item

Shows up as:

  1. First item
  2. Second item
    1. Sub-item under second item
  3. Third item

Links[edit]

Links are an important for others to navigate Spyro Wiki.

Internal links[edit]

You can cross-reference wiki pages using internal links. You can add links to existing titles, and also to articles that are yet to be made.

To make a link to another page on the same wiki, just put the title in double square brackets.

For example, if you want to make a link to, say, the Main Page, it would be:

[[Main Page]]

If you want to use words other than the article title as the text of the link, you can add an alternative name by adding it after a pipe “|” divider (SHIFT+BACKSLASH on English-layout and other keyboards).

For example, if you wanted to make a link to the Spyro the Dragon, but wanted it to say “Spyro” you would write it as such:

[[Spyro the Dragon|Spyro]]…

It would appear as:

Spyro...

When you want to use the plural of an article title (or add any other suffix) for your link, you can add the extra letters directly outside the double square brackets.

For example, you would write:

[[gem]]s.

It would appear as:

gems. (the link will be shown as red if the page does not exist or was deleted)

Interwiki links[edit]

To link to another wiki, you can use its title followed by a colon and the article name, instead of using the full URL. This will only work for wikis listed in Special:Interwiki.

For example, Super Mario Wiki's home page is at mariowiki:Main Page, which can be typed as

[[mariowiki:Main Page]]
rather than as https://www.mariowiki.com/Main_Page

External links[edit]

If you want to link to an external website, you can simply insert the URL for the page you want to link to.

http://www.spyrothedragon.com/

It is often more useful to make the link display something other than the URL, so use one square bracket at each end, with the alternative title after the full URL address, separated by a space (not a pipe). So if you want the link to appear as Spyro official website, just type:

[http://www.spyrothedragon.com/ Spyro the Dragon official website].

Redirects[edit]

To redirect automatically from one page to another, type #REDIRECT and then put in brackets the name of the page to be redirected to.

For example, you could redirect from "Dragons" to "Dragon." That way, anyone typing either version in the search box will automatically go to "Dragon."

Wiki variables and templates[edit]

Typing {{SITENAME}} prints out as Spyro Wiki.

That and a few other templates are common to MediaWiki sites.

Check the list of all templates on Spyro Wiki.

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.