Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative: Difference between revisions
Content deleted Content added
Created this page. |
WOSlinker changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative from "wikitext" to "JavaScript" |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 1:
/*
* A modified version of [[Wikipedia:WikiProject User scripts/Scripts/Force edit summary]].
* Flashes summary box instead of displaying message.
* Place this line into your monobook.js
<pre> importScript('Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative'); </pre>
<syntaxhighlight lang=javascript>
// (script starts here) */
function addForceSummary()
Line 41 ⟶ 46:
// (end of script) </syntaxhighlight>
|