Template:BookListing: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
{{#if: {{{cover|}}}|<nowiki/>
{{#if: {{{cover|}}}|<nowiki/>
<div class="book-cover">
<div class="book-cover">
[[File:{{{cover}}}|link={{{link|}}}]]
[[File:{{{cover}}}|300px|center|link={{{link|}}}]]
</div>|<nowiki/>
</div>|<nowiki/>
}}<nowiki/>
}}<nowiki/>
Line 15: Line 15:
</div>|<nowiki/>
</div>|<nowiki/>
}}<nowiki/>
}}<nowiki/>
</div>
</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>