H:SAND
Note: You can also use the community sandbox to experiment with editing. |
The link opens a user subpage Special:MyPage/sandbox. If the page does not exist then it is opened for editing with {{User sandbox}} added to the top of the editing window. The template notifies readers that the page is a sandbox, not an article, and it prevents the page from being indexed by search engines.
The link is available on the following 81 Wikipedia projects: Albanian, Arabic, Armenian, Atikamekw, Azerbaijani, Basque, Bengali, Bhojpuri, Catalan, Central Kurdish (Sorani), Chinese, Czech, Danish, Doteli, Greek, English, Esperanto, Extremaduran, Fiji Hindi, French, Hebrew, Hindi, Hungarian, Icelandic, Ilokano, Irish, Italian, Japanese, Javanese, Kannada, Karakalpak, Kazakh, Konkani, Korean, Kurdish (Kurmanji), Ladino, Latin, Latvian, Lithuanian, Maithili, Malay, Minangkabau, Mirandese, Nepali, Norwegian (Bokmål), Norwegian (Nynorsk), Odia, Papiamento, Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Sanskrit, Scottish Gaelic, Serbian, Serbo-Croatian, Shan, Sindhi, Slovak, Somali, Spanish, Swahili, Swedish, Tagalog, Tajik, Tamil, Telugu, Thai, Tulu, Turkish, Ukrainian, Urdu, Uzbek, Vietnamese, Welsh, Western Armenian, and Zulu.
Renaming an existing sandbox page
If you want to rename (move) your sandbox, see Wikipedia:How to rename your sandbox.
Customizing
Removing
The sandbox link was previously a gadget but is now a built-in feature. It cannot be disabled in preferences but it can be removed by placing this in your CSS:
li#pt-sandbox { display: none !important; }
The feature lacks feature-settings to support customization; however, it can be removed and a JavaScript version created in userspace.
Moving to toolbar
To create a toolbar link to Special:MyPage/sandbox.
mw.util.addPortletLink(
'p-personal',
'/w/index.php?title=Special:MyPage/sandbox&action=edit&preload=Template:User_sandbox/preload&editintro=Template:User_sandbox',
'My sandbox',
'pt-mysandbox',
'Go to your sandbox',
null,
'#pt-preferences'
);
To remove autoedit:
var NoEditSandbox = $('#pt-mysandbox a').slice(0,1).attr('href', '/key/User:' + wgUserName + '/sandbox');
My subpages
If you have multiple sandboxes or other user subpages, it may be more useful to show a list of your subpages:
- Ensure you replace username with your username.
mw.util.addPortletLink(
'p-personal',
'/key/Special:PrefixIndex/User:username',
'My subpages',
'pt-mysubpages',
'Show my subpages',
null,
'#pt-preferences'
);
Discussions
Proposals for My sandbox go back to at least 2008, but the defining proposal was in December 2011. A Gadget proposal in January 2012 resulted in the addition of My Sandbox. The gadget was replaced by mw:Extension:SandboxLink in April 2015.