AddSectionButton est une extension JavaScript ajoutant un bouton "Ajouter une section" au menu déroulant du bouton "Modifier" permettant de créer une nouvelle section pour l'utilisateur, comme sur les pages de discussion.
Installation
Personnalisation
Le texte du bouton peut être personnalisé à l'aide du code suivant :
window.AddSectionButtonText='test';
Remplacez test par le texte souhaité. La variable doit être placée avant l'importation de la fonction, autrement le texte par défaut sera affiché.
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.