Search
Search the Knowledge Base
| Description | What it looks like | Wiki Syntax |
| Enables the OS and version selector found at the top of each article. For more information, see Using SHOWFOR. | {SHOWFOR(spans=on)/}
| |
| Hidden comments | ~tc~ text ~/tc~ | |
| Generates the table of contents, based on the headings in the article. | {maketoc}
| |
| Indicates a level 1 heading. | !text | |
| Indicates a level 2 heading. | !!text | |
| Indicates a level 3 heading. | !!!text | |
| Note | text | ^text^ |
| Bold | text | __text__ |
| Italics | text | ''text'' |
| Underline | text | ===text=== |
| Link to other articles (replace "Contributor Home Page" with the name of the article you want to link to) | Contributor Home Page | ((Contributor Home Page)) |
| Link specific text to other articles | linked text | ((Contributor Home Page|linked text)) |
| Link specific text to anchor in other articles | linked text | ((Contributor Home Page|#Improve the Knowledge Base|linked text)) |
| External link | linked text | [http://www.mozilla.com/|linked text] |
| Numbered list | 1. list item1 2. list item2 3. list item3 | # list item 1 # list item 2 # list item 3 |
| Unordered list | • list item1 • list item2 • list item3 | * list item 1 * list item 2 * list item 3 |
| Sub-lists (You can even have numbered lists within unordered lists, and vice versa.) | • list item1 1. list item1 2. list item2 | *list item1 ## list item1 ## list item2 |
| Preference names / values | text | {PREF()}text{PREF}
|
| Code | text | {CODE()}text{CODE}
|
| File names / paths | text | {FILE()}text{FILE}
|
| Keyboard shortcuts | text | {TAG(tag=kbd)}text{TAG}
|
| Menu paths | text | {MENU()}text{MENU}
|
| Buttons | {DIV(class=button,type=span)}text{DIV}
| |
| Tables | ||r1c1|r1c2 r2c1|r2c2 r3c1|r3c2|| | |
| Line breaks within tables, lists,etc. | %%% |