Template:Linkstart/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Used to separate a single link into two links when a template automatically makes a link, by making it so that <nowiki></nowiki> is not immediately interpreted as starting a...") |
No edit summary |
||
Line 10: | Line 10: | ||
By using this template you can do this: | By using this template you can do this: | ||
<code><nowiki>{{format link|Lion]] {{linkstart}}Tiger}}</nowiki></code>→{{format link|Lion]] {{linkstart}}Tiger}} | <code><nowiki>{{format link|Lion]] {{linkstart}}Tiger}}</nowiki></code>→{{format link|Lion]] {{linkstart}}Tiger}}<br> | ||
Where both "Lion" and "Tiger" are separate links. |
Revision as of 05:34, 8 July 2021
Used to separate a single link into two links when a template automatically makes a link, by making it so that [[ is not immediately interpreted as starting a link.
For example:
With Template:Format link you get:
{{format link|Lion}}
→[[Lion]]
→Lion
If you were to use:
{{format link|Lion]] [[Tiger}}
you would end up breaking the code.
By using this template you can do this:
{{format link|Lion]] {{linkstart}}Tiger}}
→Lion Tiger
Where both "Lion" and "Tiger" are separate links.