Template:Library card: Difference between revisions
Appearance
Created page with "<!-- {{LibraryCard | image = | category = | name = | top = | left = }} --> <div class="library-card"> <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|}}}|{{{desc|}}}]] </div> :Category:{{{category|}}}| <div class="library-card-content"> <p class="library-card-title">{{{name|}}}</p><p class="library-car..." |
m Protected "Template:Library card" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(No difference)
|
Latest revision as of 01:55, 15 March 2025
[[:Category:|
(
Extension:DynamicPageList3 (DPL3), version 3.6.1: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants
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 |
desc | desc | The description you want to display when the user hovers over the link long enough. | String | optional |