Extension:Book
From MediaWiki.org
| For the book tool extension used in Wikimedia see Extension:Collection. |
|
Book Release status: experimental |
|
|---|---|
| Implementation | Data extraction |
| Description | collects recursively all Articles that belong to a Category and compiles a pdf Book |
| Author(s) | Manuel (sh4k_talk) |
| Last version | 0.0.1 (2008-05-29) |
| MediaWiki | 1.12 |
| License | No license specified |
| Download | book-0.0.1.rar |
| Check usage and version matrix | |
Contents |
Overview [edit]
Please have a look at Extension:Pdf Book. The functionality is pretty much the same. Some people complained that there is no capability for Subcategories. Since I needed this functionality in my company I redesigned the whole thing. Both extensions share the same prerequisites.
Usage [edit]
You will have to add this extension to your Localsettings.php by adding
require_once("extensions/Book.php");
Then you have just to append
?action=bookpdf
or
?action=bookhtml
to your url. You can also use this in templates. Have a look at Extension:Pdf Book for examples.
Notes [edit]
Be aware that this version is only tested for Mediawiki 1.12
