Markup chart
Revision Information
- Revision id: 16532
- Created:
- Creator: scoobidiver
- Comment: more complete tables, added image and video, fixed pref, fixed typo
- Reviewed: Yes
- Reviewed:
- Reviewed by: Verdi
- Is approved? Yes
- Is current revision? No
- Ready for localization: No
Revision Source
Revision Content
This is the wiki markup available on SUMO.
The Markup
Description | What it looks like | Wiki Syntax | ||||||
---|---|---|---|---|---|---|---|---|
Hidden comments | <!-- comment -->
| |||||||
Table of Contents | Table of Contents (list of article headings) | __TOC__
| ||||||
Indicates a level 1 heading |
Level 1 | = Level 1 =
| ||||||
Indicates a level 2 heading |
Level 2 | == Level 2 ==
| ||||||
Indicates a level 3 heading |
Level 3 | === Level 3 ===
| ||||||
Indicates a level 4 heading |
Level 4 | ==== Level 4 ====
| ||||||
Indicates a level 5 heading |
Level 5 | ===== Level 5 =====
| ||||||
Indicates a level 6 heading |
Level 6 | ====== Level 6 ======
| ||||||
Note | text
| {note}text{/note}
| ||||||
Warning | text
| {warning}text{/warning}
| ||||||
Bold | text | '''text'''
| ||||||
Italics | text | ''text''
| ||||||
Bold and italic | Bold and italic text | '''''Bold''' and italic'' text
| ||||||
Escape wiki parsing | [[Not a link]] | <nowiki>[[Not a link]]</nowiki>
| ||||||
Link to other articles | Page Title | [[Page Title]]
| ||||||
Link specific text to other articles | click here | [[Page Title|click here]]
| ||||||
Link specific text to anchor in other articles | click here | [[Page Title#w_anchor|click here]]
| ||||||
External link | http://www.mozilla.com/ | [http://www.mozilla.com/]
| ||||||
External link with text | Mozilla | [http://www.mozilla.com/ Mozilla]
| ||||||
Numbered list |
| # Item 1
| ||||||
Unordered list |
| * Item A
| ||||||
Unordered sub-list within a numbered list |
| #Item 1
| ||||||
Definition list |
| ; Term
| ||||||
Mixed sub-lists (You can mix and match multiple list types) |
| * Item A
| ||||||
Preference name / value | text | {pref text}
| ||||||
Code | code
| <code>code</code>
| ||||||
File name / path | file | {filepath file}
| ||||||
Keyboard shortcut | Ctrl + T | {key Ctrl+T}
| ||||||
Menu path | {menu Firefox}
| |||||||
Button | {button Button}
| |||||||
Table |
| {| |+ Table caption !col 1!!col 2 |- |A||B |- |C||D |} | ||||||
Image | The image "Image Title" does not exist. | [[Image:Image Title ]]
| ||||||
Video | The video "Video Title" does not exist. | [[Video:Video Title ]]
| ||||||
Line break within tables, lists, etc. | line break | line<br>break
| ||||||
Preformatted text |
This is preformatted | This is | ||||||
Horizontal rule | text above
text below | text above ---- text below | ||||||
Strikeout | <s>Strikeout</s> or <del>Strikeout</del>
|
{for}
{for}
doesn't get any special styling. It's useful for specifying that content only applies to certain operating systems or Firefox versions. See How to use "For" tags for details.
Templates
Templates are a way of reusing small pieces of content. Instead of writing a message twice, you can create and update it in one place, and then refer to it in other pages. The other pages will stay up-to-date with changes to the Template automatically! See Using Templates for details.