Template:TabbedWindowBegin
Appearance
This template is used to create the OOUI Tab Window of subsections
Example
[edit]== Sample Code ==
{{TabbedWindowBegin}}
=== Python ===
<syntaxhighlight lang="Python" line='line'>
code
</syntaxhighlight>
=== Javascript ===
<syntaxhighlight lang="javascript" line='line'>
code
</syntaxhighlight>
{{TabbedWindowEnd}}