Extension:Book

From MediaWiki.org

Jump to: navigation, search
disambiguation For the book tool extension used in Wikimedia see Extension:Collection.

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
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 (experimental)

Contents

[edit] Overview

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.

[edit] Usage

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.

[edit] Notes

Be aware that this version is only tested for Mediawiki 1.12

[edit] See also