Category:Pages using deprecated source tags

From GRASS-Wiki
Revision as of 21:58, 21 December 2023 by ⚠️Wenzeslaus (talk | contribs) (Explain what the category means and how to fix it)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This category is populated automatically. It contains pages where MediaWiki has detected deprecated source tag. These should be replaced by syntaxhighlight.

So, replace:

<source lang="python">
print("Hello world!")
</source>

with:

<syntaxhighlight lang="python">
print("Hello world!")
</syntaxhighlight>

which renders just as great:

print("Hello world!")

Pages in category "Pages using deprecated source tags"

The following 112 pages are in this category, out of 112 total.