Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative: Difference between revisions

Content deleted Content added
neatened function description
WOSlinker changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative from "wikitext" to "JavaScript"
 
(4 intermediate revisions by 4 users not shown)
Line 7:
<pre> importScript('Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative'); </pre>
 
<syntaxhighlight lang=javascript>
<pre>
// (script starts here) */
*/
 
function addForceSummary()
Line 46:
 
 
addOnloadHook$(addForceSummary);
 
// (end of script) </presyntaxhighlight>