Difference between revisions of "Template:Format link/doc"

From blackwiki
Jump to navigation Jump to search
test>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
test>Mr. Stradivarius
(document the italicizepage and italicizesection parameters)
Line 15: Line 15:
  
 
{{tlc|format link|''link''|''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:
Line 22: Line 30:
 
== Examples ==
 
== Examples ==
 
* {{tlc|format link|Lion}} → <nowiki>[[Lion]]</nowiki> → {{format link|Lion}}
 
* {{tlc|format link|Lion}} → <nowiki>[[Lion]]</nowiki> → {{format link|Lion}}
* {{tlc|format link|Lion#Etymology}} → <nowiki>[[Lion#Etymology|Lion § Etymology]]</nowiki> → {{format link|Lion#Etymology}}
+
* {{tlc|format link|Lion#Etymology}} → <nowiki>[[Lion#Etymology|Lion §&amp;nbsp;Etymology]]</nowiki> → {{format link|Lion#Etymology}}
 
* {{tlc|format link|Category:Lions}} → <nowiki>[[:Category:Lions]]</nowiki> → {{format link|Category:Lions}}
 
* {{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|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> §&amp;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}} &rarr; <nowiki>[[Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|Cybercrime Prevention Act of 2012 §&amp;nbsp;<i>Disini v. Secretary of Justice</i>]]</nowiki> &rarr; {{format hatnote link|Cybercrime Prevention Act of 2012#Disini v. Secretary of Justice|italicizesection=true}}
 
* {{tlc|format link}} → {{format link|category=no}}
 
* {{tlc|format link}} → {{format link|category=no}}
  

Revision as of 15:23, 16 June 2020

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]] → Lion
  • {{format link|Lion#Etymology}} → [[Lion#Etymology|Lion §&nbsp;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|Quo warranto#Philippines|italicizepage=true}} → [[Quo warranto#Philippines|<i>Quo warranto</i> §&nbsp;Philippines]] → Quo warranto § Philippines
  • {{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 §&nbsp;<i>Disini v. Secretary of Justice</i>]] → Cybercrime Prevention Act of 2012 § Disini v. Secretary of Justice
  • {{format link}}Error: no link specified (help).

See also