Template:HL
From Free Pascal wiki
Jump to navigationJump to search{{{1}}}
This template is used to put a highlight indicating Pascal code around a term.
Normally, the following wiki code
<syntaxhighlight lang="pascal" inline> {{{1}}}</syntaxhighlight>
or
<syntaxhighlight lang="pascal" enclose="none">{{{1}}}</syntaxhighlight>
is used, but you can't insert a template parameter in this context.