dev

Reconstitution is a script used to mass undelete pages from a user's deleted contributions or deleted pages. As with all deletion of pages, it requires the correct rights to use. You can access Reconstitution via any user's contributions page, page tools on user related pages, or Special:SpecialPages.

Installation

Configuration

To change the default delete reason and delete delay, add the following variables above the import:

window.Reconstitution = {
	delay: 1000,
	reason: "Mass restoration of pages created by [[User:$1|$1]]",
};

See also

Text above can be found here (edit)