Reference:Checklists: Difference between revisions

No edit summary
Tag: 2017 source edit
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
|developer=HalloWelt
|developer=HalloWelt
|type=MediaWiki
|type=MediaWiki
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|edition=BlueSpice pro, BlueSpice farm, BlueSpice cloud
|compatible=MediaWiki
|compatible=MediaWiki
|category=Rich Articles
|category=Rich Articles
|bsvFrom=4.4
|bsvFrom=4.4
|features=Diese Erweiterung definiert ein Kontrollkästchenelement mithilfe der folgenden Syntax:
|features=This extension defines a checkbox item by using the following syntax:
<syntaxhighlight lang="text">[] Beschriftung des Kontrollkästchens, das Wikitext-Systax enthalten kann</syntaxhighlight>
<syntaxhighlight lang="text">[] Label of the checkbox, which can contain wikitext systax</syntaxhighlight>
Als Checklistenpunkt wird berücksichtigt:
As checklist item will be considered:  
*Zeile, die mit [] (oder [x] für markierte Elemente) beginnt und die
*line that starts with [] (or [x] for checked items) and
*mit einer neuen Zeile endet.
*ends with a newline.
Daher umfasst der Text des Kontrollkästchenelements alles nach [] bis zum Zeilenumbruch.
|desc=Inserts a checkbox item on a page.
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web, Authoring tool
|wcagTestdate=2024-11-19
|wcagLevel=AA
|wcagSupport=partially supports
|wcagWorkaround=true
|wcagComments=*keyboard-accessible
*state and state change is announced to screenreader
*issue: when screenreader is on, the checkbox state cannot be changed in read-mode; workaround: set status in source edit mode.
|extensionType=extended
|extensionFocus=editor
}}
}}
{{wcagCheck}}

Latest revision as of 14:58, 19 November 2024

Extension: Checklists

all extensions

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

This information applies to BlueSpice 4. Technical details for BlueSpice cloud can differ in some cases.

Requirements

  • MediaWiki: 1.39.0

Integrates into

  • ContentDroplets
  • VisualEditor

Special pages

User options

Name Value
checklists-hide-revision-dlg 0

Hooks

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: true)
Comments:
  • keyboard-accessible
  • state and state change is announced to screenreader
  • issue: when screenreader is on, the checkbox state cannot be changed in read-mode; workaround: set status in source edit mode.
Extension type: extended
Extension focus: editor