Template:Tnull/doc: Difference between revisions
Jump to navigation
Jump to search
>@legacy41915546 No edit summary |
>@legacy41915546 No edit summary |
||
Line 1: | Line 1: | ||
< | <div class="notice" id="disambig">''The template documentation below is transcluded from [[{{SUBJECTPAGENAME}}/{{{1|doc}}}]]'' <small>[<span class="plainlinks">[{{fullurl:{{SUBJECTPAGENAMEE}}/{{{1|doc}}}|action=edit}} edit]</span>]</small></div><noinclude>{{template doc page viewed directly}}</noinclude> | ||
'''Tnull''' is used to nullify templates in the monospaced font. It is similar to {{tl|tlx}} in the way that it has support for up to six parameters. | '''Tnull''' is used to nullify templates in the monospaced font. It is similar to {{tl|tlx}} in the way that it has support for up to six parameters. | ||
;Example: | ;Example: |
Revision as of 11:49, 7 October 2008
The template documentation below is transcluded from Template:Tnull/doc/doc [edit]
Template:Template doc page viewed directly
Tnull is used to nullify templates in the monospaced font. It is similar to {{tlx}} in the way that it has support for up to six 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 LINK TO}}, which would yield
{{click|image=IMAGE NAME|width=WIDTH|height=HEIGHT|link=PAGE TO LINK TO}}