Mudanças entre as edições de "Template link with bold"

De Wiki Coolab
Ir para navegação Ir para pesquisar
EquationNote>Benwing
(add sane handling of case where no params given (behave like {{Tl|Tlu}} in showing our own page name); add comments)
EquationNote>Benwing
(copy doc from {{tl|tlxb}})
Linha 42: Linha 42:
 
==Explanation==
 
==Explanation==
 
This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text:
 
This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text:
*{{tlb|Template name|parameter1|parameter2}}
+
{| class="wikitable"
 +
! Code
 +
! Result
 +
! Remark
 +
|-
 +
| <code><nowiki>{{tlb|Template name}}</nowiki></code>
 +
| {{tlb|Template name}}
 +
|
 +
|-
 +
| <code><nowiki>{{tlb|Template name|parm1|parm2}}</nowiki></code>
 +
| {{tlb|Template name|parm1|parm2}}
 +
|
 +
|-
 +
| <code><nowiki>{{tlb|Template name|parm1|parm2{{=}}foo}}</nowiki></code>
 +
| {{tlb|Template name|parm1|parm2{{=}}foo}}
 +
| Equal signs need to be escaped using <code><nowiki>{{=}}</nowiki></code>.
 +
|-
 +
| <code><nowiki>{{tlb}}</nowiki></code>
 +
| {{tlb}}
 +
| This actually substitutes the current page name.  Useful as a self-reference; won't be linked.
 +
|-
 +
| <code><nowiki>{{tlb|SISTER=m:|3x}}</nowiki></code>
 +
| {{tlb|SISTER=m:|3x}}
 +
| Link to page on another wiki.
 +
|}
  
 
I.e., it's a {{tl|tl}}-style ''template-link'' tag that boldfaces the template name, and accepts parameters. It's main use is in distinguishing between multiple templates with similar names, in documentation, talk page discussions, etc.
 
I.e., it's a {{tl|tl}}-style ''template-link'' tag that boldfaces the template name, and accepts parameters. It's main use is in distinguishing between multiple templates with similar names, in documentation, talk page discussions, etc.
  
It is otherwise precisely the same code (as of 21:29, 28 January 2010 (UTC)) as {{tl|tlx}}, and thus uses its documentation, below.
+
The rest of the documentation is for {{tl|tlx}}, which works the same way (although it doesn't currently behave sanely when no parameters are given; use {{tl|tlu}} instead).
  
 
{{Documentation|Template:Tlx/doc}}
 
{{Documentation|Template:Tlx/doc}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Edição das 05h54min de 10 de maio de 2011


Explanation

This template is a copy of {{tlxb}} except that it uses normal text instead of non-proportional, monospaced text:

Code Result Remark
{{tlb|Template name}} Predefinição:Tlb
{{tlb|Template name|parm1|parm2}} Predefinição:Tlb
{{tlb|Template name|parm1|parm2{{=}}foo}} Predefinição:Tlb
Equal signs need to be escaped using {{=}}.
{{tlb}}
Predefinição:Tlb
This actually substitutes the current page name. Useful as a self-reference; won't be linked.
-
{{tlb|SISTER=m:|3x}}
Predefinição:Tlb
Link to page on another wiki.
}

I.e., it's a {{tl}}-style template-link tag that boldfaces the template name, and accepts parameters. It's main use is in distinguishing between multiple templates with similar names, in documentation, talk page discussions, etc.

The rest of the documentation is for {{tlx}}, which works the same way (although it doesn't currently behave sanely when no parameters are given; use {{tlu}} instead).

Erro de script: Nenhum módulo desse tipo "documentation".