模板:轮播图:修订间差异
来自Age Of History 2 Chinese Wiki
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<div class=" | <div class="modern-carousel"> | ||
<div class=" | <div class="carousel-container"> | ||
<div class=" | <div class="carousel-track"> | ||
{{{content}}} | {{{content}}} | ||
</div> | </div> | ||
</div> | |||
< | <div class="carousel-navigation"> | ||
< | <button class="carousel-button prev">←</button> | ||
<button class="carousel-button next">→</button> | |||
</div> | </div> | ||
</div> | </div> | ||
第17行: | 第18行: | ||
== 用法 == | == 用法 == | ||
<pre> | <pre> | ||
{{ | {{Carousel | ||
|content= | |content= | ||
{{ | {{CarouselItem | ||
|image= | |image=Example1.jpg | ||
|title= | |title=First Item | ||
| | |description=This is the description for the first carousel item | ||
|link= | |link=Article1 | ||
}} | |||
{{CarouselItem | |||
|image=Example2.jpg | |||
|title=Second Item | |||
|description=This is the description for the second carousel item | |||
|link=Article2 | |||
}} | }} | ||
{{ | {{CarouselItem | ||
|image= | |image=Example3.jpg | ||
|title= | |title=Third Item | ||
| | |description=This is the description for the third carousel item | ||
|link= | |link=Article3 | ||
}} | }} | ||
}} | }} | ||
第38行: | 第45行: | ||
== 另见 == | == 另见 == | ||
* [[Template: | * [[Template:CarouselItem]]: 轮播图中单个幻灯片的模板 | ||
</noinclude> | </noinclude> |
2025年5月1日 (四) 19:43的版本
描述
此模板用于在维基页面上创建一个轮播图展示框,可以用来展示多个幻灯片内容。
用法
{{Carousel |content= {{CarouselItem |image=Example1.jpg |title=First Item |description=This is the description for the first carousel item |link=Article1 }} {{CarouselItem |image=Example2.jpg |title=Second Item |description=This is the description for the second carousel item |link=Article2 }} {{CarouselItem |image=Example3.jpg |title=Third Item |description=This is the description for the third carousel item |link=Article3 }} }}
参数
- content: 包含多个幻灯片的内容
另见
- Template:CarouselItem: 轮播图中单个幻灯片的模板