MediaWiki:Gadget-mySandbox.js: Difference between revisions
Created page with "/** * Add a "My sandbox" link to the personal portlet menu. * Dependencies: mediawiki.util, mediawiki.Title, mediawiki.Uri * * @source mediawiki.org/wiki/Snippets/MySandbo..." |
mNo edit summary |
||
| Line 13: | Line 13: | ||
// Costomize/Translate this to your needs | // Costomize/Translate this to your needs | ||
conf = { | conf = { | ||
subpageName: ' | subpageName: 'Sandbox', | ||
portletLabel: 'Sandbox', | portletLabel: 'Sandbox', | ||
portletTooltip: 'Go to your sandbox', | portletTooltip: 'Go to your sandbox', | ||