Help:Editing: Difference between revisions

Content deleted Content added
No edit summary
 
(15 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="green"><tt>Read TUFLOW Command == </tt></font></pre>
<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="green"><tt>Read TUFLOW Command == </tt></font>
<font color="blue"><tt>Read Materials File </tt></font> <font color="red"><tt>==</tt></font><tt> ..\model\materials.csv</tt><br>
 
Or with comment at the end:
<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>
 
Inclusion of vertical bar use
<nowiki><nowiki>|</nowiki></nowiki>
Which displays as: <nowiki>|</nowiki><br>
 
=== Text Size ===
<font size = 18>Bigger Text</font>
 
=== Dot Points ===
Line 18 ⟶ 33:
 
=== External Links ===
ForumWebsite Links: [http://www.tuflow.com/forum/index.php?showtopic=812 See this ForumWebsite Postlink]<br>
Syntax square bracket - link location - space - display text end square bracket, see below:
 
<pre>[http://www.link_here.com display text]</pre><br>
Becomes [http://www.link_here.com display text]
 
<pre>contact <font color="greenblue"><ttu>Read TUFLOW Command == support@tuflow.com</ttu></font></pre>
contact <font color="greenblue"><ttu>Read TUFLOW Command == support@tuflow.com</ttu></font>
 
=== Images ===
Line 38 ⟶ 56:
For more info on images see [http://www.mediawiki.org/wiki/Help:Images MediaWiki Image Help]
 
=== Tables ===
You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two pairs of single quotes like <code><nowiki>''this''</nowiki></code>.
{| class="wikitable"
! Column 1 Label
! width=40% | Column 2 Label
! width=40% | Column 3 Label
|-
|A1|| B1 || C1
|-
|A2|| B2 || C2
|}
 
Was created using:
</pre>
{| class="wikitable"
! Column 1 Label
! width=40% | Column 2 Label
! width=40% | Column 3 Label
|-
|A1|| B1 || C1
|-
|A2|| B2 || C2
|}
</pre>
For more see [http://www.mediawiki.org/wiki/Help:Tables MediaWiki Tables Help].
 
== Text formatting markup ==
You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two pairs of single quotes like <code><nowiki>''this''</nowiki></code>.
 
See table below for more wiki syntax
 
{| class="wikitable"
Line 110 ⟶ 154:
----
Text below
|-
|Ordered list
|
<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 130 ⟶ 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 156 ⟶ 230:
### But jumping levels creates empty space.
# Blank lines
 
# end the list and start another.
Any other start also
Line 245 ⟶ 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>&lt;br /></code>.
For a break line use
<pre>
TUFLOW<br> Model<br>
</pre>
Displays as:<br>
Tuflow<br> Model <br>
 
== HTML tags ==
Line 327 ⟶ 406:
<pre> Text is '''preformatted''' and
''markups'' '''''cannot''''' be done</pre>
</pre>
|-
| '''Customized''' preformatted text