User:Evad37/MoveToDraft: Difference between revisions

Content deleted Content added
Customisation: fix critical typo
Version 2.3.2: option to disable logging within your userspace
Line 3:
| desc = Moves undersourced articles to draft space
| author = [[User:Evad37|Evad37]]
| version = 2.3.12
| updated = {{Date|2019-0510-0518}} ({{History|User:Evad37/MoveToDraft.js|history}})
| source = {{flatlist|1=
* [[User:Evad37/MoveToDraft.js|Main]]
Line 62:
;Edit summary for preparing article for draftspace
:Add the line <code>var m2d_editsummary = "{{gi|editSummary}}";</code> to [[Special:MyPage/common.js|your common.js]], replacing {{kbd|{{gi|editSummary}}}} with custom text. The default rationale is {{samp|<nowiki>[[WP:AFC|AFC]] draft</nowiki>}}
;Disable logging within your userspace
:Add the line <code>var m2d_doNotLog = {{gi|true}};</code> to [[Special:MyPage/common.js|your common.js]] to disable logging moves (in [[Special:MyPage/Draftify log|/Draftify log]] within your userspace). Logging is enabled is this omitted or set to {{samp|false}}.
 
{{User:Evad37/Scripts navbox}}