Extension:Bookshelf/ja
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
Bookshelf combines wiki pages to create books with a chapter navigation. The book or book chapters can then be exported (for example with Extension:PDFCreator).
Usage / features
- Sets of different pages (chapters) can be put together individually to create a book.
- The table of contents of the book is displayed in the left navigation bar.
- The chapters are displayed in a collapsible tree structure.
- The book or parts of the book can be exported to PDF.
- Some aspects of this extension can be customized in the configuration management.
-
Bookshelf thumbnail with user actions
-
Action "Create new book"
-
Create book dialog window
-
Drag-and-drop chapter editor
Characteristics of books
Books have the following characteristics:
- On book pages, the book navigation is displayed instead of the standard navigation.
- The book chapter levels can be created with a visual drag-and-drop interface.
- A wiki page can be in multiple books. If a page is in multiple books, the book navigation shows a dropdown menu that allows to switch between these books.
- Books can be printed completely or partially as a PDF with a cover sheet.
- Books can be grouped into individual bookshelves.
Administration
Wiki administrators can configure the following settings:
- Show a chapter pager before or after the page content.
- Show book chapter numbers in table of contents and headlines.
- Use display title from book source on article.
- Set the default export template for books.
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceBookshelf
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceBookshelf) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceBookshelf .git" } ], "require": { "mediawiki/BlueSpiceBookshelf": "BlueSpiceBookshelf" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceBookshelf' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- BSBookshelfBooksOverviewBeforeSetBookActions extensions/ja
- BSBookshelfPageAddedToBook extensions/ja
- BSBookshelfPageRemovedFromBook extensions/ja
- BSUEModulePDFAfterFindFiles extensions/ja
- BSUEModulePDFcollectMetaData extensions/ja
- BSUEModulePDFgetPage extensions/ja
- BeforePageDisplay extensions/ja
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ja
- ContentAlterParserOutput extensions/ja
- ContentHandlerDefaultModelFor extensions/ja
- LoadExtensionSchemaUpdates extensions/ja
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ja
- MWStakeGenericTagHandlerInitTags extensions/ja
- MediaWikiServices extensions/ja
- MultiContentSave extensions/ja
- NotifyMeWatchlistProviderGetWatchSource extensions/ja
- NotifyMeWatchlistProviderGetWatchers extensions/ja
- NumberHeadingsBeforeApply extensions/ja
- PageDeleteComplete extensions/ja
- PageMoveComplete extensions/ja
- SkinTemplateNavigation::Universal extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions by HalloWelt/ja
- BlueSpice/ja

