```
### pre (Preformatted)
```wikitext
Preformatted text
Whitespace preserved
'''Markup not processed'''
```
### syntaxhighlight (Code)
```wikitext
def hello():
print("Hello")
# Line numbers starting at 10
```
Supported languages: python, javascript, php, java, c, cpp, csharp, ruby, perl, sql, xml, html, css, json, yaml, bash, etc.
### math (LaTeX)
```wikitext
Inline:
Block:
Chemistry: H2O
```
### Transclusion Control
```wikitext
Only when transcluded
Only on template page itself
Only this part is transcluded
```
## HTML Entities
| Entity | Character | Description |
|--------|-----------|-------------|
| `&` | & | Ampersand |
| `<` | < | Less than |
| `>` | > | Greater than |
| ` ` | (space) | Non-breaking space |
| `—` | — | Em dash |
| `–` | – | En dash |
| `→` | → | Right arrow |
| `←` | ← | Left arrow |
| `©` | © | Copyright |
| `€` | € | Euro |
| `:` | : | Colon (in definition lists) |
## Miscellaneous
### Horizontal Rule
```wikitext
----
```
### Comments
```wikitext
```
### Line Breaks
```wikitext
Line 1
Line 2
```
### Redirect
```wikitext
#REDIRECT [[Target Page]]
#REDIRECT [[Target Page#Section]]
```
Must be first line of page.
### Signatures (Talk pages)
```wikitext
~~~ Username only
~~~~ Username and timestamp
~~~~~ Timestamp only
```
### Categories
```wikitext
[[Category:Category Name]]
[[Category:Category Name|Sort Key]]
{{DEFAULTSORT:Sort Key}}
```
Place at end of article.