All articles
- How to contribute to article localization
- How does support localization work?
- Translating an article
- How do I update articles after their first translation?
- L10N guidelines for reviewing translated articles
- How to be a SUMO Locale Leader
- Markup cheat sheet (you are here)
If you think something is missing or should be added to this list, let us know in the contributor forum
Description | What it looks like | Wiki Syntax |
---|---|---|
Bold text | bold | '''bold'''
|
Italic text | italic | ''italic''
|
Link to another article | Name of article | [[Name of article]]
|
Link specific text to another article | click here | [[Name of article|click here]]
|
Link to another site | http://www.mozilla.org | [http://www.mozilla.org]
|
Link specific text to another site | Mozilla | [http://www.mozilla.org Mozilla]
|
Numbered list |
| # Item 1
|
Unordered list |
| * Item A
|
Unordered sub-list within a numbered list |
| #Item 1
|
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 ==
|
Image | ![]() | [[Image:Name of image]]
|
Image as part of an ordered list step (indented properly) |
| #Click the disconnect button
|
Video | [[Video:https://youtu.be/4RZ7rd6DPpU]]
| |
Note | Note: Text
| {note}'''Note:''' Text{/note}
|
Warning | Warning: Text
| {warning}'''Warning:''' Text{/warning}
|
Keyboard shortcut | Ctrl + T | {key Ctrl+T}
|
Button | {button Button}
| |
Menu item | {menu Settings}
|