Template:BookClub: Difference between revisions
Jump to navigation
Jump to search
Created template to organize book selections for the FFBC |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== {{{year}}} == | === {{{year}}} === | ||
{{{cover|}}}''{{{title}}}'' by {{{author}}} | |||
{{{note|}}} | |||
<div | {{{meta|}}} | ||
<div style="clear:both"></div><noinclude> | |||
Usage — | Usage — only year, title, author are required. Omit any of cover/note/meta | ||
and they vanish. Optional fields take finished wikitext, not raw values: | |||
<pre> | <pre> | ||
{{ | {{BookClub | ||
| year | | year = | ||
| cover = [[File:Filename.jpg|left|150px]] | |||
| title = [https://publisher-url Book Title] (or just plain text, no link) | |||
| author = | |||
| cover | | note = The "why this book, that year" annotation. | ||
| | | meta = '''Themes:''' x · y · z<br>'''Sessions:''' 3 | ||
| | |||
| note | |||
| | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 09:12, 30 June 2026
{{{year}}}
{{{title}}} by {{{author}}}
Usage — only year, title, author are required. Omit any of cover/note/meta and they vanish. Optional fields take finished wikitext, not raw values:
{{BookClub
| year =
| cover = [[File:Filename.jpg|left|150px]]
| title = [https://publisher-url Book Title] (or just plain text, no link)
| author =
| note = The "why this book, that year" annotation.
| meta = '''Themes:''' x · y · z<br>'''Sessions:''' 3
}}