Template

Template:Ml

From Joomla! Documentation

[[{{{1}}}]]//docs.sandbox.joomla.org{{localurl:{{{1}}}}}

[view] [edit] [history]

Template documentation

Multiple Links

Functions/Features

This template produces a link in internal link style and also a "hidden external link", to allow it to be found by Special:Linksearch//docs.sandbox.joomla.org/Special:Linksearch, which, unlike Special:Whatlinkshere//docs.sandbox.joomla.org/Special:Whatlinkshere, is specific for the target section. This backlink requires that the extension Special:Linksearch//docs.sandbox.joomla.org/Special:Linksearch has been installed, which is the case on Joomla! Documentation.

Usage

  • {{ml|target_page|optional_anchor|optional_label}}

Do not put "#" at the start of the anchor.

Examples

  • {{ml|Help:Link}} gives Help:Link//docs.sandbox.joomla.org/JHelp:Link
  • {{ml|Help:Link|Section linking (anchors)}} gives Help:Link#Section linking (anchors)//docs.sandbox.joomla.org/JHelp:Link#Section_linking_(anchors)
  • {{ml|Help:Link||label}} gives label//docs.sandbox.joomla.org/JHelp:Link
  • {{ml|Help:Link|Section linking (anchors)|label}} gives label//docs.sandbox.joomla.org/JHelp:Link#Section_linking_(anchors)
  • {{ml|a}} gives A//docs.sandbox.joomla.org/A

Wrong:

  • {{ml|:a}} gives [[
a]]//docs.sandbox.joomla.org/A
  • Linksearch with target page "Help:Link" - gives pairs of source page and full target
  • Linksearch with as target the sections of "Help:Link" starting with "S" - ditto

Compare:

Known Issues

Undefined parameter giving odd result:

  • {{ml|a:{{{2}}}}} gives [[A:{{{2}}}]]//docs.sandbox.joomla.org{{localurl:A:{{{2}}}}}
  • substituted (first part): [[A:{{{2}}}]]

Compare:

  • {{subst:ml|a:b}} gives A:b