Template:Tnull
From the Simple English Wikipedia, the free encyclopedia that anyone can change
Tnull is used to nullify templates in the monospaced font. It is similar to Template:Tl2 in the way that it has support for many parameters.
[change] Example
Typing {{tnull|foo|bar|baz|boo}}
in the edit-form would yield {{foo|bar|baz|boo}} in the "read-mode".
[change] Note
If there is an "=" in any parameter, you must use parameter_number=text. So to nullify something like Template:Tl2, use the syntax {{tnull|click|2=image=IMAGE NAME|3=width=WIDTH|4=height=HEIGHT|5=link=PAGE TO WHICH TO LINK}}
, which would yield {{click|image=IMAGE NAME|width=WIDTH|height=HEIGHT|link=PAGE TO LINK TO}}
[change] See also
- {{tlc}} – No link, several parameters and text in
<code></code>
style. - {{tld}} – No link, several parameters and teletype text style.
- {{tlf}} – No link, several parameters and normal text style.
- {{tl}} – Template link, no parameters and normal text style.
- {{tlx}} – Template link, several parameters and interwiki links, teletype text style.
- {{tn}} – Same as Template:Tlf, but shows the braces as part of the link.