Template:Format link/doc
< Template:Format link
Jump to navigation
Jump to search
Revision as of 06:35, 22 May 2014 by test>Codename Lisa (Codename Lisa moved page Template:Format hatnote link/doc to Template:Format link/doc: Parnet page moved)
| 40px | This is a documentation subpage for Template:Format link. It contains usage information, categories and other content that is not part of the original template page. |
| 30px | This template uses Lua: |
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]] → Lion{{format hatnote link|Lion#Etymology}}→ [[Lion#Etymology|Lion § Etymology]] → Lion § Etymology{{format hatnote link|Category:Lions}}→ [[:Category:Lions]] → Category:Lions{{format hatnote link|Lion#Etymology|Etymology of lion}}→ [[Lion#Etymology|Etymology of lion]] → Etymology of lion{{format hatnote link}}→ Error: no link specified (help).