12,297
edits
Line 247: | Line 247: | ||
=== HTML & Sourcecode === | === HTML & Sourcecode === | ||
Some [[ | Some [[HTML]] tags are allowed in MediaWiki, for example <tt><div></tt>, <tt><span></tt> and <tt><font> </tt>. | ||
If you want to use <tt> | If you want to use <tt><code></tt>, you should definitely use <tt><syntaxhighlight></tt> instead! It supports Syntax Coloring. You can also specify a language, eg. <tt><source lang="c" line start="55" highlight="4"></tt> : | ||
<source lang="c" line start="55" highlight="4"> | <source lang="c" line start="55" highlight="4"> |