WikiGuide

Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2005-10-17 14:49:17
Size: 3067
Editor: mailgate
Comment: added the beginnings of a guide to using the wiki
Revision 9 as of 2005-10-19 20:29:02
Size: 3554
Editor: 81-178-143-163
Comment: page is ready
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from DraftWikiGuide
Line 4: Line 5:
This page contains some guidelines and help for how to post and work on the documentation in the Ubuntu wiki (UserDocumentation). Out aim is to make consistent, integrated and reliable documentation that users can access simply and quickly. This page contains some guidelines and help for how to post and work on the documentation in the Ubuntu wiki (UserDocumentation). Our aim is to make consistent, integrated and reliable documentation that users can access simply and quickly.
Line 12: Line 13:
 * When making any edits to pages, always leave a comment so others can see what you are doing easily.  * Always leave a comment when saving your edits so others can see what you are doing easily when reviewing RecentChanges.
Line 47: Line 48:
It is that easy! It is that easy!

For more help about this wiki, see the page HelpContents
Line 54: Line 57:
 * If you have a longer Table of Contents, you can use this piece of code to make it into a seperate table on the right-hand side of the page (see UserDocumentation to see this in action):
{{{
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]||
}}}

draft

This page contains some guidelines and help for how to post and work on the documentation in the Ubuntu wiki (UserDocumentation). Our aim is to make consistent, integrated and reliable documentation that users can access simply and quickly.

Style and Guidelines

Our aim is to make documentation which a new computer user can understand and which teaches the user what they are doing. With that in mind, please take into account the following guidelines:

Help on Editing

The wiki can often seem like a scary thing to start editing, but this is in fact NOT the case! It is easy to start editing and contribute. The best way to start is to look at the formatting which is employed on various pages (for example, you can see the code of this page [https://wiki.ubuntu.com/DraftWikiGuide?action=raw here].

The basic rules are:

  • Paragraphs should be separated by a blank line.
  • To make a list you use a white space at the beginning of a line, followed by either an asterisk (for bullet points), a number, letter etc.
  • To make a heading you use = Title = for a level one heading, == Title == for a level 2 heading, and so on.

  • Placing '' around words or phrases will make them italics, and ''' will make them bold.

  • To quote a block of code, wrap paragraphs in  {{{  }}}.

An Example Page:

= Title of Page =
== Subtitle ==
This page is going to explain how to write a guide on the wiki. The following things are important:
 * Read the docteam Styleguide
 * Make sure you are not reproducing material already on the wiki
 * ask the Documentation Team to check the guide afterwards and place it in CategoryCleanup

The following paragraph is a lettered list:
 a. this is the ''first'' item
 a. this is the ''second'' item
 a. this is the ''third'' item
{{{
this is a block of code
} }} (the space should not be in your version)

It is that easy!

For more help about this wiki, see the page HelpContents

Clever Things

As you edit the wiki you will learn how to use the power of the wiki software to do even more clever things! Here are some examples:

  • Inserting Icons (see IconsPage)

  • Inserting a table of contents (use [[TableOfContents]])

  • If you have a longer Table of Contents, you can use this piece of code to make it into a seperate table on the right-hand side of the page (see UserDocumentation to see this in action):

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]||
  • to add

WikiGuide (last edited 2008-08-06 16:40:22 by localhost)