Difference between revisions of "Ch4 editing"

From Ribbon Commander Documentation
Jump to: navigation, search
(Bold, italics etc.)
(Bold, italics etc.)
Line 35: Line 35:
  
 
==== Bold, italics etc. ====
 
==== Bold, italics etc. ====
''this is italics''  
+
''this is italics''
 +
 
 
'''this is bold'''  
 
'''this is bold'''  
 +
 
'''''this is bold italics'''''  
 
'''''this is bold italics'''''  
 +
 
''these italics will end here
 
''these italics will end here
 
and not continue on this second line''
 
and not continue on this second line''

Revision as of 00:13, 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

For more information

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