Artio: Difference between revisions

From Delanor Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
mw.ext.tabber.render( {
Some text above the tab view
    {
 
        label = 'Tab 1',
= First section header =
        content = 'Content 1'
This will be displayed on the first tab
    },
 
    {
{{#switchtablink:Second section header|Click here to go to the next tab...}}
        label = 'Tab 2',
 
        content = 'Content 2'
= Second section header =
    },
This will be displayed on the second tab
    {
 
        label = 'Tab 3',
<headertabs/>
        content = 'Content 3'
= Third section header =
    },
This will be always displayed under the tab view because it's below the <headertabs/> tag.
    {
        label = 'Tab 4',
        content = 'Content 4'
    }
} )

Revision as of 09:19, 4 July 2025

Some text above the tab view

[edit]

This will be displayed on the first tab

Click here to go to the next tab...

[edit]

This will be displayed on the second tab

Third section header

This will be always displayed under the tab view because it's below the

tag.