Open main menu

UESPWiki β

User:Mermaeus Hora/Sandbox02

< User:Mermaeus Hora
Revision as of 01:09, 3 August 2023 by Mermaeus Hora (talk | contribs) (Works with external links now. More examples.)

Description

This is an attempt to extend the functionality of Bullet Link by adding a fast way to link to multiple articles.

Examples with one link

This should work exactly like Bullet Link.

{{ {{FULLPAGENAME0}}|Hircine|By default links go to the same namespace as the article they're used on, in this case {{NS_NAME}}.}}
{{ {{FULLPAGENAME0}}|Hircine|There is a '''[[UESPWiki:Featured Articles#Previous Featured Articles|featured article]]''' on Hircine.|ns_base=lore}}
{{ {{FULLPAGENAME0}}|[[SR:J'zargo|Hircine]]|This is not Hircine.|ns_base=help}}
{{ {{FULLPAGENAME0}}|Items|This is a link with <code>mod</code> parameter.|ns_base=TD3|mod=TD3}}
{{ {{FULLPAGENAME0}}|mod=CC|ns_base=sr|description=The order of parameters doesn't mater if they're labeled.|link=Dreugh Wax}}
{{ {{FULLPAGENAME0}}||Leaving the link parameter empty will link to the mainpage of the namespace.|ns_base=OB}}
{{ {{FULLPAGENAME0}}|[https://html.duckduckgo.com DuckDuckGo]|This is an search engine.}}

Where {{FULLPAGENAME0}} has to be substituted by FULLPAGENAME0 when not used on this page.

Result

{{ Template:FULLPAGENAME0|Hircine|By default links go to the same namespace as the article they're used on, in this case User.}} {{ Template:FULLPAGENAME0|Hircine|There is a featured article on Hircine.|ns_base=lore}} {{ Template:FULLPAGENAME0|Hircine|This is not Hircine.|ns_base=help}} {{ Template:FULLPAGENAME0|Items|This is a link with mod parameter.|ns_base=TD3|mod=TD3}} {{ Template:FULLPAGENAME0|mod=CC|ns_base=sr|description=The order of parameters doesn't mater if they're labeled.|link=Dreugh Wax}} {{ Template:FULLPAGENAME0||Leaving the link parameter empty will link to the mainpage of the namespace.|ns_base=OB}} {{ Template:FULLPAGENAME0|DuckDuckGo|This is an search engine.}}

Examples with multiple links

For multiple articles, separate their names with a % (this doesn't work with empty links i.e. link=Items%).

{{ {{FULLPAGENAME0}}|Ale%Flin%Sujamma%Mead|The cornerstone of a health diet.|ns_base=lore}}
{{ {{FULLPAGENAME0}}|Carrot%Sweet Roll|[[SR:Cicero|Cicero's]] favorite food.|ns_base=sr}}
{{ {{FULLPAGENAME0}}|[[SR:Cicero|Jester]]%[[SR:Nazeem|Clown]]|Not the same thing.|ns_base=sr}}
{{ {{FULLPAGENAME0}}|[https://uesp.net  UESP]%[https://en.uesp.net  Unofficial Elder Scrolls Pages]%[[Main Page]]|Two external and one internal link to the main page.}}
{{ {{FULLPAGENAME0}}|Dreugh Wax%Roobrush|The mod parameter only affects the last link|mod=CC|ns_base=sr}}

Where {{FULLPAGENAME0}} has to be substituted by FULLPAGENAME0 when not used on this page.

Result

{{ Template:FULLPAGENAME0|Ale%Flin%Sujamma%Mead|The cornerstone of a health diet.|ns_base=lore}} {{ Template:FULLPAGENAME0|Carrot%Sweet Roll|Cicero's favorite food.|ns_base=sr}} {{ Template:FULLPAGENAME0|Jester%Clown|Not the same thing.|ns_base=sr}} {{ Template:FULLPAGENAME0|UESP%Unofficial Elder Scrolls Pages%Main Page|Two external and one internal link to the main page.}} {{ Template:FULLPAGENAME0|Dreugh Wax%Roobrush|The mod parameter only affects the last link|mod=CC|ns_base=sr}}

More cases

{{Template:FULLPAGENAME0|Hermaeus Mora%Guthrag's Mask%Ceyran, Warlord of Rulanyil's Fall|The last two are links that contain characters like , and '.|ns_base=lore}} {{Template:FULLPAGENAME0|=%=/Doc|To link to these some extra syntax is needed.|ns_base=template}}