Template:Plink/doc: Difference between revisions

From OtherX
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 15: Line 15:
|-
|-
|<code><nowiki>{{plink|Master Chest}}</nowiki></code>
|<code><nowiki>{{plink|Master Chest}}</nowiki></code>
|{{plink|Master Chest|100}}
|{{plink|Master Chest|10}}
|<code><nowiki>[[File:Master Chest.png|link=Master Chest]] [[Master Chest]]</nowiki></code>
|<code><nowiki>[[File:Master Chest.png|link=Master Chest]] [[Master Chest]]</nowiki></code>
|-
|-

Revision as of 19:24, 20 January 2024

File:Information icon-grey.svg
This is a documentation subpage for Template:Plink.
It contains usage information, categories, and other content that is not part of the original template page.

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>