Extension:Checklists/pl
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Status wydania: stabilne |
|
|---|---|
| Opis | This extension defines a checkbox item |
| Autor(zy) | Hallo Welt! GmbH |
| Opiekun(owie) | Hallo Welt! GmbH |
| Ostatnia wersja | - |
| Polityka zgodności | Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu. |
| MediaWiki | 1.43 (LTS) |
| Licence | Licencja GNU General Public License 3.0 wyłącznie |
| Pobieranie | |
| Przetłumacz rozszerzenie Checklists jeżeli jest dostępne na translatewiki.net | |
This extension provides persistent, interactive checklist items on a wiki page.
Features
- Checklist items are embedded directly in the page content and edited using standard wiki markup.
- Changes to checklist states are recorded in the page history if they were made in view-mode.
- Modification of checklist states can be restricted using a dedicated user right.
Użycie
As checklist item will be considered:
- A line that starts with
[](or[x]for checked items) and ends with a new line. Therefore, the text of the checkbox item is everything after[]until the new line.
Compatibility with other extensions
This extension is used in combination with Extension:AtMentions and Extension:DateTimeTools in Extension:SimpleTasks to add task assignment and due date functionality.
-
Checklist items
-
Checklist bundled as SimpleTasks
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-Checklists/pl.git) as a "vcs repository" and the package name (mediawiki/Checklists/pl) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-Checklists/pl.git" } ], "require": { "mediawiki/Checklists/pl": "dev-REL1_43" } }
- 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( 'Checklists/pl' );
Zrobione Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: |

