It looks like you're offline.
Open Library logo
additional options menu

Macro to give count of books and fulltext books in the Open Library

This doc was last edited by EdwardBot June 28, 2010.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
   5
   6
   7
   8
   9
$def with (books_str, fulltext_str)

$ books = "<strong>23,771,570</strong>"
$ fulltext = "<strong>1,365,217</strong>"

<p style="text-align: center; width: 100%">
$:(books_str % books)<br/>
($:(fulltext_str % fulltext))
</p>