Template:Tlg: Difference between revisions

83 bytes removed ,  10 May 2011
Add code parameter, update docs
w:en>Benwing
(remove extra newline)
w:en>Benwing
(Add code parameter, update docs)
Line 1: Line 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>}}<!--
Line 58: Line 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
Line 67: Line 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}}
Line 72: Line 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"
Anonymous user