Template:Book: Difference between revisions

From OLPC
Jump to navigation Jump to search
(..)
(usage and ISBN auto-link in template)
Line 1: Line 1:
''{{{title}}}'', {{{author}}} <small>[ <u>{{{pub}}}</u> '' {{{year}}} '' ]</small>
<includeonly>''{{{title}}}'', {{{author}}} <small>[ <u>{{{pub}}}</u> '' {{{year}}} '' ISBN {{{isbn|none}}}]</small></includeonly>
<noinclude>
This template will format in a standard way any book reference you may wish to include.

See also
* [http://meta.wikimedia.org/wiki/Help:ISBN_links WikiMedia's help on ISBN]
* To reference any book just by it's ISBN number you can do <nowiki>ISBN somenumber</nowiki> and an ''ISBN link'' to [[Special:Booksources]] will be automatically created.

== Usage ==
<tt><pre>
{{ Book
| title = <!-- Book's title -->
| author = <!-- Author's name -->
| pub = <!-- Publisher or Editor name -->
| year = <!-- Year of edition -->
| isbn = <!-- ISBN number -->
}}
</pre></tt>
</noinclude>

Revision as of 18:16, 21 January 2007


This template will format in a standard way any book reference you may wish to include.

See also

Usage

 {{ Book
    | title   =    <!-- Book's title  -->
    | author  =    <!-- Author's name -->
    | pub     =    <!-- Publisher or Editor name -->
    | year    =    <!-- Year of edition -->
    | isbn    =    <!-- ISBN number -->
 }}