FS
Documentation

Editing Documents

From Documentation

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:54, 11 April 2006
Daniels (Talk | contribs)
(Basic Formatting)
← Previous diff
Revision as of 05:55, 11 April 2006
Daniels (Talk | contribs)
(Wiki Conventions)
Next diff →
Line 19: Line 19:
Not-Indented: Not-Indented:
-<nowiki><b> bold </b></nowiki>, + <nowiki><b> bold </b></nowiki>,
-<nowiki><i> italic </i></nowiki>,+ <nowiki><i> italic </i></nowiki>,
-<nowiki><b><i> bold+italic </i></b></nowiki>+ <nowiki><b><i> bold+italic </i></b></nowiki>
-<nowiki><code> fixed-width font</code></nowiki>+ <nowiki><code> fixed-width font</code></nowiki>

Revision as of 05:55, 11 April 2006

Basic Formatting

Inline text formatting:

<b> bold </b>, 
<i> italic </i>,
<b><i> bold+italic </i></b>
<code> fixed-width font</code>

Please note that if you are used to editing Wikis using the single quote notation, that is still valid in this version of MediaWiki, but is not recommended for readability for those who come after.

Wiki Conventions

There is no need to indent your text. In fact, doing so will sometimes break things you might not expect. Below are two examples:

Indented:

<b> bold </b>, 
<i> italic </i>,
<b><i> bold+italic </i></b>
<code> fixed-width font</code>

Not-Indented:

 <b> bold </b>, 
 <i> italic </i>,
 <b><i> bold+italic </i></b>
 <code> fixed-width font</code>