Template:Carousel View history

imported>Openfox
No edit summary
imported>Openfox
No edit summary
Line 11: Line 11:
<div class="carousel__wrapper">
<div class="carousel__wrapper">
=={{{title|}}}==
=={{{title|}}}==
<div class="carousel">
<ol class="carousel">
<ol>
<includeonly>
<includeonly>
{{{ cards |}}}
{{{ cards |}}}
</includeonly>   
</includeonly>   
</ol>
</ol>
</div>
</div>
</div>

Revision as of 09:56, 28 December 2020

Template structure

{{Carousel 
|title=This is a title
|color=#0099FF
|cards=list of card each should have {{card| title, subtitle, type, color and maybe an Image}}
}}