Template:Tnull/doc: Difference between revisions
meta>Ahora Replaced "see also" with {{tl-nav}} |
m 42 revisions imported |
||
(16 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES | <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> | ||
==Usage== | |||
'''Tnull''' is used to nullify templates in the monospaced font. It is similar to {{tlx|tlx}} in the way that it has support for many parameters. | '''Tnull''' is used to nullify templates in the monospaced font. It is similar to {{tlx|tlx}} in the way that it has support for many parameters, but it does not link the template name. It is similar to {{tl|tlc}}, but does not prevent text wrapping. | ||
==Example== | |||
Typing <code>{{tnull|foo|bar|baz|boo}}</code> in the | Typing <code>{{tnull|foo|bar|baz|boo}}</code> in the edit window would yield <code>{{foo|bar|baz|boo}}</code> in the rendered page. | ||
=== | ===Special character handling=== | ||
If there is a "=" character in ''any'' parameter, | ===="=" (equality sign)==== | ||
If there is a "=" character (equality/equals sign) in ''any'' parameter, it must be replaced with <code>&#61;</code> [or {{tl|{{=}}}}?]: | |||
:<code>{{tnull|click|image&#61;<var>image name</var>|width&#61;<var>width</var>|height&#61;<var>height</var>|link&#61;<var>page name</var>}}</code> | :<code>{{tnull|click|image&#61;<var>image name</var>|width&#61;<var>width</var>|height&#61;<var>height</var>|link&#61;<var>page name</var>}}</code> | ||
Line 17: | Line 18: | ||
:{{tnull|click|2=image=<var>image name</var>|3=width=<var>width</var>|4=height=<var>height</var>|5=link=<var>page name</var>}} | :{{tnull|click|2=image=<var>image name</var>|3=width=<var>width</var>|4=height=<var>height</var>|5=link=<var>page name</var>}} | ||
=== | ===="|" (vertical bar, pipe)==== | ||
If a second consecutive pipe (|) is used to denote that a parameter has been skipped, you must replace it with <code>&#124;</code> as in: | |||
:<code>{{tnull|look from|Alan|&#124;all the Alans}}</code> | |||
That would yield the following displayed output: | |||
:{{tnull|look from|Alan||all the Alans}} | |||
[[ | ==TemplateData== | ||
[[ | {{collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}} | ||
{{TemplateData header|noheader=1}} | |||
<templatedata> | |||
{ | |||
[[ | "params": { | ||
[[ | "1": { | ||
</includeonly> | "label": "Template name", | ||
"description": "Name of the template to link", | |||
"example": "Tlx", | |||
"type": "wiki-template-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "1st parameter", | |||
"type": "string" | |||
}, | |||
"3": { | |||
"label": "2nd parameter", | |||
"type": "string" | |||
}, | |||
"4": { | |||
"label": "3rd parameter", | |||
"type": "string" | |||
}, | |||
"5": { | |||
"label": "4th parameter", | |||
"type": "string" | |||
}, | |||
"6": { | |||
"label": "5th parameter", | |||
"type": "string" | |||
}, | |||
"7": { | |||
"label": "6th parameter", | |||
"type": "string" | |||
}, | |||
"8": { | |||
"label": "7th parameter", | |||
"type": "string" | |||
}, | |||
"9": { | |||
"label": "8th parameter", | |||
"type": "string" | |||
}, | |||
"10": { | |||
"label": "9th parameter", | |||
"type": "string" | |||
}, | |||
"11": { | |||
"label": "10th parameter", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Show example template usage without expanding the template itself. Unlike {{tlx}}, does not link the template.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
{{collapse bottom}} | |||
==See also== | |||
{{Template-linking templates}} | |||
<includeonly>{{Sandbox other| | |||
| <!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: --> | |||
[[Category:Template namespace templates]] | |||
[[Category:Typing-aid templates]] | |||
}}</includeonly> |
Latest revision as of 05:18, 3 September 2020
This is a documentation subpage for Template:Tnull. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
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, but it does not link the template name. It is similar to {{tlc}}, but does not prevent text wrapping.
Example
Typing {{tnull|foo|bar|baz|boo}}
in the edit window would yield {{foo|bar|baz|boo}}
in the rendered page.
Special character handling
"=" (equality sign)
If there is a "=" character (equality/equals sign) in any parameter, it must be replaced with =
[or {{=}}?]:
{{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}}
"|" (vertical bar, pipe)
If a second consecutive pipe (|) is used to denote that a parameter has been skipped, you must replace it with |
as in:
{{tnull|look from|Alan||all the Alans}}
That would yield the following displayed output:
{{look from|Alan||all the Alans}}
TemplateData
TemplateData documentation used by VisualEditor and other tools
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
See a monthly parameter usage report for this template in articles based on this TemplateData.
TemplateData for Tnull Show example template usage without expanding the template itself. Unlike {{tlx}}, does not link the template.
|
See also
General-purpose formatting
Link style → | Linked | Unlinked | Linked with subst | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text style ↓ | ↓ {{tlg}} options1 →
|
DEFAULT | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=Foo 2=Foo
|
normal | DEFAULT | {{tlg}}1 {{tl}} {{tlp|1|2|...}}2 {{Template:tlu}}3 |
{{tlf}}2 | {{subst:tls}} {{subst:tlsp|1|2|...}} {{subst:Template:tlsu}}3 |
{{tn}} | {{tla}} |
code
|
code=yes
|
{{tl2}} {{tlx}} {{Template:tlxu}} 3
|
{{tlc}} 2{{tld}} 2{{tnull}}
|
{{subst:tlxs}}
|
N/A | |
monospace kbd |
plaincode=yes 4kbd=yes 5
|
N/A | {{subst:tltss}}5 | |||
bold | bold=yes
|
{{tlb}} | N/A | |||
bold+code
|
code=yes | {{tlxb}}
| ||||
italic+code
|
code=yes | {{tlxi}}
| ||||
|
Other formatting templates
Code example | Effect | Notes |
---|---|---|
{{tl2|Hatnote|lang=fr}} |
{{hatnote}} |
Supports linking to sister projects (e.g., fr:Hatnote) |
{{tlu|User:Ahunt/SSHFS}} |
{{User:Ahunt/SSHFS}} | Supports linking to any namespace |
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} |
{{hatnote|lang=fr|Some text}} Some text |
Shows code and example |
{{xpd|Hatnote|Some hatnote text}} |
"{{hatnote|Some hatnote text}}" gives "Some hatnote text " [1] |
Shows code, example and a link to expand the template code |
{{tln|Hatnote}} |
Template:Hatnote | Produces a normal link to the template |
{{elc|Template:Hatnote}} {{elc|Template:Hatnote|Hatnote}} |
[[Template:Hatnote]] [[Template:Hatnote|Hatnote]] |
Formats wikilink, with optional piped link text and blended suffix |
{{ml|Example|hello}} |
{{#invoke:Example|hello}} | Counterpart to {{tl}} for linking to Lua modules |
{{mlx|Example|hello}} |
{{#invoke:Example|hello}} |
Counterpart to {{tlx}} for linking to Lua modules |
{{para|title|<var>book title</var>}} |
|title=book title |
Formats template parameters for display, with or without values |
{{sclx|LASTING}} |
[[WP:LASTING]] |
Takes a shortcut suffix in project namespace and displays it with brackets and the WP: alias in a <code>...</code> tag.
|
{{tag|ref}} {{xtag|templatedata}} |
<ref>...</ref> <templatedata> |
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing |
{{dtl|Ping project}} |
{{d:Ping project}} | Wikidata counterpart to {{tl}} |
{{pf|if}} {{pf|if|{{{1}}}|true|false}} |
{{#if}} {{#if:{{{1}}}|true|false}} |
Parser function equivalent to {{tl}} |
With utility links
Code example | Effect |
---|---|
{{lt|Hatnote}} |
Template:Hatnote (edit | talk | history | links | watch | logs) |
{{lts|Hatnote}} |
Template:Hatnote(edit talk links history) |
{{t links|Hatnote}} |
Hatnote (edit talk history links # /subpages /doc /doc edit /sbox /sbox diff /test) |
{{tfd links|Hatnote}} |
Template:Hatnote (edit · talk · history · links · transclusions · logs · subpages · delete) |
{{tltt|Hatnote}} |
{{Hatnote}}
|
{{tetl|Hatnote}} |
{{Hatnote}} |
{{tsetl|Hatnote}} |
{{subst:Hatnote}} |
{{ti|Hatnote}} |
Template:Hatnote (talk⧼dot-separator⧽links⧼dot-separator⧽edit) |
{{tic|Hatnote}} |
Template:Hatnote (talk links edit) |
{{tim|Hatnote}} |
m:Template:Hatnote (backlinks edit) |
{{tiw|Hatnote}} |
Template:Hatnote (backlinks edit) |
{{tlt|Hatnote}} |
{{Hatnote}} (talk) |
{{ttl|Hatnote}} |
{{Hatnote}} (t/l) |
{{twlh|Hatnote}} |
Template:Hatnote (links, talk) |