Template:TabbedWindowBegin

From mediawiki.org
Template documentation

This template is used, together with {{TabbedWindowEnd }}, to create the a tabbed window interface in documentation, e.g. for code snippets in multiple programming languages. The tabs will be created from the level 3 headings between the start/end templates.

The template relies on Gadget-tabbedwindow.js. It can be used in the API, Help, Manual and the main namespace.

Example[edit]

{{TabbedWindowBegin}}
=== Python ===
<syntaxhighlight lang="Python" line='line'>
code
</syntaxhighlight>

=== JavaScript ===
<syntaxhighlight lang="javascript" line='line'>
code
</syntaxhighlight>
{{TabbedWindowEnd}}

Python[edit]

code

JavaScript[edit]

code