Template:1x
(Redirected from Template:Show1)
{{{1}}}
![]() | This template is used on 39,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.
This is occasionally useful as a metatemplate. For example:
- To break up certain constructs that otherwise have special meaning in wikitext.
- <syntaxhighlight lang="wikitext" inline>~~~~</syntaxhighlight> → ~~~~
- To strip white space from a template parameter.
- <syntaxhighlight lang="wikitext" inline>a x b</syntaxhighlight> → a x b
- <syntaxhighlight lang="wikitext" inline>axb</syntaxhighlight> → axb
- To conditionally hide or show some content by choosing which template takes a parameter.
- <syntaxhighlight lang="wikitext" inline> hello hello </syntaxhighlight> → hello hello
- <syntaxhighlight lang="wikitext" inline></syntaxhighlight> →