Content deleted Content added
Polygnotus (talk | contribs) User script to warn when editing a userpage instead of talkpage |
Polygnotus (talk | contribs) m Polygnotus moved page User:Polygnotus/warn-when-editing-userpages.js to User:Polygnotus/Scripts/WarnWhenEditingUserpages.js |
||
(One intermediate revision by the same user not shown) | |||
Line 1:
// User script to warn when editing a userpage instead of talkpage
// <nowiki>
(function() {
if (mw.config.get('wgNamespaceNumber') === 2 && mw.config.get('wgAction') === 'edit') {
Line 19 ⟶ 21:
}
})();
// </nowiki>
|