Guide:Wiki Maintenance

From Step Mods | Change The Game

Template:TOC right {{#css:User:Hishutup/OblivionGuide.css}} Guide Forum Thread
Currently Active Guide Forum Thread

This is intended to be a community-driven wiki, although all STEP wiki contributions have originated from only a handful of STEP site contributors. Our goal is to make it easy for all community members to contribute and help us maintain existing content and develop new content. The first step in doing that is to make our user base more comfortable with the idea of working on a wiki and thinking in wiki terms.

STEP Wiki Rules[edit | edit source]

  • Do not place pages in incorrect categories. If you categorize a user page as a mod page, that is simply wrong.
  • Do not edit a user's page unless asked to, except in the case where it is not abiding by another rule (as in, being categorized with the STEP Guides, when it is not one of them).

Wiki Editing[edit | edit source]

Wikis are by definition:

"a website or database developed collaboratively by a community of users, allowing any user to add and edit content."

As such there is no one way to do things correctly, whatever works for each user is acceptable. The important points to remember are:

  1. There are a number of different types of wiki markup, or languages. STEP uses the MediaWiki markup.
  2. Edits can be done 'on the page' using the site's software or 'offsite' in your favourite editor. You can then copy-paste the content back into the wiki.
  3. Any errors are not going to 'break the wiki'. They can simply be fixed in the same manner.

Template:Warning

Page Management[edit | edit source]

How to create, delete, edit and manage a wiki page.

Creating a Page[edit | edit source]

To create you own page that is in your User namespace

  1. Make sure that you are logged into the wiki by looking at the top right hand corner of the page.
  2. In the URL type "http://wiki.step-project.com/User:<username>/<subpage>
  3. In the <username> field type YOUR user name
  4. In the <subpage> field type the title of the page.
  5. Then in the Top Right hand corner of the page click on the [PAGE TOOLS] button and select CREATE
    • To create a page you must have something on the page to Save it.
    • Some writers have found that typing "Hi" or "== Introduction =="is good enough to get things moving.


Deleting a Page[edit | edit source]

X

Magic Words[edit | edit source]

Magic words are special 'text strings' that are used by the wiki software to return values or functions.

A full description of them can be found on the MediaWiki website.

Symbols[edit | edit source]

Search for HTML symbols and use a code like "#8594;" with an ampersand "&" in front of it to produce "→"

Formatting Basics[edit | edit source]

This will hold the dos, donts and good habits with formatting but be focus on where to look for the info.
Like the cheatsheet...

Inline HTML and CSS[edit | edit source]

I believe that is what the span style tag is. This will give some common usages that are on step but will will guide the user to a link for what styles are valid like such

Using Templates[edit | edit source]

Templates can be found in [TOOLBOX] → [SPECIAL PAGES] → [Templates]
Here is a direct link

Some of the more common Templates that are used on the STEP wiki are[edit | edit source]

Template:Notice

Template:Warning

Some are used for links, either to other pages in the current wiki or to outside pages[edit | edit source]

{{#switchtablink:Profiles|Profiles}} is a link to a chapter in the current document that also has a 'tabbed' header, such as the Mod Organizer wiki.


YouTube videos can also be linked to with code like this[edit | edit source]

{{Video|j4ZQpzf_iAE|Mod Organizer: Introduction (by Gopher)|Gopher Explains Mod Organizer}}

Here the magic word Video is read as https://www.youtube.com/watch?v= and j4ZQpzf_iAE, the YouTube address for that specific video, is appended to the YouTube code to provide a valid address. Clicking that link will display a popup window of that video file.

Using Forms[edit | edit source]

Placeholder.

Wiki Development[edit | edit source]

Placeholder.

Creating Templates[edit | edit source]

Placeholder.

Creating Forms[edit | edit source]

Placeholder.

References[edit | edit source]