It is easy to insert simple checklists into any wiki page. When a wiki page has a checklist, any user with checklistmodify rights can update the checklist values without switching into edit mode. These are by default users in the role editor, author,maintenanceadmin and bot.
Template:Box Note
To create a checklist item:
ClickInsert > More > Magic word in the visual editor.The visual editor
After saving the page, all users can change the selected list value in read mode.
Defining an option list
Before a combobox can be created, a template for the list items needs to be available. For example, to create a list of pizzas, you need to create a page Template:Pizza with the following content:
Checklists can also be added to a page using wikitext.
The syntax for adding the tag is:
Checkbox:
<bs:checklist type="check" checked="true" />
The value of the paramter checked can be true or false, depending on whether the checkbox should initially be selected (true) or deselected (false).
List:
The parameter list defines the template page that contains the list, value defines the initial selection.
Once a checklist tag has been saved on a page, users can change its value in read mode.
Configuration
The following configuration can be changed in the Config manager:
Mark checklist changes as minor edit: If this setting is active, changes to a checklist (for example, checking a checkbox) in view mode are logged as minor edits. If this setting is inactive, a change to the checklist is recorded as a regular version in the page history. minor edit