Template:BookListing: Difference between revisions
No edit summary |
m (Protected "Template:BookListing" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="book-listing"> | <div class="book-listing" style="flex: 0 1 300px;"> | ||
{{#if: {{{cover|}}}|<nowiki/> | |||
{{{cover}}} | <div class="book-cover"> | ||
[[File:{{{cover}}}|300px|center|link={{{link|}}}]] | |||
</div>|<nowiki/> | |||
}}<nowiki/> | |||
{{#if: {{{title|}}}|<nowiki/> | |||
<div class="book-title"> | |||
{{{title}}} | {{{title}}} | ||
</div>|<nowiki/> | |||
}}<nowiki/> | |||
{{#if: {{{desc|}}}|<nowiki/> | |||
<div class="book-desc"> | |||
{{{desc}}} | {{{desc}}} | ||
</div>|<nowiki/> | |||
</div> | }}<nowiki/> | ||
</div><noinclude><templatedata> | |||
{ | |||
"params": { | |||
"cover": { | |||
"label": "Book Cover", | |||
"description": "File name of the book cover to display", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link": { | |||
"label": "Cover Link", | |||
"description": "Specify the link to visit when clicking on the cover.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Book Title", | |||
"description": "Specify the title of the book.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"desc": { | |||
"label": "Book Description", | |||
"description": "Describe the book.", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "For use in flex-containers.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 23:56, 12 March 2022
For use in flex-containers.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Book Cover | cover | File name of the book cover to display | String | suggested |
Cover Link | link | Specify the link to visit when clicking on the cover. | String | suggested |
Book Title | title | Specify the title of the book. | String | suggested |
Book Description | desc | Describe the book. | Content | suggested |