Extension:Checklist
Appearance
Release status: stable |
|
|---|---|
| Description | Provides checklist functionality |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
|
|
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the Checklist extension if it is available at translatewiki.net | |
Checklist gives you the ability to create checkboxes and template-based drop-down select lists in source edit mode for to-do lists or task lists with responsibilities and status queries.
Not to be confused with: Extension:Checklists.
Usage / features
[edit]The checklist extension inserts:
- single checkbox elements
- checklists based on templates with an unordered list
It is possible to add multiple checkboxes and/or checklists to a page.
The checkbox and select list status can be changed in view and in edit m ode and is tracked in the page history.
Requirements
[edit]Checklist requires BlueSpiceFoundation.
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceChecklist
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceChecklist) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceChecklist .git" } ], "require": { "mediawiki/BlueSpiceChecklist": "BlueSpiceChecklist" } }
- 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( 'BlueSpiceChecklist' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit]Categories:
- Stable extensions
- Extensions with invalid or missing type
- BSUsageTrackerRegisterCollectors extensions
- ChangeTagsListActive extensions
- ListDefinedTags extensions
- MWStakeGenericTagHandlerInitTags extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- BlueSpice

