AddSectionButton es una extensión de JavaScript que agrega un botón "Añadir sección" al menú desplegable Editar que crea una nueva sección para que el usuario la edite, como en las páginas de discusión.
Installation
Personalización
El texto del botón se puede personalizar mediante el siguiente código:
window.AddSectionButtonText='test';
Reemplace test con el texto deseado. El texto personalizado debe colocarse antes de la importación, de lo contrario el botón utilizará su texto predeterminado.
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.