Difference between revisions of "Template:Format link/doc"
Jump to navigation
Jump to search
test>Hairy Dude (subst doesn't work for this template) |
test>Vanisaac m (→See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
||
| Line 30: | Line 30: | ||
* {{tl|Section link}} | * {{tl|Section link}} | ||
| − | <includeonly>{{ | + | <includeonly>{{Sandbox other|| |
<!-- Categories go here and interwikis go in Wikidata. --> | <!-- Categories go here and interwikis go in Wikidata. --> | ||
[[Category:Internal link templates]] | [[Category:Internal link templates]] | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 05:07, 25 April 2020
| 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. |
| 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.
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]] → Lion{{format link|Lion#Etymology}}→ [[Lion#Etymology|Lion § Etymology]] → Lion § Etymology{{format link|Category:Lions}}→ [[:Category:Lions]] → Category:Lions{{format link|Lion#Etymology|Etymology of lion}}→ [[Lion#Etymology|Etymology of lion]] → Etymology of lion{{format link}}→ Error: no link specified (help).
See also
- {{Section link}}