Template:Format link/doc

From validwiki
< Template:Format link
Revision as of 09:41, 30 March 2017 by Kristie (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Lua error: Internal error: The interpreter has terminated with signal "11". Lua error: Internal error: The interpreter has terminated with signal "11".

This template formats a link for use in hatnote templates. It accepts two positional parameters, the link, and an optional display value. Links to categories and files are automatically escaped with the colon trick, and links to sections are automatically formatted as page § section, rather than the MediaWiki default of page#section.

This template doesn't work with subst.

Usage

Link only:

{{format link|link}}

Link plus display:

{{format link|link|display}}

If the link or display values contain an equals sign, you will need to specify the parameter names like this:

{{format link|1=link|2=display}}

Examples

  • {{format link|Lion}} → [[Lion]] → Lua error: Internal error: The interpreter has terminated with signal "11".
  • {{format link|Lion#Etymology}} → [[Lion#Etymology|Lion § Etymology]] → Lua error: Internal error: The interpreter has terminated with signal "11".
  • {{format link|Category:Lions}} → [[:Category:Lions]] → Lua error: Internal error: The interpreter has terminated with signal "11".
  • {{format link|Lion#Etymology|Etymology of lion}} → [[Lion#Etymology|Etymology of lion]] → Lua error: Internal error: The interpreter has terminated with signal "11".
  • {{format link}}Lua error: Internal error: The interpreter has terminated with signal "11".

See also