Help:Editing

From Encyclopedia Draconica
Revision as of 19:25, 1 October 2006 by Apollo Aridian (Talk | contribs)

Jump to: navigation, search

Contents

Creating A Page

There are two really easy ways to create a new page. You can either make a WikiLink on an existing page to the new page you want to create, save the changes and click on the link you just made, or you can type the page name into the Search box near the bottom of the left-hand navigation and click the Go button. If the page doesn't exist you will be able to create it from the search results screen.

Putting A Page in a Category

So you've added a page to the Wiki and now you'd like to add it to a particular category? All you need to do is decide which category you want to put the page into, and then include a specially formatted WikiLink to that category at the bottom of your page. The contents page of the category will update itself automatically. The WikiLink format is the word "Category" followed by a colon followed by the category name.

For example, the page A Brief Poetic Guide to Dragon Mythology is part of the category "Mythology" because it has the text [[Category:Mythology]] at the bottom.

Formatting the Text on A Page

You do not need to understand HTML in order to use a Wiki, and that's really one of the cool things about them. There are some easy to remember WikiText commands you can use to make text bold and create links to pages:

Format Typeface

''italic'' (Enclosed in two single quote marks)
'''bold''' (Enclosed in three single quote marks)
'''''bold and italic''''' (Enclosed in five single quote marks)

Format Headings

==heading== (Enclosed in two equals signs)
===heading level 2=== (Enclosed in three equals signs)
====heading level 3==== (Enclosed in four equals signs)
=====heading level 4===== (Enclosed in five equals signs)

Create Internal Wiki Links

[[Link to a Page on the Wiki]]
[[Link to a Page on the Wiki|Page Title]] (Give the link a Formal Title)

Create External Links

http://www.google.com/
[http://www.google.com/]
[http://www.google.com/ Google Search] (Give the link a Formal Title)

Create Lists

* Bulleted List Item
# Numbered List Item
; Definition List Item

Preformatted or Highlighted Text

(Put a space at the beginning of a line to preformat it)

Other Editing Help Resources