Template:Carousel View history

imported>ForumuserBETA
No edit summary
imported>Itssick
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:
_table=carousel_title
|title=String
}}
==Template structure ==
==Template structure ==
<pre><nowiki>{{Carousel  
<pre><nowiki>{{Carousel  
Line 13: Line 17:
<ol class="carousel flex gap-10 mx-0 mb-2- overflow-x-auto">
<ol class="carousel flex gap-10 mx-0 mb-2- overflow-x-auto">
{{{cards|}}}
{{{cards|}}}
</ol></div></div>|}}</includeonly>
</ol></div></div>|}}{{#if:{{{title|}}}{{#cargo_declare:
_table =carousel_title
|title={{{title|}}}
}}|}}</includeonly>

Revision as of 09:02, 22 September 2022

This template defines the table "carousel_title". View table.

Template structure

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