Difference between revisions of "Ch4 editing"
From Ribbon Commander Documentation
Line 21: | Line 21: | ||
::::::Very far indented indeed! | ::::::Very far indented indeed! | ||
+ | |||
+ | ==== Pre-formatted ==== | ||
+ | function dog_catcher($name, $truck) { | ||
+ | ... | ||
+ | } | ||
+ | |||
+ | '''With tag pre''' | ||
+ | <pre> | ||
+ | function dog_catcher($name, $truck) { | ||
+ | ... | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | ==== 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'' | ||
Revision as of 23:12, 5 December 2012
Contents
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.