Difference between revisions of "Template:Hyperlink"
From Official Barotrauma Wiki
m |
Tag: Undo |
||
Line 1: | Line 1: | ||
− | + | <includeonly><span style="white-space: nowrap">[[File:{{#ifeq: {{{3|}}}|icon|{{{1}}}_icon|{{#if: {{{3|}}}|{{{3}}}|{{{1}}}}}}}.png|{{#if: {{{2|}}}|{{{2}}}|30}}px|link={{{4|{{{1}}}}}}]] [[{{{4|{{{1|}}}}}}|{{ucfirst: {{{1}}}}}]]{{#if:{{{s|}}}|{{{s}}}|}}</span></includeonly><noinclude>{{clr}}{{doc}}</noinclude> | |
− | <includeonly><span style="white-space:nowrap">[[File:{{#ifeq:{{{3|}}}|icon|{{{1}}}_icon|{{#if:{{{3|}}}|{{{3}}}|{{{1}}}}}}}.png|{{#if:{{{2|}}}|{{{2}}}|30}}px|link={{{4|{{{1}}}}}}]][[{{{4|{{{1|}}}}}}|{{ucfirst:{{{1}}}}}]]{{#if:{{{s|}}}|{{{s}}}|}}</span></includeonly> |
Latest revision as of 15:51, 16 May 2022
This template is used for links in some other templates, such as the universal nav. It can also be used in articles. It creates a link and places an appropriate image to the left of the link.
Syntax
{{Hyperlink|<Name>|<Image size override>|<Image name override>|<Link override>|s=<Suffix>}}
- By default the image and link will be the same as the name
- Default image size is 30(px)
- Adding "s=s" allows the s to be included in the link, instead of the regular (beige) color being used if it was added after the template's closing braces
- The suffix parameter (s=...) can be placed in any position since it is a named parameter
Examples
{{Hyperlink|Tiger Thresher}}gives:

{{Hyperlink|Diving Mask|50}}gives:

{{Hyperlink|Jumpsuit||Uniform}}gives:

{{Hyperlink|Revolver|s=s}}gives:


{{Hyperlink|Crawler|s=s|100|Husked Crawler}}gives:

The above documentation is transcluded from Template:Hyperlink/doc. (edit | history)