Difference between revisions of "Template:Linked/doc"

From blackwiki
Jump to navigation Jump to search
imported>Yethrosh
imported>Frietjes
(→‎See also: Removed sitelinks migrated to Wikidata)
Line 33: Line 33:
  
 
=== See also ===
 
=== See also ===
*{{tl|Image}}
 
 
*{{tl|File title}}
 
*{{tl|File title}}
 
*{{tl|Category title}}
 
*{{tl|Category title}}
 
*{{tl|Transclude}}
 
*{{tl|Transclude}}
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
+
<includeonly>{{basepage subpage|
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
<!-- CATEGORIES HERE, THANKS -->
 
[[Category:Wikipedia metatemplates]]
 
[[Category:Wikipedia metatemplates]]
 
[[bn:টেমপ্লেট:Linked]]
 
[[es:Plantilla:Enlazado]]
 
[[sl:Predloga:Linked]]
 
[[ur:سانچہ:مربوط]]
 
 
}}</includeonly>
 
}}</includeonly>

Revision as of 18:26, 29 March 2015

This template can be used to simplify the inclusion of links in templates where users may use several different forms of syntax. It accepts a parameter and returns it linked, unless it already is. Works both with wikilinks and with http links.

It is primarily of use in templates and should not be used in articles directly.

This template can be substituted.

Usage

Wiki links
Http links
  • {{linked| http://example.org}} → [[[:Template:Str trim]]]
  • {{linked| http://example.org|Bar}} → [[[:Template:Str trim]] Bar]
  • {{linked| [http://example.org Foo]|Bar}}Foo
Https links
  • {{linked|https://example.org}} → [[[:Template:Str trim]]]
  • {{linked|https://example.org|Bar}} → [[[:Template:Str trim]] Bar]
  • {{linked|[https://example.org Foo]|Bar}}Foo
Protocol-relative // links

See also