Template:Click/Documentation: Difference between revisions
Template page
More actions
Created page with "<templatedata> { "params": { "image": { "label": "Image Filename", "description": "The name of the file without 'File:' prefix.", "type": "wiki-file-name", "required": true }, "width": { "label": "Width", "description": "Width of the image (e.g., 50px).", "type": "string", "required": true }, "link": { "label": "Internal Link", "description": "Wiki page to link to (e.g., Main Page).", "type": "wiki-page-name" }, "ex-link":..." |
(No difference)
|
Latest revision as of 03:38, 3 December 2025
Displays a clickable image linking to a specific page or URL.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image Filename | image | The name of the file without 'File:' prefix. | File | required |
| Width | width | Width of the image (e.g., 50px). | String | required |
| Internal Link | link | Wiki page to link to (e.g., Main Page). | Page name | optional |
| External Link | ex-link | URL to link to (e.g., http://google.com). | String | optional |
| Float | float | Positioning: left, right, or center.
| String | optional |
| Alt Text | alt | Description for screen readers. | String | optional |