Template:InterwikiLink

From Zelda Wiki, the Zelda encyclopedia
Revision as of 03:50, 26 April 2024 by Trig Jegman (talk | contribs) (& overhauled template to use on the interwiki templates. This avoids the use of the link template, which with fewer parser functions should be smoother. Not sure if my documentations any good. Might be better to have a dedicated link coloring template instead of having it in here, to fully nix parsers entirely...)
Jump to navigation Jump to search


Usage

This is a base template for Category:Interwiki links templates. Copy paste the following and fill out the prefix and wikiname.

{{InterwikiLink
|wikiprefix = 
|pagename = 
|text = 
|title =
}}
  • wikiprefix — The wiki's prefix in the Interwiki table. This MUST be lowercase to work properly.
  • pagename — The name of the page you wish to link to. Should be the optional first parameter as shown above. Defaults to the Main Page of the wiki.
  • text — The text to show on the link. Should be the optional second parameter as shown above. If not provided, defaults to the pagename.
  • title — Change the hovertext of the link here. If not entered, displays text.


Additionally, links can be stylized with additional parameters:

{{InterwikiLink
|wikiprefix =
|pagename =
|text =
|title =
|color =
|size =
}}
  • color — Change the color of the link. Can be hex or rgb.
  • size — Change the text size of the link.