More actions
No edit summary |
(Update to be more general) |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="profile-iconbox"> | <div class="profile-iconbox"> | ||
<div class="profile-iconbox__img"> | <div class="profile-iconbox__img">{{#if:{{{image|}}}|{{Dimg|{{{image}}}}}|[[File:CubeyBanner.png|link=Home|400px]]}}</div> | ||
<div class="profile-iconbox__foreground"> | <div class="profile-iconbox__foreground"> | ||
<div class="profile-iconbox__label">{{{label| | <div class="profile-iconbox__label">{{{label|Description}}}</div> | ||
<h3 class="profile-iconbox__header">{{{header|{{ | <h3 class="profile-iconbox__header">{{{header|{{{name|{{{1|Page title}}}}}}}}}</h3> | ||
</div> | </div> | ||
</div> | </div> | ||
<templatestyles src="Template:LinkIcon/styles.css"/> | |||
<noinclude>{{/doc}}</noinclude> | |||
Latest revision as of 03:04, 30 April 2023
This documentation is transcluded from Template:LinkIcon/doc. Changes can be proposed in the talk page.
{{LinkIcon}} creates a clickable image link with a customizable description and title.
Create a clickable image link with a customizable description and title.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | The image to use as a display. This image must contain the link and size properties for this template to function.
| File | required |
| Page name | label | The main bolded text to display under the description. Often a page title.
| Page name | required |
| Description | header | The description for the link. Ideally should only be a couple words, maximum.
| String | required |