imported>Openfox (Created page with "<noinclude> ==Template structure == <pre><nowiki>{{Carousel |title=This is a title |color=#0099FF |cards=list of cards ; }}</nowiki></pre> </noinclude> <includeonly> <div cl...") |
imported>Openfox |
||
Line 8: | Line 8: | ||
</noinclude> | </noinclude> | ||
<div class="carousel__wrapper"> | <div class="carousel__wrapper"> | ||
<h2>{{{title|}}}</h2> | <h2>{{{title|}}}</h2> | ||
<div class="carousel"> | <div class="carousel"> | ||
{{#arraymap:{{{ cards |}}}|;|x|[[Card:x|x]]</ | <includeonly> | ||
{{#arraymap:{{{ cards |}}}|;|x| <li>[[Card:x|x]]</li>| }}[[category:cumunity article]] | |||
</includeonly> | |||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 08:16, 28 December 2020
Template structure
{{Carousel |title=This is a title |color=#0099FF |cards=list of cards ; }}