Help:Editing: Difference between revisions
Content deleted Content added
| (9 intermediate revisions by 3 users not shown) | |||
Line 3:
=== TUFLOW commands ===
For control file commands use a green true type font for example:
<pre><font color="blue"><tt>Read Materials File </tt></font> <font color="red"><tt>==</tt></font><tt> ..\model\materials.csv</tt></pre>
displays as:
<font color="blue"><tt>Read Materials File </tt></font> <font color="red"><tt>==</tt></font><tt> ..\model\materials.csv</tt><br>
Inclusion of vertical bar: Testing▼
Or with comment at the end:
<nowiki>|</nowiki> ▼
<pre><font color="blue"><tt>Start Time </tt></font> <font color="red"><tt>==</tt></font><tt> 0</tt><font color="grey"><tt> ! Start Simulation a 0 hours</tt></font><br></pre>
Displays as:
<font color="blue"><tt>Start Time </tt></font> <font color="red"><tt>==</tt></font><tt> 0</tt><font color="grey"><tt> ! Start Simulation a 0 hours</tt></font><br>
Which displays as: <nowiki>|</nowiki><br>
=== Text Size ===
<font size = 18>Bigger Text</font>
=== Dot Points ===
Line 28 ⟶ 33:
=== External Links ===
Syntax square bracket - link location - space - display text end square bracket, see below:
Line 149 ⟶ 154:
----
Text below
|-
|Ordered list
|
<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 169 ⟶ 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> First Instruction </li>
<li> Second Instruction </li>
<li> Third Instruction </li>
<li> Fourth Instruction </li>
</ol>
|-
| Numbered list
Line 195 ⟶ 230:
### But jumping levels creates empty space.
# Blank lines
# end the list and start another.
Any other start also
Line 284 ⟶ 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
<pre>
TUFLOW<br> Model<br>
</pre>
Displays as:<br>
Tuflow<br> Model <br>
== HTML tags ==
Line 366 ⟶ 406:
<pre> Text is '''preformatted''' and
''markups'' '''''cannot''''' be done</pre>
▲</pre>
|-
| '''Customized''' preformatted text
| |||