Vorlage:Tlxb: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
imported>Benwing
(modify same as {{tl|tlb}}: Make sane behavior aka {{tl|tlu}} when no params, add commentary)
imported>Benwing
(rewrite documentation)
Zeile 43: Zeile 43:
==Explanation==
==Explanation==
This template is a copy of {{tl|tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
This template is a copy of {{tl|tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
*{{tlxb|Template name|parameter1|parameter2}}
{| class="wikitable"
! Code
! Result
! Remark
|-
| <code><nowiki>{{tlxb|Template name}}</nowiki></code>
| {{tlxb|Template name}}
|
|-
| <code><nowiki>{{tlxb|Template name|parameter1|parameter2}}</nowiki></code>
| {{tlxb|Template name|parameter1|parameter2}}
|
|-
| <code><nowiki>{{tlxb|Template name|parm1|parm2{{=}}foo}}</nowiki></code>
| {{tlxb|Template name|parm1|parm2{{=}}foo}}
| Equal signs need to be escaped using <code><nowiki>{{=}}</nowiki></code>.
|-
| <code><nowiki>{{tlxb}}</nowiki></code>
| {{tlxb}}
| This actually substitutes the current page name.  Useful as a self-reference; won't be linked.
|-
| <code><nowiki>{{tlxb|SISTER=de:|Wissenschaft}}</nowiki></code>
| {{tlxb|SISTER=de:|Wissenschaft}}
| 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:31, 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>

Version vom 10. Mai 2011, 07:51 Uhr


Explanation

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

Code Result Remark
{{tlxb|Template name}}

{{Template name}}

{{tlxb|Template name|parameter1|parameter2}}

{{Template name|parameter1|parameter2}}

{{tlxb|Template name|parm1|parm2{{=}}foo}}

{{Template name|parm1|parm2=foo}}

Equal signs need to be escaped using {{=}}.
{{tlxb}}

{{Tlxb}}

This actually substitutes the current page name. Useful as a self-reference; won't be linked.
{{tlxb|SISTER=de:|Wissenschaft}}

{{Wissenschaft}}

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).

Template-info.png Dokumentation für die Vorlage {{Tlxb}}[Ansicht] [Bearbeiten] [Versionsgeschichte] [Aktualisieren]
Hinweise