Template:Ilink/doc
Jump to navigation
Jump to search
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
{{ilink|txt=text|item|size=size without px|pic=file name}}
Examples
Code | Produces | Standard syntax |
---|---|---|
{{ilink|Balance beam}}
|
Error creating thumbnail: Unable to save thumbnail to destination Balance beam
|
[[File:Balance beam icon.png|link=Balance beam]] [[Balance beam]]
|
{{ilink|Granite maul|pic=Abyssal whip}}
|
Error creating thumbnail: Unable to save thumbnail to destination Granite maul
|
[[File:Abyssal whip.png|link=Granite maul]] [[Granite maul]]
|
{{ilink|Balance beam|txt=Beam}}
|
Error creating thumbnail: Unable to save thumbnail to destination Beam
|
[[File:Balance beam icon.png|link=Balance beam]] [[Balance beam|Beam]]
|
{{ilink|Balance beam|pic=Abyssal whip|txt=Whip}}
|
Error creating thumbnail: Unable to save thumbnail to destination 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|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|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 |