Home RecentChanges

Wiki Help

See also: Removing vandalism

This site is based on the Oddmuse Wiki engine - go there for detailed instructions.

What pages should I edit?

All users can edit any page. However there are some pages which are locked to prevent vandalism - for instance the blocks that make up the front page. If you spot an error, just notify us from the Feedback page. Don't worry too much about messing things up - backups are created automatically of all pages.

How do I edit a page?

We suggest that you get some practice editing pages in the Scrap Page.

How do I create a page?

All pages must be linked to from another page (we don't like orphaned pages as they're hard to find). So find a page to link to your new page from, edit it, and create a link as described below. Save the page and the click the question mark by the new link - you'll then be able to edit the new, empty page.

Style

The aim is to have a consistant style throughout the Wiki. Here are some pointers:

Commenting on pages

We'd rather that you didn't carry out conversations on the main Wiki pages, as this detracts from its encyclopaedia-like format. There is a new feature that you can use however - the "comments on this page" link at the bottom of every page. Use this feature to discuss anything about the page in question. For these pages (but not anywhere else please) feel free to use the following emoticons:

TypeTo get
:-) or :):-)
;-) or ;);-)
:-D or :D:-D
:-( or :(:-(
:-P or :P:-P
:-? or :?:-?
:-x or :x:-x
:-o or :o:-o
:roll::roll:

Please leave your name after any comments - this makes it easy for people to follow the conversation. By enclosing your name in square brackets, you can make it link to your personal page like this -- alx

Changing text

Linking

Formatting

  ...like this

Lists, tables, indents

Inserting preset text

By typing in a tilde (~) followed by a word, you can insert a small box of commonly-used text. Currently:


~HardwareDisclaimer

Produces:

WARNING: Only attempt hardware modifications if you are experienced enough - if in doubt, find someone else! Note also that we cannot guarantee that any instructions are correct, and are not liable to any damages caused to yourself, your machine, or anything else as a result of attempting hardware modifications explained here. Remember to always follow anti-static precautions.

This must be inserted into any page that involves tinkering with hardware.


~Stub

Produces:

This page requires more content. Click "Edit text of this page" if you can add more information.

Add this at the top of any pages which are incomplete. This has the side-effect that by doing a search for "~Stub" you can view pages that need your attention.


Source code listings

You can now have the wiki automatically format source code for a number of languages with syntax highlighting. While several languages are supported, C/C++ are the only ones that will probably be useful for Amigans. Enclose your source code inside <source cpp> and </source> tags and the effect will be:

/*Hello world example */
#include stdio.h
int main ()
{
        printf ("Hello world!");
}

AmigaLink

This is a feature to help you find out more about a subject. Simply click "AmigaLink" in the footer and you'll be able to select a website to search for the title of the page.

Page Hierarchy

Some pages fit into an obvious order. For instance, the A1000 is a Classic Amiga which is a type of Amiga Hardware. We make extensive use of index pages like Amiga Software, and users may wish to navigate back in the hierarchy of pages. This is now possible - on such pages, the first line will look something like this:

>>>>|Amiga Hardware |Classic Amiga

If you're editing a page, you can insert these automatically. Make the first line of the page a link to it's parent page and the wiki will automatically trace back through to its parent pages.