Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 07:09, 16 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> 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 art...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Empty

  • {{linked|}}
  • {{linked||Bar}} → Bar

Wiki links

Http links

  • {{linked| http://example.org}}[1]
  • {{linked|http://example.org|Bar}}Bar
  • {{linked|[http://example.org Foo]|Bar}}Foo

Https links

  • {{linked|https://example.org}}[2]
  • {{linked|https://example.org|Bar}}Bar
  • {{linked|[https://example.org Foo]|Bar}}Foo

Protocol-relative // links

  • {{linked|//example.org}}[3]
  • {{linked|//example.org|Bar}}Bar
  • {{linked|[https://example.org Foo]|Bar}}Foo

See also