More actions
7 June 2024
Improve code and explain implementation details in a comment.
+343
Need to include the template parameter or code in it won't be parsed at all!
+7
Created page with "<includeonly><div class="mw-empty-elt"></div></includeonly><noinclude> This template allows having pure code somewhere in a page's source without disturbing the output. For example, variable definitions, or uses of the <code><nowiki>{{#seo:}}</nowiki></code> tag. Consider the following: <pre> First paragraph. {{#lvardef: var1 | Value 1 }} Second paragraph. </pre> The variable definition in the middle will be parsed as an empty paragraph so the result will look like..."
+849