Template:ItemLink: Difference between revisions

From Foundry Wiki
(Created page with "<includeonly><span style="white-space:nowrap;">[[File:{{{image|{{{1}}}.png}}}|{{{size|{{#if:{{{size|}}}|{{{size}}}|x20}}}}}px|link={{{link|{{{1}}}}}}|alt=]] [[{{{link|{{{1}}}}}}|{{{2|{{{text|{{{1}}}}}}}}}]]</span></includeonly> <noinclude> {{doc}} Category:Formatting templates </noinclude>")
 
No edit summary
Line 1: Line 1:
<includeonly><span style="white-space:nowrap;">[[File:{{{image|{{{1}}}.png}}}|{{{size|{{#if:{{{size|}}}|{{{size}}}|x20}}}}}px|link={{{link|{{{1}}}}}}|alt=]]&nbsp;[[{{{link|{{{1}}}}}}|{{{2|{{{text|{{{1}}}}}}}}}]]</span></includeonly>
<includeonly><span style="white-space:nowrap;">{{#ifexist: File:{{{1}}}.png|[[File:{{{image|{{{1}}}.png}}}|{{{size|{{#if:{{{size|}}}|{{{size}}}|x20}}}}}px|link={{{link|{{{1}}}}}}|alt=]]&nbsp;}}[[{{{link|{{{1}}}}}}|{{{2|{{{text|{{{1}}}}}}}}}]]</span></includeonly>
<noinclude>
<noinclude>
{{doc}}
{{doc}}
[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Revision as of 19:31, 6 May 2024


Template-info.png Documentation

Takes a single parameter and provides a link to something accompanied by a 20px image of it.

For this template to work, there must be a png image with the same name of the page you are trying to link to.

Optionally define a second parameter to change the name of the item.

Usage

{{ItemLink|Assembler I}}
{{ItemLink|1|2}}

 Assembler I

2


Parameters

  • 1 defines the name and image, adding content equivalent to [[File:1.png|20x20px|link=1]] [[1]].
  • 2 (optional) provides alternate text on the link. If given, the template will instead add content equivalent to [[File:1.png|20x20px|link=1]] [[1|2]].

TemplateData

Creates a link to an item with an accompanying image.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Link1 link

no description

Page namerequired
Text2 text

no description

Default
{{{1}}}
Stringoptional
Imageimage

no description

Default
{{{1}}}.png
Fileoptional
Sizesize

no description

Stringoptional