Template:Plink

Revision as of 22:39, 29 January 2024 by OtherXAdmin (talk | contribs)
Template documentation
This documentation is transcluded from Template:Plink/doc. [edit] [history] [purge]

The picture link template creates an image and links it to the page as well as including text. For a textless version, use {{plinkp}}.

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|Master Chest}} [[File:Master Chest.png|link=Master Chest]] [[Master Chest]]
{{plink|Granite maul|pic=Abyssal whip}} [[File:Abyssal whip.png|link=Granite maul]] [[Granite maul]]
{{plink|Abyssal whip|txt=Whip}} [[File:Abyssal whip.png|link=Abyssal whip]] [[Abyssal whip|Whip]]
{{plink|Granite maul|pic=Abyssal whip|txt=Whip}} [[File:Abyssal whip.png|link=Granite maul]] [[Granite maul|Whip]]

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"
       },
       "txt": {
           "label": "Text override",
           "description": "Override the displayed link text.",
           "default": "First parameter",
           "type": "string"
       }
   }

} </templatedata>