Category:Pages using deprecated source tags

From GRASS-Wiki
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.