Template:Plink/doc

Template page

{{#invoke:Documentation|doc}} The picture link template creates an image and links it to the page as well as including text. For a textless version, use {{#invoke:T|main}}.

This template is not intended to be commonly used in mainspace articles. It is primarily used in navboxes and tables to add images to help with navigation. In most other cases, pages should be linked with normal markup and without an image.

Usage

{{plink|item|pic=file name|txt=text}}

Examples

Examples
Code Produces Standard syntax
{{plink|Abyssal whip}} Abyssal whip inventory imageAbyssal whip [[File:Abyssal whip.png|link=Abyssal whip]] [[Abyssal whip]]
{{plink|Granite maul|pic=Abyssal whip}} Granite maul inventory imageGranite maul [[File:Abyssal whip.png|link=Granite maul]] [[Granite maul]]
{{plink|Abyssal whip|txt=Whip}} Abyssal whip inventory imageWhip [[File:Abyssal whip.png|link=Abyssal whip]] [[Abyssal whip|Whip]]
{{plink|Granite maul|pic=Abyssal whip|txt=Whip}} Granite maul inventory imageWhip [[File:Abyssal whip.png|link=Granite maul]] [[Granite maul|Whip]]
{{plink|Imbued god capes|gif=yes}} Imbued god capes inventory imageImbued god capes [[File:Imbued god capes.gif|link=Imbued god capes]] [[Imbued god capes]]

See also

Parameters

<templatedata> {

   "description": "The 'Picture Link' (plink) template is used to create item image + text links.",
   "params": {
       "1": {
           "label": "Item",
           "description": "The item to link to and display",
           "type": "wiki-page-name",
           "required": true
       },
       "pic": {
           "label": "Picture",
           "description": "The name of the image file; do not include 'File:' or '.png'",
           "default": "First parameter",
           "type": "wiki-file-name"
       },
       "gif": {
           "label": "Gif",
           "description": "Set to 'yes' to change the file extension from '.png' to '.gif'",
           "default": "'no'",
           "type": "string"
       },
       "txt": {
           "label": "Text override",
           "description": "Override the displayed link text.",
           "default": "First parameter",
           "type": "string"
       }
   }

} </templatedata>