Template:Tnull/doc: Difference between revisions

From MTG Wiki
Jump to navigation Jump to search
>@legacy41915546
No edit summary
>Yandere-sliver
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
'''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:
:Typing <tt><code>&#123;&#123;tnull|foo|bar|baz|boo&#125;&#125;</code></tt> in the edit-form would yield &#123;&#123;foo|bar|baz|boo&#125;&#125; in the "read-mode".
:Typing <code><code>&#123;&#123;tnull|foo|bar|baz|boo&#125;&#125;</code></code> in the edit-form would yield &#123;&#123;foo|bar|baz|boo&#125;&#125; in the "read-mode".
;Note:
;Note:
:If there is an "=" in ''any'' parameter, you must use <tt>parameter number=text</tt>. So to nullify something like <nowiki>{{helpme}}</nowiki>, use the syntax <tt>&#123;&#123;tnull|click|2=image=IMAGE NAME|3=width=WIDTH|4=height=HEIGHT|5=link=PAGE TO LINK TO&#125;&#125;</tt>, which would yield {{tnull|click|2=image=IMAGE NAME|3=width=WIDTH|4=height=HEIGHT|5=link=PAGE TO LINK TO}}<noinclude>[[Category:Templates]]</noinclude>
:If there is an "=" in ''any'' parameter, you must use <code>parameter number=text</code>. So to nullify something like <nowiki>{{helpme}}</nowiki>, use the syntax <code>&#123;&#123;tnull|click|2=image=IMAGE NAME|3=width=WIDTH|4=height=HEIGHT|5=link=PAGE TO LINK TO&#125;&#125;</code>, which would yield {{tnull|click|2=image=IMAGE NAME|3=width=WIDTH|4=height=HEIGHT|5=link=PAGE TO LINK TO}}

Latest revision as of 02:55, 18 June 2019

This is a template documentation subpage for Template:Tnull.
It contains usage information, categories, interlanguage links 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 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 {{helpme}}, 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}}