More languages
More actions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
--> | --> | ||
<div class="library-card" style="position: relative; top: {{{top|0}}}; left: {{{left|0}}}; | <div class="library-card"> | ||
[[File:{{{image|}}} | <div class="library-card-image" style="position:relative; top:{{{top|0}}}; left:{{{left|0}}};> | ||
[[File:{{{image|}}}|link=Category:{{{category|}}}|200px]] | |||
</div> | |||
<div class="library-card-content"> | <div class="library-card-content"> | ||
<h3 class="library-card-title">{{{name|}}}</h3><p class="library-card-work"> ({{#invoke:Number of works|getWorkCount|category={{{category}}}}} works)</p> | <h3 class="library-card-title">{{{name|}}}</h3><p class="library-card-work"> ({{#invoke:Number of works|getWorkCount|category={{{category}}}}} works)</p> |
Revision as of 11:59, 5 July 2023
[[File:|link=Category:|200px]]
(0 works works)
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 |