Template:Format link/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Codename Lisa Added cat. and see also section |
meta>Codename Lisa m Applied H:DL's advice | Used {{tlc}} instead of the convoluted code | Overall, the rendered page is not changed but invalid HTML is no longer being generated |
||
Line 6: | Line 6: | ||
== Usage == | == Usage == | ||
'''Link only:''' | |||
{{tlc|format link|''link''}} | |||
'''Link plus display:''' | |||
{{tlc|format link|''link''|''display''}} | |||
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 § 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}} → {{format link|category=no}} | ||
* | |||
== See also == | == See also == |
Revision as of 06:47, 22 May 2014
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.
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]] → 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}}
→ Script error: The function "formatLink" does not exist.
See also
- {{Section link}}