Template:Format link/doc: Difference between revisions
meta>Mr. Stradivarius →Examples: suppress categories in the error example |
m 11 revisions imported |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 4: | Line 4: | ||
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 [[Help:Colon trick|colon trick]], and links to sections are automatically formatted as ''page § section'', rather than the MediaWiki default of ''page#section''. | 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 [[Help:Colon trick|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 [[WP:SUBST|subst]]. | |||
== Usage == | == Usage == | ||
'''Link only:''' | |||
{{tlc|format link|''link''}} | |||
'''Link plus display:''' | |||
{{tlc|format link|''link''|''display''}} | |||
'''Link with an italicized page name:''' | |||
{{tlc|format link|''link''|3=italicizepage=yes}} | |||
'''Link with an italicized section name:''' | |||
{{tlc|format link|''link''|3=italicizesection=yes}} | |||
If the link or display values contain an equals sign, you will need to specify the parameter names like this: | If the link or display values contain an equals sign, you will need to specify the parameter names like this: | ||
{{tlc|format link|2=1=''link''|3=2=''display''}} | |||
== Examples == | == Examples == | ||
* {{tlc|format link|Lion}} → <nowiki>[[Lion]]</nowiki> → {{format link|Lion}} | |||
* {{tlc|format link|Lion#Etymology}} → <nowiki>[[Lion#Etymology|Lion §&nbsp;Etymology]]</nowiki> → {{format link|Lion#Etymology}} | |||
* {{tlc|format link|Category:Lions}} → <nowiki>[[:Category:Lions]]</nowiki> → {{format link|Category:Lions}} | |||
* {{tlc|format link|Lion#Etymology|Etymology of lion}} → <nowiki>[[Lion#Etymology|Etymology of lion]]</nowiki> → {{format link|Lion#Etymology|Etymology of lion}} | |||
* {{tlc|format link|Quo warranto#Philippines|3=italicizepage=true}} → <nowiki>[[Quo warranto#Philippines|<i>Quo warranto</i> §&nbsp;Philippines]]</nowiki> → {{format hatnote link|Quo warranto#Philippines|italicizepage=true}} | |||
* {{tlc|format link|Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|3=italicizesection=true}} → <nowiki>[[Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|Cybercrime Prevention Act of 2012 §&nbsp;<i>Disini v. Secretary of Justice</i>]]</nowiki> → {{format hatnote link|Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|italicizesection=true}} | |||
* {{tlc|format link}} → {{format link|category=no}} | |||
== See also == | |||
* | * {{tl|Format linkr}} – an arguably better version of this template which converts underscores to spaces and calls {{tl|urldecode}} on the input | ||
* | * {{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]] | |||
}}</includeonly> | }}</includeonly> |
Latest revision as of 13:19, 3 September 2020
![]() | This is a documentation subpage for Template:Format link. It may contain 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}}
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}}