Help:Editing: Difference between revisions
ArrowHead294 (talk | contribs) |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 48: | Line 48: | ||
Some typographic markup can easy be added by including the phrase in doubled <code><nowiki>''</nowiki></code> or tripled <code><nowiki>'''</nowiki></code> (apostrophe chars): | Some typographic markup can easy be added by including the phrase in doubled <code><nowiki>''</nowiki></code> or tripled <code><nowiki>'''</nowiki></code> (apostrophe chars): | ||
* '''Bold''' using <code> | * '''Bold''' using <code><nowiki>'''bold'''</nowiki></code> | ||
* ''Italic'' using <code> | * ''Italic'' using <code><nowiki>''italic''</nowiki></code> | ||
* '''''Bold italic''''' using <code> | * '''''Bold italic''''' using <code><nowiki>'''''bold italic'''''</nowiki></code> | ||
=== Preformatted text === | === Preformatted text === | ||
| Line 95: | Line 95: | ||
</pre> | </pre> | ||
=== Syntax highlighting === | ==== Syntax highlighting ==== | ||
[[mw:extension:SyntaxHighlight|Syntax highlighting]] is a feature to display source code in different colors and fonts to indicate the structure to readers. Wrap the desired code between <code><<nowiki />syntaxhighlight></code> tags and input the desired programming language using the <code>lang</code> parameter in the opening tag. Unlike in <code><<nowiki />code></code> and <code><<nowiki />pre></code> tags, everything is escaped. | [[mw:extension:SyntaxHighlight|Syntax highlighting]] is a feature to display source code in different colors and fonts to indicate the structure to readers. Wrap the desired code between <code><<nowiki />syntaxhighlight></code> tags and input the desired programming language using the <code>lang</code> parameter in the opening tag. Unlike in <code><<nowiki />code></code> and <code><<nowiki />pre></code> tags, everything is escaped. | ||