Jump to content

Wikipedia:User scripts/Module template

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Paper9oll (talk | contribs) at 15:27, 19 February 2021 (Corrected template. As per Wikipedia:User scripts/Guide#Your first script, quote "To begin, change MODULE_NAME in the module template to "Qwikify"" however MODULE_NAME was nowhere to be found in this template.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
// MODULE_NAME
$(document).ready( function () {
    MODULE_CODE;
} );