模板:轮播图:修订间差异
来自Age Of History 2 Chinese Wiki
无编辑摘要 |
无编辑摘要 |
||
第5行: | 第5行: | ||
{{{content}}} | {{{content}}} | ||
</div> | </div> | ||
<div class="wiki-carousel-indicators"></div> | |||
<button class="wiki-carousel-btn wiki-carousel-prev" aria-label="上一张">❮</button> | <button class="wiki-carousel-btn wiki-carousel-prev" aria-label="上一张">❮</button> | ||
<button class="wiki-carousel-btn wiki-carousel-next" aria-label="下一张">❯</button> | <button class="wiki-carousel-btn wiki-carousel-next" aria-label="下一张">❯</button> | ||
第16行: | 第17行: | ||
== 用法 == | == 用法 == | ||
<pre> | <pre> | ||
{{ | {{Carousel | ||
|content= | |content= | ||
{{Carousel/Slide | {{Carousel/Slide | ||
第38行: | 第39行: | ||
== 另见 == | == 另见 == | ||
* [[Template:Carousel/Slide]]: 轮播图中单个幻灯片的模板 | * [[Template:Carousel/Slide]]: 轮播图中单个幻灯片的模板 | ||
</noinclude | </noinclude> | ||
2025年5月1日 (四) 19:21的版本
描述
此模板用于在维基页面上创建一个轮播图展示框,可以用来展示多个幻灯片内容。
用法
{{Carousel |content= {{Carousel/Slide |image=图片1.jpg |title=标题1 |text=描述文本1 |link=链接页面1 }} {{Carousel/Slide |image=图片2.jpg |title=标题2 |text=描述文本2 |link=链接页面2 }} }}
参数
- content: 包含多个幻灯片的内容
另见
- Template:Carousel/Slide: 轮播图中单个幻灯片的模板