More languages
More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
--> | --> | ||
<div class="library-card-mini"> | <div class="library-card-mini"> | ||
<h6 class="library-card-mini-TOC">{{{name | <h6 class="library-card-mini-TOC">{{{name}}}</h6> | ||
<span class="library-card-mini-content"> | <span class="library-card-mini-content"> | ||
[[File:{{{image|}}}|link={{{link}}}]] | [[File:{{{image|Placeholder-image.png}}}|link={{{link}}}]] | ||
<span class="library-card-mini-text">{{{text | <span class="library-card-mini-text">{{{text}}}</span> | ||
</span> | </span> | ||
</div> | </div> | ||
Line 39: | Line 39: | ||
"name": { | "name": { | ||
"type": "string", | "type": "string", | ||
"required": | "required": true, | ||
"description": "The name you want to appear in the table of contents." | "description": "The name you want to appear in the table of contents." | ||
}, | }, | ||
"link": { | "link": { | ||
"type": "string", | "type": "string", | ||
"required": | "required": true, | ||
"description": "The link you want the image to redirect to (normally same as within the text)." | "description": "The link you want the image to redirect to (normally same as within the text)." | ||
} | } |
Revision as of 15:18, 25 September 2023
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | The image filename or URL, with extension (.jpg etc) | String | optional |
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 |