Content deleted Content added
2NumForIce (talk | contribs) figured out how to disable javascript |
2NumForIce (talk | contribs) add skip to talk bottom link |
||
Line 62:
window.popupEditCounterTool = "custom"; // I use XTools
window.popupEditCounterUrl = "https://xtools.wmcloud.org/ec/en.wikipedia.org/$1"; // $1: username; $2, database name (enwiki_p)
// This adds a down arrow link besides talk link. Requires {{Skip to top and bottom}}.
mw.util.addPortletLink(
// portlet URL of link destination (not wiki page name; has to be URL) nom ID of link Portlet display text Access key Next link ID w/ #
"p-personal", mw.util.getUrl("User talk:2NumForIce#skip-to-bottom-anchor"), "↓", "pt-talk-bottom", "Go to bottom of your talk page", null, "#pt-mytalk"
);
/*** BEGIN WIKIBREAK ENFORCER ***/
|