| Line 98: |
Line 98: |
| | | | |
| | == HTML tags == | | == HTML tags == |
| − | {{main|Help:HTML in wikitext}}
| |
| | You can use some HTML tags, too. However, you should avoid HTML in favor of Wiki markup whenever possible. | | You can use some HTML tags, too. However, you should avoid HTML in favor of Wiki markup whenever possible. |
| | | | |
| Line 176: |
Line 175: |
| | | | |
| | == Organizing your writing == | | == Organizing your writing == |
| − | :''See also: [[wikipediawikipedia:Picture tutorial|w:Picture tutorial]]''
| |
| | {| border="1" cellspacing="2" | | {| border="1" cellspacing="2" |
| | !width="1000"|What it looks like | | !width="1000"|What it looks like |
| Line 208: |
Line 206: |
| | | | |
| | ==== A smaller subsection ==== | | ==== A smaller subsection ==== |
| − |
| |
| | Don't skip levels, | | Don't skip levels, |
| | like from two to four equals signs. | | like from two to four equals signs. |
| Line 355: |
Line 352: |
| | | | |
| | == Links == | | == Links == |
| − | {{main|Help:Link}}
| |
| | You will often want to make clickable ''links'' to other pages. | | You will often want to make clickable ''links'' to other pages. |
| | | | |
| Line 613: |
Line 609: |
| | | | |
| | ===Source code=== | | ===Source code=== |
| − | {{main|mw:Extension:SyntaxHighlight GeSHi}}
| + | If the syntax highlighting extension is installed, you can display programming language source code in a manner very similar to the HTML <code><nowiki><pre></nowiki></code> tag, except with the type of syntax highlighting commonly found in advanced text editing software. |
| − | If the syntax highlighting extension is installed, you can display programming language [[w:source code|source code]] in a manner very similar to the HTML <code><nowiki><pre></nowiki></code> tag, except with the type of [[w:syntax highlighting|syntax highlighting]] commonly found in advanced text editing software. | |
| | | | |
| | Here's an example of how to display some [[w:C Sharp (programming language)|C#]] source code: | | Here's an example of how to display some [[w:C Sharp (programming language)|C#]] source code: |