Template:Comment

From ZDoom Wiki
Jump to navigation Jump to search

// {{{1}}}

Intended to be used inside old-style code blocks (the ones that start with a space at the beginning of the string). They're mostly used in educational code where incorporating links to other pages is important, since syntaxhighlight blocks don't allow for that.

  • {{comment|This is a code comment}} results in: // This is a code comment