Pages with syntax highlighting errors

From Eating Asturias, the Encyclopedia of Asturian Gastronomy
(Created page with "This is the Pages with syntax highlighting errors category. Category:Tracking Categories")
 
m (added common problems and solutions)
 
Line 1: Line 1:
This is the Pages with syntax highlighting errors category.
[[mediawikiwiki:Special:MyLanguage/Extension:SyntaxHighlight|Extension:SyntaxHighlight]] adds pages to this tracking category if they have a '''missing''' or '''unsupported''' <code>lang="…"</code> attribute in a <code>‎<nowiki><source></nowiki></code> or <code>‎<nowiki><syntaxhighlight></nowiki></code> tag.
 
=== Common problems and solutions: ===
 
# a missing attribute
## Look for a specific Supported language
## Add <code>lang="text"</code>
# the unsupported attribute <code>lang="sh"</code>
## Add <code>lang="bash"</code>
## Add <code>lang="shell-session"</code>
# the unsupported attribute <code>lang="mediawiki"</code>
## Add <code>lang="wikitext"</code>
 
=== See Also ===
 
* https://www.mediawiki.org/wiki/Category:Pages_with_syntax_highlighting_errors


[[Category:Tracking Categories]]
[[Category:Tracking Categories]]

Latest revision as of 08:41, 17 July 2024

Extension:SyntaxHighlight adds pages to this tracking category if they have a missing or unsupported lang="…" attribute in a ‎<source> or ‎<syntaxhighlight> tag.

Common problems and solutions:

  1. a missing attribute
    1. Look for a specific Supported language
    2. Add lang="text"
  2. the unsupported attribute lang="sh"
    1. Add lang="bash"
    2. Add lang="shell-session"
  3. the unsupported attribute lang="mediawiki"
    1. Add lang="wikitext"

See Also