Difference between revisions of "Template:T links"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{#if:{{yesno|{{{sandboxlinks|no}}}|yes=yes|no=}}{{#ifeq:{{#invoke:String|match|s={{{1|_}}} |pattern=%/sandbox$ |plain=false |nomatch=no}}|no||yes2}}<!-- /sandbox -->|{{T lin...")
 
(Update)
 
Line 1: Line 1:
{{#if:{{yesno|{{{sandboxlinks|no}}}|yes=yes|no=}}{{#ifeq:{{#invoke:String|match|s={{{1|_}}} |pattern=%/sandbox$ |plain=false |nomatch=no}}|no||yes2}}<!--
+
{{yesno|{{{sandboxlinks|no}}}<!--
/sandbox
+
----- sandboxlinks=no -----
-->|{{T links/sandbox links|1={{#invoke:String|replace|source={{{1|_}}} |pattern=%/sandbox$ |plain=false |replace=}} }}<!--
+
-->|no=<span class="plainlinks nourlexpansion"><!--
-----
 
-->|<span class="plainlinks nourlexpansion"><!--
 
 
-->[[:Template:{{{1|Example}}}|{{ucfirst:{{{1|Example}}}}}]]&#x20;<!--
 
-->[[:Template:{{{1|Example}}}|{{ucfirst:{{{1|Example}}}}}]]&#x20;<!--
 
--><span style="font-size:85%; {{{liststyle|}}}">(<!--
 
--><span style="font-size:85%; {{{liststyle|}}}">(<!--
Line 10: Line 8:
 
--> [{{fullurl:Template:{{ucfirst:{{{1|Example}}}}}|action=history}} history]<!--
 
--> [{{fullurl:Template:{{ucfirst:{{{1|Example}}}}}|action=history}} history]<!--
 
--> [{{fullurl:Special:Whatlinkshere/Template:{{ucfirst:{{{1|Example}}}}}|limit=999}} links]<!--
 
--> [{{fullurl:Special:Whatlinkshere/Template:{{ucfirst:{{{1|Example}}}}}|limit=999}} links]<!--
-->&nbsp;[//tools.wmflabs.org/templatecount/index.php?lang=en&namespace=10&name={{urlencode:{{{1|}}}}} #]<!--
 
 
--> [{{fullurl:Special:PrefixIndex/Template:{{ucfirst:{{{1|Example}}}}}/}} /subpages]<!--
 
--> [{{fullurl:Special:PrefixIndex/Template:{{ucfirst:{{{1|Example}}}}}/}} /subpages]<!--
 
--> [[Template:{{{1|Example}}}/doc|/doc]]<!--
 
--> [[Template:{{{1|Example}}}/doc|/doc]]<!--
Line 18: Line 15:
 
--> [[Template:{{{1|Example}}}/testcases|/test]]<!--
 
--> [[Template:{{{1|Example}}}/testcases|/test]]<!--
 
-->)</span></span><!--
 
-->)</span></span><!--
-->}}<!--end /sandbox test
+
----- sandboxlinks=yes -----
----- module -----
+
-->|yes={{T links/sandbox links|1={{{1|Example}}}|liststyle={{{liststyle|}}} }}<!--
--><span style="font-size:85%; {{{liststyle|}}}">{{#if:{{{module|}}}| <!--by param-->[[Module:{{{module|}}}]]|{{#if:{{{module}}}|<!--auto add when eponymous bluelink-->{{#ifexist:Module:{{{1|}}}|{{middot}}[[Module:{{{1|}}}]]}}|<!-- blank so no link -->}}</span>}}<!--
+
-->}}<!--end yes/no
 
+
--><noinclude>
--><noinclude>{{documentation}}</noinclude>
+
{{Documentation}}
 +
</noinclude>

Latest revision as of 22:01, 6 March 2020

Example (edit talk history links /subpages /doc /doc edit /sbox /sbox diff /test)

Documentation icon Template documentation[view] [edit] [history] [purge]Pages that link to Template:T links

Usage

Options

Adding sandbox links

When working with the ../sandbox of templates, the sandbox links can be made explicit:

  • {{T links|Track gauge|sandboxlinks=yes}}
Track gauge (/sbox edit diff /test t h lk | Source e talk hist links /subpages /doc)
This can also help to prevent changing the live version code by accident.

See also

General-purpose formatting

Comparison of template-linking templates according to their style
Link style → Linked Unlinked Linked with subst Linked including braces Linked with alternative text
Text style ↓ {{tlg}} options1 DEFAULT nolink=yes subst=yes braceinside=yes alttext=Foo
2=Foo
normal DEFAULT {{tlg}}1
{{tl}}
{{tlp}}2
{{tlu}}3
{{tlf}}2 {{tls}}
{{tlsp}}
{{tlsu}}3
{{tn}} {{tla}}
code code=yes {{tl2}}
{{tlx}}
{{tlxu}}3
{{tlc}}2
{{tld}}2
{{tnull}}
{{tlxs}} N/A
monospace
kbd
plaincode=yes4
kbd=yes5
{{tltt}}5
{{tltt2}}5
N/A {{tltts}}5
{{tltss}}6
bold bold=yes {{tlb}} N/A
bold+code bold=yes|code=yes {{tlxb}}
italic+code italic=yes|code=yes {{tlxi}}
  • 1  {{tlg}} is the most general, allowing any combination of text style and/or link style options.
  • 2  Prevents wrapping of text by placing it inside span tags.
  • 3  Allows links to templates in any namespace.
  • 4  {{tlg|plaincode=yes}} uses code.
  • 5  Displays w:monospaced font using kbd tags (changed from tt for HTML 5 compliance).
  • 6  Displays monospaced font using span.

Other formatting templates

Code example Effect Notes
{{tl2|Hatnote|lang=fr}} {{hatnote}} Supports linking to sister projects (e.g., fr:Hatnote)
{{tlu|User:Ahunt/SSHFS}} {{User:Ahunt/SSHFS}} Supports linking to any namespace
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} Template:Demo Shows code and example
{{xpd|Hatnote|Some hatnote text}} "{{hatnote|Some hatnote text}}" gives "
Some hatnote text
" [1]
Shows code, example and a link to expand the template code
{{tln|Hatnote}} Template:Tln Produces a normal link to the template
{{elc|Template:Hatnote}}
{{elc|Template:Hatnote|Hatnote}}
Template:Elc
Template:Elc
Formats wikilink, with optional piped link text and blended suffix
{{ml|Example|hello}} Template:Ml Counterpart to {{tl}} for linking to Lua modules
{{mlx|Example|hello}} Template:Mlx Counterpart to {{tlx}} for linking to Lua modules
{{para|title|<var>book title</var>}} |title=book title Formats template parameters for display, with or without values
{{sclx|LASTING}} Template:Sclx Takes a shortcut suffix in project namespace and displays it with brackets.
{{tag|ref}}
{{xtag|templatedata}}
ref
Template:Xtag
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing
{{dtl|Ping project}} Template:Dtl Wikidata counterpart to {{tl}}

With utility links

Code example Effect
{{lt|Hatnote}} Template:Lt
{{lts|Hatnote}} Template:Hatnote(edit talk links history)
{{t links|Hatnote}} Hatnote (edit talk history links /subpages /doc /doc edit /sbox /sbox diff /test)
{{tfd links|Hatnote}} main}}
{{tltt|Hatnote}} {{Hatnote}}
{{tetl|Hatnote}} {{Hatnote}}
links talk view
{{tsetl|Hatnote}} {{subst:Hatnote}}
 links talk view
{{ti|Hatnote}} Template:Hatnote (talklinksedit)
{{tic|Hatnote}} Template:Hatnote (talk links edit)
{{tim|Hatnote}} Template:Tim
{{tiw|Hatnote}} Template:Hatnote (backlinks edit)
{{tlt|Hatnote}} {{Hatnote}} (talk)
{{ttl|Hatnote}} {{Hatnote}} (t/l)
{{twlh|Hatnote}} Template:Hatnote (links, talk)