{{{1}}}
This template is used on 37,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.
Preview message: Transclusion count updated automatically (see documentation). |
Echo the first argument to the template through the rendering engine.
This is occasionally useful as a metatemplate. For example:
{{1x|~~}}{{1x|~~}}
→ ~~~~a{{{1| x }}}b
→ a x ba{{1x|1= {{{1| x }}} }}b
→ axb{{ {{#if: {{{x}}} | 2x | 1x }} | hello }}
→ hello hello{{ {{#if: {{{x}}} | void | 1x }} | hello }}
→