Template:Format link: Difference between revisions
meta>Codename Lisa m Codename Lisa moved page Template:Format hatnote link to Template:Format link: This template does not have any hardcoded relation to hatnotes. It just formats link, plain and simple |
m 5 revisions imported |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:hatnote|formatLink}}</includeonly><noinclude> | <includeonly>{{{{{|safesubst:}}}#invoke:hatnote|formatLink}}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> | <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> | ||
</noinclude> | </noinclude> |
Latest revision as of 13:19, 3 September 2020
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}}
Link with an italicized page name:
{{format link|link|italicizepage=yes}}
Link with an italicized section name:
{{format link|link|italicizesection=yes}}
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]] → Script error: The function "formatLink" does not exist.{{format link|Lion#Etymology}}
→ [[Lion#Etymology|Lion § Etymology]] → Script error: The function "formatLink" does not exist.{{format link|Category:Lions}}
→ [[:Category:Lions]] → Script error: The function "formatLink" does not exist.{{format link|Lion#Etymology|Etymology of lion}}
→ [[Lion#Etymology|Etymology of lion]] → Script error: The function "formatLink" does not exist.{{format link|Quo warranto#Philippines|italicizepage=true}}
→ [[Quo warranto#Philippines|<i>Quo warranto</i> § Philippines]] → Script error: The function "formatLink" does not exist.{{format link|Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|italicizesection=true}}
→ [[Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|Cybercrime Prevention Act of 2012 § <i>Disini v. Secretary of Justice</i>]] → Script error: The function "formatLink" does not exist.{{format link}}
→ Script error: The function "formatLink" does not exist.
See also
- {{Format linkr}} – an arguably better version of this template which converts underscores to spaces and calls {{urldecode}} on the input
- {{Section link}}