Category:Pages with syntax highlighting errors

From RationalWiki
Jump to navigation Jump to search
Information icon.svg This category is not shown on its member pages by default.

This page lists every page that has syntaxhighlighting errors. Usually it is caused by a missing lang attribute or invalid lang attribute.

This will cause an error:

<syntaxhighlight>Some code here.</syntaxhighlight>

But this won't:

<syntaxhighlight lang="html">Some code here.</syntaxhighlight>

Invalid lang attributes will also cause errors. As an example: lang="wikitext" is invalid but lang="python" is valid. Here is a list of all valid lang attributes.

If you have trouble fixing a syntax highlighting errors, ask RationalWiki:Technical support for help as the team who create the Mediawiki extension called SyntaxHighlight do not help with syntax highlighting errors.