MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

Read Me First

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Revision as of 15:21, 16 April 2008 by AllenHuffman (talk | contribs) (NEW IMPORTANT WIKI EDITING INFO PAGE!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{NavHelp}

Read Me First

A set of Wiki templates have been created to help with categories and navigation of this site. When creating a new page, or editing an existing one, please ensure that the top of the file begins with a Nav template, such as:

{{NavArticles}}

Each Nav template contains references to other templates. In the case of the NavArticles template, it contains the following:

{{Home}}{{Articles}}{{PageName}}

And each of those contains actual Wiki tags and/or categories, as needed.

Home contains:

[[Main_Page|Home]]

This means it will display the text "Home" which will link to "Main Page" (the default page of this wiki).

Next is the Articles link:

[[Category: Articles]]{{Delim}}[[Articles]]

Above, it will first contain a Category tag for the Articles section, then a Delimeter (which is something like " - " for this Wiki), then a link to the top level page for Articles.

Lastly, is the PageName template:

 - '''{{PAGENAME}}'''
----

This will just display a non-breaking space, dash, non-breaking space, then the current page name in bold. (" - Read Me First")

So, when you start a page in an existing section, be sure to start with the appropriate NavXXX template reference at the top.

If you are creating a whole new section of the site, start by making a Nav for it by including something at the top like this:

{{NavSectionName}}

When you save the page, that will be a new link. When you view this page, click on the new link, and fill out your new NavSectionName template like...

{{Home}}{{SectionName}}{{PageName}}

Then save, and you will get a link to the new SectionName, so click and edit that and make it look like the "Articles" example above (Category and link to the main SectionName page).

Once we get all this cleaned up, we will have an easier to navigate template. Plus, I can edit the Home link at any time to out a message or alert on every page of the site.

There should be no pages without this navigation.