Template:Carousel View history

imported>Forumtestuser
m (1 revision imported)
imported>Forumtestuser
No edit summary
Line 10: Line 10:


<includeonly>
<includeonly>
<div class="carousel__wrapper">
{{#if: {{{cards|}}}|<div class="carousel__wrapper">
<h2 class="mb-8 uppercase font-medium text-gray-900 text-xs">{{{title|}}}</h2>
<h2 class="mb-8 uppercase font-medium text-gray-900 text-xs">{{{title|}}}</h2>
<div class="slider-vue">
<div class="slider-vue">
Line 17: Line 17:
</ol>
</ol>
</div>
</div>
</div>
</div>|}}
</includeonly>
</includeonly>

Revision as of 14:56, 29 September 2021

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}}
}}