Template:Ilink/doc
< Template:Ilink
Jump to navigation
Jump to search
Revision as of 12:20, 17 February 2022 by Mortem (talk | contribs) (Created page with "{{Documentation}} This template creates an image and links it to the page as well as including text as well as resizing it to the given size in pixels. ==Usage== {{T|ilink|item|pic=file name|txt=text|size=size without px}} ==Examples== {|class="wikitable" !Code ! style="min-width:150px;" | Produces !Standard syntax |- |<code><nowiki>{{ilink|Balance beam}}</nowiki></code> |{{ilink|Balance beam}} |<code><nowiki>link=Balance beam Balance...")
Script error: The module returned a nil value. It is supposed to return an export table.
This template creates an image and links it to the page as well as including text as well as resizing it to the given size in pixels.
Usage
Script error: No such module "T".
Examples
Code | Produces | Standard syntax |
---|---|---|
{{ilink|Balance beam}}
|
File:Balance beam icon.png Balance beam | [[File:Balance beam icon.png|link=Balance beam]] [[Balance beam]]
|
{{ilink|Granite maul|pic=Abyssal whip}}
|
Granite maul | [[File:Abyssal whip.png|link=Granite maul]] [[Granite maul]]
|
{{ilink|Balance beam|txt=Beam}}
|
File:Balance beam icon.png Beam | [[File:Balance beam icon.png|link=Balance beam]] [[Balance beam|Beam]]
|
{{ilink|Balance beam|pic=Abyssal whip|txt=Whip}}
|
Whip | [[File:Abyssal whip.png|link=Balance beam]] [[Balance beam|Whip]]
|
{{ilink|Balance beam|pic=Gnome child chathead|txt=Whip|size=35}}
|
File:Gnome child chathead.png Whip | [[File:Gnome child chathead.png|link=Balance beam|35px]] [[Balance beam|Whip]]
|
{{ilink|Steam achievements|pic=A New Hero colour|type=jpg|size=35}}
|
File:A New Hero (unlocked).jpg Steam achievements | [[File:A New Hero (unlocked).jpg|link=Steam achievements|35px]] [[Steam achievements]]
|
See also
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
Item | 1 | This parameter takes the name of the page that the link is for. | Page name | required |
Picture | pic | This changes the filename used; do not include 'File:' or '.png'
| File | optional |
Text | txt | Alternate text in the link.
| String | optional |
Picture size | size | The size of an image if the image is too big, only number are allowed, 'px' is already included in the code.
| String | optional |
File type | type | The file type (extension) for the image
| String | optional |