AddSectionButton — це розширення JavaScript, яке додає клавішу «Додати розділ» до випадаючого меню «Редагувати», яке створює новий розділ для редагування, подібно до сторінок обговорень.
Installation
Налаштувати
Текст клавіші можна налаштувати за допомогою такого коду:
window.AddSectionButtonText='test';
Замініть test потрібним текстом. Індивідуальний текст повинен бути розміщений перед імпортом, інакше клавіша буде використовувати текст за замовчуванням.
Using configuration options with Fandom Developers Wiki scripts
The instructions on this page describe how to use configuration options with a script. Here on the Fandom Developers Wiki, many scripts provide optional configuration settings as a mean to alter or enhance the default behavior of the script. When installing configuration options in your JavaScript file, please note that they need to go above the import statement in order to work — unless the directions say otherwise. In case MediaWiki:ImportJS is used to load the scripts, it will be executed last.