More languages
More actions
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
<div class="library-card-mini"> | <div class="library-card-mini"> | ||
<h6 class="library-card-mini-TOC">{{{name|}}}</h6> | <h6 class="library-card-mini-TOC">{{{name|}}}</h6> | ||
<div class="library-card-mini-image">[[File:{{{image|}}}|link={{{link}}}]]</div> | <div class="library-card-mini-image">[[File:{{{image|}}}|link={{{link}}}]]</div> | ||
{{{text|}}} | <div class="library-card-mini-content">{{{text|}}}</div> | ||
</ | |||
</div> | </div> | ||
<!-- | <!-- |
Revision as of 11:39, 21 July 2023
[[File:|link={{{link}}}]]
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | The image filename or URL, with extension (.jpg etc) | String | required |
text | text | Any text you want to appear next to the image, takes wikilinks (within square brackets). | String | required |
name | name | The name you want to appear in the table of contents. | String | required |
link | link | The link you want the image to redirect to (normally same as within the text). | String | required |