Difference between revisions of "Template:Carousel"

From Tweeki
Jump to: navigation, search
(Created page with "<noinclude> This is the template "{{PAGENAME}}". This template will display Bootstrap Carrousel with five images (incl. titles and captions). It uses custom styling to enable...")
 
m
 
(One intermediate revision by one other user not shown)
Line 22: Line 22:
 
<span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]</span> to inspect the template text.
 
<span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]</span> to inspect the template text.
 
</noinclude><includeonly><div class="row main-slider">
 
</noinclude><includeonly><div class="row main-slider">
<div id="CarrouselTE1" class="carousel slide carousel-fade" data-ride="carousel">
+
<div id="MyCarousel" class="carousel slide carousel-fade" data-ride="carousel">
 
<!-- Indicators -->
 
<!-- Indicators -->
 
<ol class="carousel-indicators">
 
<ol class="carousel-indicators">
Line 74: Line 74:
 
</div><!-- /Slide5 -->
 
</div><!-- /Slide5 -->
 
</div><!-- /.carousel-inner -->
 
</div><!-- /.carousel-inner -->
<!-- Controls removed -->
+
<!-- Controls removed --></div><!-- /#MyCarousel -->
</div><!-- /#MyCarousel -->
 
 
</div><!-- /.main-slider --></includeonly>
 
</div><!-- /.main-slider --></includeonly>

Latest revision as of 12:17, 13 June 2018

This is the template "Carousel". This template will display Bootstrap Carrousel with five images (incl. titles and captions). It uses custom styling to enable fading instead of sliding images.

{{Carousel
|Image1=
|Title1=
|Caption1=
|Image2=
|Title2=
|Caption2=
|Image3=
|Title3=
|Caption3=
|Image4=
|Title4=
|Caption4=
|Image5=
|Title5=
|Caption5=
}}

Edit this page to inspect the template text.