Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Division by zero in /data02/davej/public_html/wiki/pmwiki.php on line 1058

Warning: Cannot modify header information - headers already sent by (output started at /data02/davej/public_html/wiki/pmwiki.php:1058) in /data02/davej/public_html/wiki/pmwiki.php on line 858
RECAP Wiki - Basic Editing
Search:


Collaboration


Activities


Wiki information

Basic Editing

The pages on this site are WikiWikiWeb pages, which means that pages can be created and edited by multiple authors. To edit a page, click the Edit link that exists somewhere on the page, usually in the header or footer. Some pages will be password-protected on a group and individual basis, depending on the Wiki policies for extending invitations to edit pages.


Editing pages

Watch our FLASH video files to gain a quick overview of the basic editing techniques to use as an authorised author within our Wiki.

When editing a page as an author, you will see the markup text that describes the content of the page. At the top of the edit window there a number of "buttons" you can use to format the text. These work best when you first highlight an area of text. Use the Wiki Sandbox the try out formating and markup of text.

Please note - the Sandbox facility is only available to authorised users from the Keighley Extended Schools Cluster.

You may also use "access keys" which makes it easy to select actions using a sequence of key strokes. Below is a list of the access keys that can be used with this Wiki. Each of access key letters must be used with the key combination for your operating system and browser. For a Mac use Ctrl+, for a PC use Alt+ (unless you are using a browser that requires something else!!!).

KeyFunction
eedit
hhistory
crecent changes
ssave page
usave and keep editing
ppreview page
iemphasized text (italic)
bstrong text (bold)


Saving changes

To save the edits, enter a brief summary and make sue that you include your author name otherwise the changes to the page will not be saved. The best nomenclature to use is something like Dave J for example.


The basic rules

For information, the basic rules for page markup are fairly simple:

  1. Put a blank line between paragraphs
  2. To make a list, start each line with # for numbered (ordered) lists or * for bulleted (unordered) lists.
  3. To make a heading, start a line with two or more ! marks; !! is a subheading, and !!! is a sub-subheading.
  4. To emphasize text, enclose it in 2 or 3 single quotes; ''text'' for italics or '''text''' for bold.
  5. To make a link to another page, enclose the page's name in double brackets; for example [[basic editing]] links to this page. Links to nonexistent pages? are displayed specially, to invite others to create the page.
  6. To make a link to another site, type its address, such as http://www.example.com/ .


Examples

The table below demonstrates many of the common markups used to format pages. The left column shows the effect of the markup, the right column shows what to write to achieve the effect. More details are available from the text formatting rules? and other documentation pages. An exhaustive list of default markup is available as the markup master index?

General Usage

What it looks like

What to type

A single newline usually doesn't affect the layout.

A single newline
usually doesn't affect the layout.  

An author must

place an empty line in the markup to start a new paragraph. For a break
in the paragraph, use two backslashes.

An author must

place an empty line in the markup to
start a new paragraph. For a break\\
in the paragraph, use two backslashes.
  • Lists are created by using asterisks
    • More asterisks result in deeper lists
      • The list is terminated

by the first line that is not a list

  1. Numbered lists
  2. are also possible
    • and lists can nest
* Lists are created by using asterisks
** More asterisks result in deeper lists
*** The list is terminated
by the first line that is not a list

# Numbered lists
# are also possible
** and lists can nest
  • A backslash at the end of a line joins the next line to the previous one.
  • Two backslashes create
    a line break.
  • Three backslashes generate

    two line breaks.
* A backslash at the \
end of a line joins the \
next line to the previous one.
* Two backslashes create \\
a line break.
* Three backslashes generate\\\
two line breaks.
An arrow (->) indents a paragraph
Longer arrows indent more

A reverse arrow creates a hanging indent, the first line is outdented and remaining lines are indented.
->An arrow (->) indents a paragraph
-->Longer arrows indent more

--<A reverse arrow creates a \
hanging indent, the first line \
is outdented and remaining lines \
are indented.
Definition list
list of definitions
item
the item's definition
another item
another item's definition
: Definition list : list of definitions
: item : the item's definition
: another item : another item's definition 
 Lines that begin with
 a space are formatted exactly
 as typed, in a fixed-width font.

Note that very long lines of preformatted text can cause the whole page to be wide.

 Lines that begin with
 a space are formatted exactly
 as typed, in a fixed-width font.

This text is centered.

This text is right justified.

%center% This text is centered.

%right% This text is right justified.

Four or more dashes at the beginning of a line


produce a horizontal line.

Four or more dashes
at the beginning of a line
----
produce a horizontal line.

Links?

What it looks like

What to type

  • Text in double brackets become links to other pages.
  • Words are automatically capitalized in page titles.
 [[link to a new page]]
  • Text after a pipe (|) is used as the link text
 [[ NewPage | link to new page}}
  • Endings become part of the link text.
  • Parentheses hide parts of the link name.

Links to external sources can be entered

  1. bare url: http://www.google.com
  2. link text: Google
  3. as reference: [1]
Links to external sources can be entered
# bare url:  http://www.google.com
# link text: [[http://www.google.com | Google]]
# as reference: [[http://www.google.com |#]]

Links can open in another window, as in http://www.pmwiki.org.

Links can open in another window,
as in %newwin% http://www.pmwiki.org.

Character formatting

Emphasize, strongly, very strongly.

  • These are all apostrophes (single-quote marks), not double-quotes.
''Emphasize'', '''strongly''', 
'''''very strongly'''''. 

Monospaced text

This is a
  preformatted
    text block
@@Monospaced text@@ 
 
[@This is a
  preformatted
    text block@]
  • Text with superscripts
  • Text with subscripts
  • deleted strikethrough text
  • inserted underline text
  • big, bigger, small, smaller text
* Text with '^superscripts^'
* Text with '_subscripts_'
* deleted {-strikethrough-} text
* inserted {+underline+} text
* [+big+], [++bigger++], [-small-], [--smaller--] text

WikiStyles? allow text to be different colors.

  • Use lowercase letters for RGB colors (#ff7f00, not #FF7F00).
[[WikiStyles]] allow %red% text
%blue% to %green% be 
%color=#ff7f00% different %%colors.

Headings and blocks

Major subheading

Minor subheading

!! Major subheading

!!! Minor subheading
Page titles

Not shown

  • The (:title:) directive sets the page's title to something other than its name.
(:title Basic Editing:)
Block styles

All of the text in this block is purple.

  • Purple cow
  • Purple people eater
  • Now this list is red
  • And this is normal
>>purple<<
All of the text in this block
is purple.
* Purple cow
* Purple people eater
>>red<<
* Now this list is red
>><<
* And this is normal
Edit - History - Print - Last modified on 06 October, 2006 at 12:28 PM

Content © 2006-2009 RECAP Limited. All rights reserved. Contact us | Terms | Privacy