Category:Pages with syntax highlighting errors: Difference between revisions
mNo edit summary |
Tomodachi94 (talk | contribs) m add <code>lang=console</code> |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__HIDDENCAT__ | __HIDDENCAT__ | ||
SyntaxHighlight adds pages to this tracking category if they have a '''missing''' or '''unsupported''' <code>lang="…"</code> attribute in a | SyntaxHighlight adds pages to this tracking category if they have a '''missing''' or '''unsupported''' <code>lang="…"</code> attribute in a <code><source</code> or <code><syntaxhighlight></code> tag. | ||
Common problems and solutions: | Common problems and solutions: | ||
| Line 8: | Line 8: | ||
# the unsupported attribute <code>lang="sh"</code> | # the unsupported attribute <code>lang="sh"</code> | ||
## Add <code>lang="bash"</code> | ## Add <code>lang="bash"</code> | ||
## Add <code>lang="shell-session"</code> | ## Add <code>lang="shell-session"</code> or <code>lang="console"</code> | ||
# the unsupported attribute <code>lang="mediawiki"</code> | # the unsupported attribute <code>lang="mediawiki"</code> | ||
## Add <code>lang="wikitext"</code> | ## Add <code>lang="wikitext"</code> | ||
[[Category:Maintenance]] | |||