Feature summary (what you would like to be able to do and where):
I would like to unlock "/sandbox" subpages on MediaWiki wikis that should not require "editinterface" rights. These would be editable by everyone but can still be subject to regular page protection.
The sandbox subpage would be customizable with "MediaWiki:Sandbox". Changing this message would require something to update the titles of all the existing sandbox subpages. If the message is empty or "-", then no sandbox pages in MediaWiki: space can be created or edited, and the existing sandbox subpages would be moved to "MediaWiki talk:.../sandbox[n]" (where [n] is a number only needed if a title already exists there).
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
I go to any MediaWiki page, for example MediaWiki:Noarticletext and type "/sandbox" in the header. This page is currently not editable. The hacky workaround for this is to create the sandbox on "MediaWiki talk:Noarticletext/sandbox" but that is a talk page and not really well suited for this.
Benefits (why should this be implemented?):
This would allow for the proposal and testing of MediaWiki interface messages before they are ultimately created. It would also allow "sandbox" messages to be previewed with the URL parameter "?uselang=sandbox". Of course, for other languages not the same as MediaWiki's content language, the sandbox messages to be previewed would be "?uselang=[language code]/sandbox".