Difference between revisions of "Template:Book"
Jump to navigation
Jump to search
(Making the wikitext generated by this template a little more compact) |
m (Adding a missing squirrelly bracket) |
||
Line 32: | Line 32: | ||
Leaving parameters out (as above) will just cause the resulting text to look a little weird. But it's a wiki; things often look weird. | Leaving parameters out (as above) will just cause the resulting text to look a little weird. But it's a wiki; things often look weird. | ||
− | </noinclude><includeonly>Book: "{{{title|}}" ({{{year|timeless}}}) by {{{author|someone}}} ({{{url|FIXME}}})</includeonly> | + | </noinclude><includeonly>Book: "{{{title|}}}" ({{{year|timeless}}}) by {{{author|someone}}} ({{{url|FIXME}}})</includeonly> |
Revision as of 05:29, 20 November 2020
Template:Book is a MediaWiki template
Examples
Example One
This is an example for using "Template:Book"
* {{Book
|title=MediaWiki
|author=Daniel J. Barrett
|year=2009
|url=https://openlibrary.org/works/OL17309374W/MediaWiki
}}
Result
- Book: "MediaWiki" (2009) by Daniel J. Barrett (https://openlibrary.org/works/OL17309374W/MediaWiki)
Example Two
It's even possible to use this template on a single line of wikitext:
* {{Book|title=MediaWiki|author=Daniel J. Barrett}}
Result:
- Book: "MediaWiki" (timeless) by Daniel J. Barrett (FIXME)
Leaving parameters out (as above) will just cause the resulting text to look a little weird. But it's a wiki; things often look weird.