Template:Tlg: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Benwing
(add documentation, needs more work)
meta>Benwing
(remove extra newline)
Line 1: Line 1:
__NOTOC__
__NOTOC__<includeonly><!--
<includeonly><!--
   -- begin tt face if tt=yes given
   -- begin tt face if tt=yes given
-->{{#if:{{{tt|}}}|<tt>}}<!--
-->{{#if:{{{tt|}}}|<tt>}}<!--

Revision as of 16:22, 10 May 2011


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:

  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">bold=yes</syntaxhighlight>: Boldface the text, like for {{tlb}} and {{tlxb}}
  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">tt=yes</syntaxhighlight>: Use a monospaced font, like for {{tlx}} and {{tlxb}}
  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">nolink=yes</syntaxhighlight>: Don't insert a template link, like for {{tlf}}, {{tld}}, and {{tlc}}
  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">anypage=yes</syntaxhighlight>: Allow linking to arbitrary page (not just template), as with {{tlu}}
  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">braceinside=yes</syntaxhighlight>: Put braces inside the link, like for {{tn}}
  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">subst=yes</syntaxhighlight>: Add a <syntaxhighlight lang="text" class="" id="" style="" inline="1">subst:</syntaxhighlight> prefix, like for {{tls}}
  • <syntaxhighlight lang="text" class="" id="" style="" inline="1">alttext=FOO</syntaxhighlight>: Specify alternative surface text for a link, like for {{tla}}
                                                                                                                                                                                                                                                                                                                                                              FIXME: Fix rest of docs.
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}} {{[[Template:Tlg|]]}} This actually substitutes the current page name. Useful as a self-reference; won't be linked.
{{tlxb|SISTER=m:|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).