ЧТМ:Расширения/BatchTools/1.45/0.9: различия между версиями
Перейти к навигации
Перейти к поиску
LordBot (обсуждение | вклад) м Замена текста — «lang="php">» на «lang="php" line>» |
LordBot (обсуждение | вклад) м Замена текста — «lang="json">» на «lang="json" line>» |
||
| Строка 28: | Строка 28: | ||
=== extension.json === | === extension.json === | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json" line> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Строка 35: | Строка 35: | ||
=== en.json === | === en.json === | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json" line> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== ru.json === | === ru.json === | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json" line> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Версия от 15:04, 30 мая 2026
Схема
BatchTools/
├── extension.json
├── i18n/
│ ├── BatchTools.alias.php
│ ├── en.json
│ └── ru.json
└── includes/
├── handlers/
│ ├── BatchToolHandler.php
│ ├── BatchWorkspaceBase.php
│ ├── MassBlockHandler.php
│ ├── MassCreateAccountsHandler.php
│ ├── MassCreatePagesHandler.php
│ ├── MassDeleteHandler.php
│ ├── MassMoveHandler.php
│ ├── MassProtectHandler.php
│ ├── MassUnblockHandler.php
│ ├── MassUndeleteHandler.php
│ └── MassUploadHandler.php
└── SpecialBatchTools.php