Changes

Jump to navigation Jump to search
51 bytes removed ,  13:42, 3 July 2015
Line 54: Line 54:  
If you want to add code, the syntax might interfere with the Mediawiki syntax. To prevent this from happening, place your code in one of the following preferred ways:
 
If you want to add code, the syntax might interfere with the Mediawiki syntax. To prevent this from happening, place your code in one of the following preferred ways:
   −
<tt>Fixed format text for short, single-line code.</tt>
+
<code>Fixed format text for short, single-line code.</code>
    
<syntaxhighlight lang="text" line style="height:15em; overflow:auto;">
 
<syntaxhighlight lang="text" line style="height:15em; overflow:auto;">
Line 82: Line 82:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
You could also use the <nowiki><code> and nowiki </nowiki> tags, but they are displayed in different ways depending on the content, so use with care.
+
You could also use the <nowiki><tt> and nowiki </nowiki> tags if better suited for your needs.
    
==Downloads==
 
==Downloads==

Navigation menu