Template:Plink/doc

From Guinea Isles Wiki
Revision as of 18:33, 20 September 2025 by Squeaky (talk | contribs)

{

   "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"
       }
   }

}