Artio: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
mw.ext.tabber.render( { | |||
{ | |||
{ | label = 'Tab 1', | ||
content = 'Content 1' | |||
}, | |||
{ | |||
} | label = 'Tab 2', | ||
content = 'Content 2' | |||
{ | }, | ||
{ | |||
label = 'Tab 3', | |||
content = 'Content 3' | |||
} | }, | ||
{ | |||
{ | label = 'Tab 4', | ||
content = 'Content 4' | |||
} | |||
} ) | |||
} | |||
Revision as of 09:16, 4 July 2025
mw.ext.tabber.render( { { label = 'Tab 1', content = 'Content 1' }, { label = 'Tab 2', content = 'Content 2' }, { label = 'Tab 3', content = 'Content 3' }, { label = 'Tab 4', content = 'Content 4' } } )