Template:Format link/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Mr. Stradivarius
(create)
 
meta>Mr. Stradivarius
(→‎Examples: add error example)
Line 25: Line 25:
* <code><nowiki>{{format hatnote link|Category:Lions}}</nowiki></code> &rarr; <nowiki>[[:Category:Lions]]</nowiki> &rarr; {{format hatnote link|Category:Lions}}
* <code><nowiki>{{format hatnote link|Category:Lions}}</nowiki></code> &rarr; <nowiki>[[:Category:Lions]]</nowiki> &rarr; {{format hatnote link|Category:Lions}}
* <code><nowiki>{{format hatnote link|Lion#Etymology|Etymology of lion}}</nowiki></code> &rarr; <nowiki>[[Lion#Etymology|Etymology of lion]]</nowiki> &rarr; {{format hatnote link|Lion#Etymology|Etymology of lion}}
* <code><nowiki>{{format hatnote link|Lion#Etymology|Etymology of lion}}</nowiki></code> &rarr; <nowiki>[[Lion#Etymology|Etymology of lion]]</nowiki> &rarr; {{format hatnote link|Lion#Etymology|Etymology of lion}}
* <code><nowiki>{{format hatnote link}}</nowiki></code> &rarr; {{format hatnote link}}


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||

Revision as of 13:58, 24 April 2014

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.

Usage

Link only
{{format hatnote link|link}}
Link plus display
{{format hatnote link|link|display}}

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

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

Examples

  • {{format hatnote link|Lion}} → [[Lion]] → Script error: The function "formatLink" does not exist.
  • {{format hatnote link|Lion#Etymology}} → [[Lion#Etymology|Lion § Etymology]] → Script error: The function "formatLink" does not exist.
  • {{format hatnote link|Category:Lions}} → [[:Category:Lions]] → Script error: The function "formatLink" does not exist.
  • {{format hatnote link|Lion#Etymology|Etymology of lion}} → [[Lion#Etymology|Etymology of lion]] → Script error: The function "formatLink" does not exist.
  • {{format hatnote link}}Script error: The function "formatLink" does not exist.