Help:Editing: Difference between revisions
Content deleted Content added
Andrew.Sims (talk | contribs) No edit summary |
|||
| (4 intermediate revisions by 2 users not shown) | |||
Line 18:
<nowiki><nowiki>|</nowiki></nowiki>
Which displays as: <nowiki>|</nowiki><br>
<font size = 18>Bigger Text</font>
=== Dot Points ===
Line 24 ⟶ 27:
Displays as:
* Dot Point
===Ordered List===▼
<li> First </li>▼
<li> Second </li>▼
</pre>▼
Displays as▼
<li>First </li>▼
<li>Second </li>▼
▲=== Numbering ===
<li> First Instruction </li>▼
<li> Second Instruction </li>▼
</ol> </pre>▼
<ol>▼
<li> First Instruction </li> ▼
<li> Second Instruction </li>▼
</ol> ▼
=== Internal Links ===
Line 51 ⟶ 33:
=== External Links ===
Syntax square bracket - link location - space - display text end square bracket, see below:
Line 172 ⟶ 154:
----
Text below
|-
|
<pre>
▲<li> First </li>
▲<li> Second </li>
<li> Third </li>
<li> Fourth </li>
▲</pre>
|
▲<li>First </li>
▲<li>Second </li>
<li>Third </li>
<li>Fourth </li>
|-
| Bullet list
Line 192 ⟶ 188:
*** But jumping levels creates empty space.
Any other start ends the list.
|-
| Numbering
|
<pre><ol>
▲<li> First Instruction </li>
▲<li> Second Instruction </li>
<li> Third Instruction </li>
<li> Fourth Instruction </li>
▲</ol> </pre>
|
▲<ol>
▲<li> Second Instruction </li>
<li> Third Instruction </li>
<li> Fourth Instruction </li>
|-
| Numbered list
Line 218 ⟶ 230:
### But jumping levels creates empty space.
# Blank lines
# end the list and start another.
Any other start also
Line 307 ⟶ 318:
== Paragraphs ==
MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tags <code><br /></code>.
For a break line use
TUFLOW<br> Model<br>
</pre>
▲Displays as:<br>
Tuflow<br> Model <br>
== HTML tags ==
Line 389 ⟶ 406:
<pre> Text is '''preformatted''' and
''markups'' '''''cannot''''' be done</pre>
▲</pre>
|-
| '''Customized''' preformatted text
| |||