Template:1x: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Changed protection settings for "Template:1x" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
(No difference)
|
Latest revision as of 18:12, 13 June 2023
{{{1}}}
Usage
Echo the first argument to the template through the rendering engine.
- See how
{{{1}}}
behaves in a template. - As a metatemplate, for example,
{{1x|<}}includeonly{{1x|>}}
generates an<includeonly>
tag that will be evaluated when the resulting template is substituted, unlike such a tag made with XML/HTML entities (< and >).
See also
- {{3x}}