Help:Syntax Highlight
| Driver's Manual | ||||||||||||
| Page | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| New • Search • Info • Move • Delete | ||||||||||||
| Editing | ||||||||||||
| ||||||||||||
| Account | ||||||||||||
| Account • Preferences | ||||||||||||
| Directory... | ||||||||||||
Syntax highlights are of preference for many users because of the visual clarity they help give the WikiEditor. Normally, the input section is uniform in color, black text on a white background – Standard wall-of-text monotony even aside, the "start and end tag" structure of most wikitext components can quickly become difficult to keep sense of. Accentuators help break up the individual elements, making them easier to track and identify.
By default, the DotsSyntaxHighlighter is enabled as an active Gadget. This script gives all the major syntax types color-coded background fills while using the source editor. You can toggle it off or back on in your user preferences.
Config
| Setting | Value |
|---|---|
timeout:
|
60 (default 20)
|
Color key
| Element | Markup Key |
|---|---|
| Font style (Bold or italic) |
'''''Stylized text''''' |
| List/Indent | ---- |
| Horizontal Line | * Item A |
| Tables | {| class="wikitable" |
| Internal link | [[Help:Link#Internal links|Wikilink]] |
| External link | [https://www.pixar.com Where the ''real'' magic happens...] |
| Headings | ==First Section== |
| Comments | <!-- Beware of... --> |
| Plain text | Vanilla ice |
| Special Characters | |
| Signature | ~~~~ |
| Templates | {{tem}} |
| Tags | <span style="color: #000;">Inner Text</span> |
| Parameters | {{{1|}}} |

