Requested by @ShakespeareFan00 on Discord
When T29828: Add "wikitext" as language in Pygments and the upstream patch https://github.com/pygments/pygments/pull/2373 are deployed to MediaWiki, we need to update some documentation, and potentially update some wiki pages (if worth it and there's consensus and it's not too difficult).
- https://www.mediawiki.org/wiki/Extension:SyntaxHighlight will need updating when the wikitext support becomes available in a <syntaxhighlight>...<\syntaxhighlight> tag.
- Notify users with Tech/News.
- Notify users with wikitech-ambassadors and/or wikitech-l mailing list
- Potentially search where users were using a different "similar" language to approximate lang="wikitext" on wiki, then replace it with lang="wikitext".
- lang="moin"
- lang="html5"
- lang="handlebars"
- lang="xml+smarty"
- lang="tid"
- Potentially search where users were using no lang or lang="text", identify if wikitext, and replace.
- Document {{#tag:syntaxhighlight}} as a workaround for nested <syntaxhighlight>s (T334776)
Note that the double quotes in lang="" are optional, and single quotes are also allowed, so when searching, make sure to search both with and without those.