Teamplaid:Tnull/documentation
Coltas
This is a documentation subpage for Teamplaid:Tnull. It contains usage information, categories and other content that is not part of the original teamplaid page. |
Usage
[deasaich]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
[deasaich]Typing {{Tnull|foo|bar|baz|boo}}
in the "edit-form" would yield {{foo|bar|baz|boo}}
in the "read-mode".
Note on the "=" character
[deasaich]If there is a "=" character in any parameter, you must replace it with =
as in:
{{Tnull|click|image=image name|width=width|height=height|link=page name}}
Or you can use parameter-number=value
as in:
{{Tnull|click|2=image=image name|3=width=width|4=height=height|5=link=page name}}
Either method would yield the following output:
- {{click|image=image name|width=width|height=height|link=page name}}
See also
[deasaich]- {{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}} except it shows the braces as part of the link.