AgeofWiki:Editing FAQ

From AgeofWiki

This FAQ answers the most common questions about editing AgeofWiki. For full help on editing articles, see the Tutorial.

Table of contents

How do I edit a page?

It's quite simple. Simply click the "Edit" tab located at the top of the page or the other edit link across from headings on the right hand side of the page, and type away. See How to edit a page to learn about making links, using bold and italics, linking to images, and many other things...

How do I make links?

A link is just the name of the page surrounded by double square brackets. It's also possible to make the link display text that is different from that of the link itself: [[page name]] [[page name]]s -- suffix text will display as part of the link [[page name|display name]] -- the piped link: hide the page name and display something else (but use this sparingly, and never "click here"!) [[page name (disambiguation)|]] -- the "pipe trick": the part in parentheses will not be displayed. NB You don't need to put underscores ("_"), to act as space separators like you see in links. Spaces will work fine.

How do I rename a page?

Registered users with a little bit of editing history under their belt can move a page; this moves the page content and edit history to a new title, and creates a redirecting page at the old title. This method is better than just copying and pasting the content by hand, as it preserves the article's history, as required by our license. Use the "Move this page" link. Once you have moved a page, please click the "What links here" and fix the links to the old page (which will be labelled as a redirect in the "What links here" list).

Images and other media files cannot be renamed. You may save a copy of the file to your computer, rename it there, and then upload it with the new name. Fix any links to the old file to point to the new one.

How do I delete a page?

First off, please don't blank articles. Such changes will most likely get reverted soon afterwards, so they are pointless, too.

If you want a page to be deleted, put {{delete}} at the top of the page, then email a sysop with the page name.

How do I edit a redirect page?

The easiest way to edit the redirected page is to click on the link you see at the top of the page after being redirected: "redirected from ...".

How long should the ideal article be?

Since one can link from page to page to page, then how long should the ideal AgeofWiki article be? A good rule of thumb would be less than 5000 words, unless the subject really, really needs much exposition. However, for a subject that is that complex, one can link several shorter articles together, using a hub page to tie all articles together.

If you write one long article, you will need new headlines anyway. If you write a long paragraph, then you need to add new linebreaks. The structure of AgeofWiki is a web, instead of a text that you read linearly.

How do I figure out how big an article is?

Search results give the size, for example "Design (3220 bytes)". If search is disabled, copy the content of the edit box into an editor, and save as a text file, and check the properties of the file. Some variation is possible depending on whether a new line takes one or two bytes.

When the article size reaches 32 KB a warning is displayed at the top of the edit screen, as that size gives some browsers problems. It will likely give readers and editors problems, also.

How do I determine what other users have changed in an article?

AgeofWiki's software can produce a list of all the changes between two versions of an article (either between two consecutive versions, or between an old and the current version), laid out in two-columns side by side with changes highlighted (here's an example. From the Recent Changes page you can click the "diff" link; from an article page itself click "Page history", then "cur" or "last" to see changes.

How can I put pictures on my pages?

First, you need the right to publish the picture under the GNU Free Documentation License. This means that either you created the picture and therefore own the copyright, or it is in the public domain. If the picture is located on a server you control, you can refer to that image from your wiki page by simply including its URL, like this:

http://my.webserver.com/image.png

and it will be included. (Note it will only be linked, not displayed.) If instead you want to upload a picture to AgeofWiki, you can use special:upload as a logged-in user and once it is uploaded, you can refer to it in your wiki pages as above, by including its file name :[[image:NameOfImage.png|Alternate Text]].

How can I delete uploaded items?

Only Administrators can delete uploads, but anyone can upload a new item with the same name, thereby replacing the old one.

This page is based on content taken from a Wikipedia article (http://en.wikipedia.org/wiki/Wikipedia:Editing_FAQ).