Vorlage:Tlg: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
imported>Benwing
(remove extra newline)
imported>Benwing
(Add code parameter, update docs)
Zeile 1: Zeile 1:
__NOTOC__<includeonly><!--
__NOTOC__<includeonly><!--
   -- begin tt face if tt=yes given
   -- begin tt style if tt=yes given
-->{{#if:{{{tt|}}}|<tt>}}<!--
-->{{#if:{{{tt|}}}|<tt>}}<!--
  -- begin code style if code=yes given
-->{{#if:{{{code|}}}|<code>}}<!--
   -- opening brace unless braceinside=yes
   -- opening brace unless braceinside=yes
-->{{#if:{{{braceinside|}}}||<nowiki>{{</nowiki>}}<!--
-->{{#if:{{{braceinside|}}}||<nowiki>{{</nowiki>}}<!--
Zeile 58: Zeile 60:
   -- closing brace unless braceinside=yes
   -- closing brace unless braceinside=yes
-->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
-->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
   -- end tt face if tt=yes given
  -- end code style if code=yes given
-->{{#if:{{{code|}}}|</code>}}<!--
   -- end tt style if tt=yes given
-->{{#if:{{{tt|}}}|</tt>}}<!--
-->{{#if:{{{tt|}}}|</tt>}}<!--
   -- end
   -- end
Zeile 67: Zeile 71:
* {{code|bold{{=}}yes}}: Boldface the text, like for {{tlx|tlb}} and {{tlx|tlxb}}
* {{code|bold{{=}}yes}}: Boldface the text, like for {{tlx|tlb}} and {{tlx|tlxb}}
* {{code|tt{{=}}yes}}: Use a monospaced font, like for {{tlx|tlx}} and {{tlx|tlxb}}
* {{code|tt{{=}}yes}}: Use a monospaced font, like for {{tlx|tlx}} and {{tlx|tlxb}}
* {{code|tt{{=}}yes}}: Use the <code><nowiki><code>...</code></nowiki></code> HTML attribute (usually a monospaced font), like for {{tlx|tlc}}
* {{code|nolink{{=}}yes}}: Don't insert a template link, like for {{tlx|tlf}}, {{tlx|tld}}, and {{tlx|tlc}}
* {{code|nolink{{=}}yes}}: Don't insert a template link, like for {{tlx|tlf}}, {{tlx|tld}}, and {{tlx|tlc}}
* {{code|anypage{{=}}yes}}: Allow linking to arbitrary page (not just template), as with {{tlx|tlu}}
* {{code|anypage{{=}}yes}}: Allow linking to arbitrary page (not just template), as with {{tlx|tlu}}
Zeile 72: Zeile 77:
* {{code|subst{{=}}yes}}: Add a {{code|subst:}} prefix, like for {{tlx|tls}}
* {{code|subst{{=}}yes}}: Add a {{code|subst:}} prefix, like for {{tlx|tls}}
* {{code|alttext{{=}}FOO}}: Specify alternative surface text for a link, like for {{tlx|tla}}
* {{code|alttext{{=}}FOO}}: Specify alternative surface text for a link, like for {{tlx|tla}}
                                                                                                                                                                                                                                                                                                                                                              FIXME: Fix rest of docs.


{| class="wikitable"
{| class="wikitable"

Version vom 10. Mai 2011, 23:16 Uhr


Explanation

This template is a general template for inserting a template link. It can be used to replace or implement any of the more specific {{tl*}} templates. Parameters are:

  • bold=yes: Boldface the text, like for {{tlb}} and {{tlxb}}
  • tt=yes: Use a monospaced font, like for {{tlx}} and {{tlxb}}
  • tt=yes: Use the <code>...</code> HTML attribute (usually a monospaced font), like for {{tlc}}
  • nolink=yes: Don't insert a template link, like for {{tlf}}, {{tld}}, and {{tlc}}
  • anypage=yes: Allow linking to arbitrary page (not just template), as with {{tlu}}
  • braceinside=yes: Put braces inside the link, like for {{tn}}
  • subst=yes: Add a subst: prefix, like for {{tls}}
  • alttext=FOO: Specify alternative surface text for a link, like for {{tla}}
Code Result Remark
{{tlxb|Template name}} {{Vorlage:!(Vorlage:!(Vorlage:Template name|Template name]]}}
{{tlxb|Template name|parameter1|parameter2}} {{Vorlage:!(Vorlage:!(Vorlage:Template name|Template name]]|parameter1|parameter2}}
{{tlxb|Template name|parm1|parm2{{=}}foo}} {{Vorlage:!(Vorlage:!(Vorlage:Template name|Template name]]|parm1|parm2=foo}} Equal signs need to be escaped using {{=}}.
{{tlxb}} {{Vorlage:!(Vorlage:!(Vorlage:Tlg|]]}} This actually substitutes the current page name. Useful as a self-reference; won't be linked.
{{tlxb|SISTER=m:|3x}} {{Vorlage:!(Vorlage:!(Vorlage:3x|3x]]}} 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 {{Tlg}}[Ansicht] [Bearbeiten] [Versionsgeschichte] [Aktualisieren]
Hinweise