Template:Tnull/doc
This is a documentation subpage for Template:Tnull. It contains usage information, categories and other content that is not part of the original template page. |
Tnull is used to nullify templates in the monospaced font. It is similar to {{tlx}} in the way that it has support for many parameters.
Example
Typing {{tnull|foo|bar|baz|boo}}
in the edit-form would yield {{foo|bar|baz|boo}} in the "read-mode".
Note
If there is an "=" in any parameter, you must use parameter_number=text. So to nullify something like {{click}}, 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}}
Related pages
- {{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 {{tl}}, but shows the braces as part of the link.