Jump to content

User:TheTechie/bookmarks.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TheTechie (talk | contribs) at 00:27, 26 April 2024 (Created page with '$(function(){ mw.loader.using(['mediawiki.util', "mediawiki.api"], function () { mw.util.addPortlet('p-bk', 'B', '#p-cactions'); let bk1, bk2, bk3, bk4, bk5, bk6, bk7, bk8, bk9; bk1 = mw.util.addPortletLink(portletId='p-bk', href='#', text='1'); bk2 = mw.util.addPortletLink(portletId='p-bk', href='#', text='2'); bk3 = mw.util.addPortletLink(portletId='p-bk', href='#', text='3'); bk4 = mw.util.addPortletLink(portletId='p-bk', href='#', text='4')...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$(function(){
	mw.loader.using(['mediawiki.util', "mediawiki.api"], function () {
		mw.util.addPortlet('p-bk', 'B', '#p-cactions');
		let bk1, bk2, bk3, bk4, bk5, bk6, bk7, bk8, bk9;
		bk1 = mw.util.addPortletLink(portletId='p-bk', href='#', text='1');
		bk2 = mw.util.addPortletLink(portletId='p-bk', href='#', text='2');
		bk3 = mw.util.addPortletLink(portletId='p-bk', href='#', text='3');
		bk4 = mw.util.addPortletLink(portletId='p-bk', href='#', text='4');
		bk5 = mw.util.addPortletLink(portletId='p-bk', href='#', text='5');
		bk6 = mw.util.addPortletLink(portletId='p-bk', href='#', text='6');
		bk7 = mw.util.addPortletLink(portletId='p-bk', href='#', text='7');
		bk8 = mw.util.addPortletLink(portletId='p-bk', href='#', text='8');
		bk9 = mw.util.addPortletLink(portletId='p-bk', href='#', text='9');
	});
});