Template:1x/doc

From Valve Developer Community
< Template:1x
Revision as of 13:28, 25 February 2020 by Deprecated (talk | contribs) (Wikipedia import, documentation subpage of Template:1x)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Edit-copy.png
This is a documentation subpage for Template:1x.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

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 (&lt; and &gt;).