Help:Syntax
Jump to navigation
Jump to search
Description | You type | You get |
---|---|---|
Paragraphs |
A single newline has no effect on the layout. But an empty line starts a new paragraph, or ends a list or indented part. |
A single newline has no effect on the layout. But an empty line starts a new paragraph, or ends a list or indented part. |
Line breaks |
You can break lines<br /> without starting a new paragraph. |
You can break lines |
Italic text | ''italic''
|
italic |
Bold text | '''bold'''
|
bold |
Bold and italic text | '''''bold and italic'''''
|
bold and italic |
Link to another page | [[Name of page]] [[Name of page|Text to display]]
|
Name of page Text to display |
Link to an external site | [http://www.google.com/] [http://www.google.com/ Text to display]
|
[1] Text to display |
Add an image
Parameters can be omitted.
|
[[File:Example.png|100px|alt=Alt text|Title text]]
|
|
Add a thumbnail
Parameters can be omitted.
The thumbnail will float right if the
left parameter is omitted. |
[[File:Example.png|thumb|left|alt=Alt text|Caption]]
|
|
Gallery
perrow should be 4 |
<gallery perrow="4"> Image:Example.png|Caption Image:Example.png|Caption </gallery> |
|
Add a page to a category | [[Category:Category name]]
|
Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved. |
Signature
Sign your contributions when posting to a talk page.
Do not sign when contributing to an article.
|
~~~~
|
Username (talk) 18:45, 24 November 2024 (UTC) |
Redirect to another page
Redirects must be placed at the start of the first line.
|
#REDIRECT [[Target page]]
|
↳ Target page |
Section headings
= Level 1 = should not be used. |
|
Level 2Level 3Level 4Level 5Level 6 |
Bulleted list |
|
|
Numbered list |
|
|
Indented text
This is generally used when replying on a talk page, as it keeps conversations easy to browse.
|
|
no indent (normal)
|
Ignore wiki markup | <nowiki>[[Link]] ''italic text''</nowiki>
|
[[Link]] ''italic text'' |