Difference between revisions of "Ch4 editing"

From Ribbon Commander Documentation
Jump to: navigation, search
(Bold, italics etc.)
Line 43: Line 43:
 
''these italics will end here
 
''these italics will end here
 
and not continue on this second line''
 
and not continue on this second line''
 +
 +
This is <u>underlined</u> text.
 +
 +
<code>This is monospaced</code>
 +
 +
==== Size, colour etc.====
 +
 +
Here's some <big>large text</big> and some <small>little words</small>
 +
 +
<font color="red">Here is red text</font>
 +
 +
<font size="+3">Here is big text</font>
 +
 +
<span style="color:green">Here is green text</span>
 +
 +
==== Paragraph formatting ====
 +
<div style="color:purple">
 +
Here is a long paragraph in purple, blah blah blah...
 +
</div>
  
 
== For more information ==
 
== For more information ==
  
 
See "MediaWiki" from O'Reilly Media for more details.
 
See "MediaWiki" from O'Reilly Media for more details.

Revision as of 00:18, 6 December 2012


All about wikis

The MediaWiki edit page has many interesting features.

Read on to learn them.

A button bar

The button bar contains buttons that are helpful for typesetting your text. Try clicking a few of them.

The edit box

The edit box is where you type your wikitext.

Test Area

This paragraph will be indented. The colon is placed only in the first line.
Very far indented indeed!

Pre-formatted

function dog_catcher($name, $truck) {
...
}

With tag pre

function dog_catcher($name, $truck) {
...
}

Bold, italics etc.

this is italics

this is bold

this is bold italics

these italics will end here and not continue on this second line

This is underlined text.

This is monospaced

Size, colour etc.

Here's some large text and some little words

Here is red text

Here is big text

Here is green text

Paragraph formatting

Here is a long paragraph in purple, blah blah blah...

For more information

See "MediaWiki" from O'Reilly Media for more details.