1.2.1 • Published 1 year ago

mw-ui-monkey v1.2.1

Weekly downloads
-
License
Unlicense
Repository
gitlab
Last release
1 year ago

MW-UI-Monkey

A unified, simple micro-library to throw monkey wrenches into the MediaWiki UI.

This is essentially an easier-to-use version of mw.util.addPortletLink.

How to Use

To insert a link at the end of the header portlet section (next to "History"), do:

const link = MwUiMonkey.addHeaderPortletLink('My special link', () => {
    console.log('Meow');
});
// <- HTMLElement

Result be like:

Screen Shot

1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago