Log the XFD nomination to the userspace log. Should be called after notifyTalkPage() which may unset this.params.initialContrib
Post an edit request to the talk page if the page could not be tagged with a deletion tag (usually because the page is protected)
Only applicable for XFD processes that use separate discussion pages for every page. This is English-language specific (XXX)
Executes on form submission
Returns the wikitext of the discussion to be created.
Used as the label for the fieldset in the UI, and in the default notification edit summary
Return any warnings about the choice of the selected venue (e.g. using Articles for Deletion for requesting deletion of template). This is displayed in red.
Actions performed after the form is rendered.
Pre-process parameters, called from evaluate() and preview().
Print reason text if we fail to post the reason to the designated place on the wiki, so that the user can reuse the text. Should be invoked as a onFailure method in Morebits.taskManager. This function shouldn't need to be overridden.
Callback to redirect to the discussion page when everything is done. Relies on the discussion page
being known as either this.params.discussionpage
or this.params.logpage
.
Hook for form validation. If this returns false, form submission is aborted
Generated using TypeDoc
Used in determineDiscussionPage(), applicable only if in the XfD process, each page is discussed on a separate page (like AfD and MfD). Otherwise this can be skipped.