Template:Magnify icon: Difference between revisions
From CoMakingSpace Wiki
NitramLegov (talk | contribs) (copied from mediawiki) |
NitramLegov (talk | contribs) m (Template Data) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<noinclude> | <noinclude> | ||
Copied from [https://www.mediawiki.org/wiki/Template:Magnify_icon MediaWiki] | Copied from [https://www.mediawiki.org/wiki/Template:Magnify_icon MediaWiki] | ||
</noinclude> | == Template Parameters == | ||
<templatedata> | |||
{ | |||
"params": { | |||
"link": { | |||
"label": "Link", | |||
"description": "The link to the file that should be opened when clicking the magnify icon", | |||
"type": "wiki-file-name", | |||
"required": true | |||
} | |||
}, | |||
"description": "Adds a magnify icon to the page which opens the provided link when clicked. Mainly used by Template:Wide image" | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 22:29, 13 March 2022
Copied from MediaWiki
Template Parameters
Adds a magnify icon to the page which opens the provided link when clicked. Mainly used by Template:Wide image
Parameter | Description | Type | Status | |
---|---|---|---|---|
Link | link | The link to the file that should be opened when clicking the magnify icon | File | required |