User
Difference between revisions of "Mathis Back/bluell.js"
Mathis Back (talk | contribs) |
Mathis Back (talk | contribs) |
||
Line 1: | Line 1: | ||
− | new OO.ui.ButtonWidget( { | + | $( '.mw-parser-output' ).append( |
− | + | new OO.ui.ButtonWidget( { | |
− | + | label: 'Primary progressive', | |
− | + | flags: [ | |
− | + | 'primary', | |
− | + | 'progressive' | |
− | } ) | + | ] |
+ | } ) | ||
+ | ); |
Revision as of 10:37, 15 September 2021
$( '.mw-parser-output' ).append(
new OO.ui.ButtonWidget( {
label: 'Primary progressive',
flags: [
'primary',
'progressive'
]
} )
);