Template:1x: Difference between revisions
Jump to navigation
Jump to search
m Changed protection level of Template:1x: Enable access by template editors ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)) |
Richardpruen (talk | contribs) m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 14:14, 14 December 2020
{{{1}}}
| This template is used on 71,000+ pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
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 >).