No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
|wcagLevel=AA | |wcagLevel=AA | ||
|wcagSupport=partially supports | |wcagSupport=partially supports | ||
|wcagComments=* keyboard-accessible | |wcagWorkaround=set status in source edit mode. | ||
* state and state change is announced to screenreader | |wcagComments=*keyboard-accessible | ||
* issue: when screenreader is on, the checkbox state cannot be changed in read-mode | *state and state change is announced to screenreader | ||
*issue: when screenreader is on, the checkbox state cannot be changed in read-mode | |||
|extensionType=extended | |extensionType=extended | ||
|extensionFocus=editor | |extensionFocus=editor | ||
}} | }} |
Revision as of 13:56, 19 November 2024
Extension: Checklists
Overview | |||
---|---|---|---|
Description: |
Provides checklists in VisualEditor | ||
State: | stable | Dependency: | MediaWiki |
Developer: | HalloWelt | License: | GPL-3.0-only |
Type: | MediaWiki | Category: | Rich Articles |
Edition: | BlueSpice pro, BlueSpice farm, BlueSpice cloud | Version: | 4.4+ |
Features
This extension defines a checkbox item by using the following syntax:
[] Label of the checkbox, which can contain wikitext systax
As checklist item will be considered:
- line that starts with [] (or [x] for checked items) and
- ends with a newline.
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.43.0
Integrates into
- ContentDroplets
- PDFCreator
- VisualEditor
Special pages
User options
Name | Value |
---|---|
checklists-hide-revision-dlg | 0 |
Hooks
- GetPreferences
- LoadExtensionSchemaUpdates
- PageDelete
- PageDeleteComplete
- PageSaveComplete
- PageUndeleteComplete
- ParserAfterTidy
- ParserBeforeInternalParse
- ParserPreSaveTransformComplete
Accessibility
Test status: | 2-testing complete |
---|---|
Checked for: | Web, Authoring tool |
Last test date: | 2024-11-19 |
WCAG level: | AA |
WCAG support: | partially supports (workaround: set status in source edit mode."set status in source edit mode." is not recognized as a Boolean (true/false) value.) |
Comments: |
|
Extension type: | extended |
Extension focus: | editor |