Template:OOO-Vehicles
Appearance
Documentation
Wrapper for
used on vehicle pages.
Keeps the page syntax cleaner by exposing the two required sections:
- list
- panels
Browser behaviour and styling come from
.
Usage
{{OOO-Vehicles
|list=
<div class="ooo-browser__item is-active" data-target="dx20">DX20E</div>
<div class="ooo-browser__item" data-target="dx40">DX40E</div>
|panels=
<div id="dx20" class="ooo-browser__info is-active">
{{OOOInfoBox|type=Vehicles|art=600006}}
</div>
<div id="dx40" class="ooo-browser__info">
{{OOOInfoBox|type=Vehicles|art=600007}}
</div>
}}