More languages
More actions
(Created page with "<!-- {{LibraryCard | image = | category = | name = | top = | left = }} --> <div class="library-card-mid"> <h6 class="library-card-TOC">{{{name|}}}</h6> <div class="library-card-image" style="position:relative; top:{{{top|0}}}px; left:{{{left|0}}}px;> [[File:{{{image|Placeholder-image.png}}}|link=Category:{{{category|}}}]] </div> :Category:{{{category|}}}|<div class="library-card-content"> <p class="library-card-title">{{{name|}}}</p><p class="library-card-works">...") |
No edit summary |
||
Line 10: | Line 10: | ||
<div class="library-card-mid"> | <div class="library-card-mid"> | ||
<h6 class="library-card-TOC">{{{name|}}}</h6> | <h6 class="library-card-TOC">{{{name|}}}</h6> | ||
<div class="library-card-image" style="position:relative; top:{{{top|0}}}px; left:{{{left|0}}}px;> | <div class="library-card-image" style="position:relative; top:{{{top|0}}}px; left:{{{left|0}}}px; transform:scale({{{scale|1.1}}})"> | ||
[[File:{{{image|Placeholder-image.png}}}|link=Category:{{{category|}}}]] | [[File:{{{image|Placeholder-image.png}}}|link=Category:{{{category|}}}]] | ||
</div> | </div> |
Revision as of 15:05, 30 September 2023
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | The image filename or URL, with extension (.jpg etc)
| String | required |
category | category | The associated category name. | String | required |
name | name | The name of the author or topic. | String | required |
top | top | The offset from the top in pixels for the image. Can be negative. | String | optional |
left | left | The offset from the left in pixels for the image. Can be negative. | String | optional |