Template:InterwikiLink: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(& 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...)
m (& removing function as it will be handled by a different template)
 
Line 1: Line 1:
<includeonly>[[{{{wikiprefix|mw}}}:{{{pagename|Main Page}}}|<span title="{{{title|{{{text|{{{pagename|}}} }}} }}}" style="{{#if:{{{color|}}}|color:{{{color|}}};|}} {{#if:{{{size|}}}|font-size:{{{size|}}}|}};">{{{text|{{{pagename|}}} }}}</span>]]</includeonly><noinclude>
<includeonly>[[{{{wikiprefix|mw}}}:{{{pagename|Main Page}}}|<span title="{{{title|{{{text|{{{pagename|}}} }}} }}}">{{{text|{{{pagename|}}} }}}</span>]]</includeonly><noinclude>


== Usage ==
== Usage ==
Line 17: Line 17:
{{Parameter|title|Change the hovertext of the link here. If not entered, displays <code>text</code>.|Optional}}
{{Parameter|title|Change the hovertext of the link here. If not entered, displays <code>text</code>.|Optional}}
<br clear=all>
<br clear=all>
Additionally, links can be stylized with additional parameters:
<pre style="width: 240px;">
{{InterwikiLink
|wikiprefix =
|pagename =
|text =
|title =
|color =
|size =
}}
</pre>
{{Parameter|color|Change the color of the link. Can be hex or rgb.|Optional}}
{{Parameter|size|Change the text size of the link.|Optional}}


[[Category:Supporting templates]]
[[Category:Supporting templates]]
</noinclude>
</noinclude>

Latest revision as of 12:07, 26 April 2024


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.