模板:轮播图:修订间差异
来自Age Of History 2 Chinese Wiki
页面内容被替换为“<div class="mw-carousel" id="main-carousel"> {{{content|}}} <div class="carousel-navigation"> <button class="carousel-prev">‹</button> <div class="carousel-indicators"></div> <button class="carousel-next">›</button> </div> </div> <includeonly> Category:使用轮播图的页面 </includeonly>” 标签:替换 |
无编辑摘要 |
||
(未显示同一用户的7个中间版本) | |||
第1行: | 第1行: | ||
<div class="mw-carousel" id="main-carousel"> | <div class="mw-carousel" id="main-carousel"> | ||
{{{content|}}} | {{{content|}}} | ||
<div class="carousel-navigation"> | <html> | ||
<div class="carousel-navigation"> | |||
<button class="carousel-prev">‹</button> | |||
<div class="carousel-indicators"></div> | |||
</div> | <button class="carousel-next">›</button> | ||
</div> | |||
</html> | |||
</div> | </div> | ||
第11行: | 第14行: | ||
[[Category:使用轮播图的页面]] | [[Category:使用轮播图的页面]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
== 描述 == | |||
此模板用于在维基页面上创建一个轮播图展示框,可以用来展示多个幻灯片内容。 | |||
== 用法 == | |||
<pre> | |||
{{轮播图 | |||
|content= | |||
{{CarouselItem | |||
|title=欢迎来到本站 | |||
|description=点此进入详细介绍 | |||
|image=Example1.jpg | |||
|link=Main_Page | |||
}} | |||
{{CarouselItem | |||
|title=查看项目 | |||
|description=使用语义维基与Cargo整合数据 | |||
|image=Example2.jpg | |||
|link=Projects | |||
}} | |||
{{CarouselItem | |||
|title=联系我们 | |||
|description=点击获取联系方式 | |||
|image=Example3.jpg | |||
|link=Contact | |||
}} | |||
}} | |||
</pre> | |||
{{轮播图 | |||
|content= | |||
{{CarouselItem | |||
|title=欢迎来到本站 | |||
|description=点此进入详细介绍 | |||
|image=Example1.jpg | |||
|link=Main_Page | |||
}} | |||
{{CarouselItem | |||
|title=查看项目 | |||
|description=使用语义维基与Cargo整合数据 | |||
|image=Example2.jpg | |||
|link=Projects | |||
}} | |||
{{CarouselItem | |||
|title=联系我们 | |||
|description=点击获取联系方式 | |||
|image=Example3.jpg | |||
|link=Contact | |||
}} | |||
}} | |||
== 参数 == | |||
* content: 包含多个幻灯片的内容 | |||
== 另见 == | |||
* [[Template:CarouselItem]]: 轮播图中单个幻灯片的模板 | |||
</noinclude> |
2025年5月1日 (四) 20:12的最新版本
描述
此模板用于在维基页面上创建一个轮播图展示框,可以用来展示多个幻灯片内容。
用法
{{轮播图 |content= {{CarouselItem |title=欢迎来到本站 |description=点此进入详细介绍 |image=Example1.jpg |link=Main_Page }} {{CarouselItem |title=查看项目 |description=使用语义维基与Cargo整合数据 |image=Example2.jpg |link=Projects }} {{CarouselItem |title=联系我们 |description=点击获取联系方式 |image=Example3.jpg |link=Contact }} }}
参数
- content: 包含多个幻灯片的内容
另见
- Template:CarouselItem: 轮播图中单个幻灯片的模板