Category:Pages using deprecated source tags: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(Explain what the category means and how to fix it)
 
(No difference)

Latest revision as of 21:58, 21 December 2023

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.