这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
模板:Timeline:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:(旧)WikiEditor |
无编辑摘要 标签:(旧)WikiEditor |
||
| 第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<div style="position:relative; max-width:800px; width:100%; margin:0 auto; padding:20px 0; box-sizing:border-box; font-family:inherit; -- | <div style="position:relative; max-width:800px; width:100%; margin:0 auto; padding:20px 0; box-sizing:border-box; font-family:inherit;"> | ||
<!-- 时间线 --> | |||
<div style="width:2px; height:100%; position:absolute; background-color:{{{linecolor|#0066cc}}}; top:0; left:20px; z-index:1;"></div> | <div style="width:2px; height:100%; position:absolute; background-color:{{{linecolor|#0066cc}}}; top:0; left:20px; z-index:1;"></div> | ||
| 第12行: | 第12行: | ||
{{Timeline | {{Timeline | ||
|linecolor=#0066cc | |linecolor=#0066cc | ||
|yearsize=22px | |yearsize=22px | ||
|yearcolor=# | |yearcolor=#FFD700 | ||
|monthsize=14px | |monthsize=14px | ||
|monthcolor=#888 | |monthcolor=#888 | ||
|titlesize=16px | |titlesize=16px | ||
|titlecolor=#333 | |titlecolor=#333 | ||
|descsize=14px | |descsize=14px | ||
|desccolor=#666 | |desccolor=#666 | ||
|dotcolor=#0066cc | |dotcolor=#0066cc | ||
|yeardotcolor=#0066cc | |yeardotcolor=#0066cc | ||
|items= | |items= | ||
{{TimelineItem | {{TimelineItem | ||
|year=年份 | |year=年份 | ||
|content={{TimelineContent|month=月份日期|title=标题|desc=内容}} | |content={{TimelineContent|month=月份日期|title=标题|desc=内容}} | ||
}} | }} | ||
{{TimelineItem | {{TimelineItem | ||
|year=770.A.P | |year=770.A.P | ||
2026年2月22日 (日) 00:24的版本
示例
年份
月份日期标题
内容
770.A.P
用法
{{Timeline
|linecolor=#0066cc
<!-- 可调:年份样式 -->
|yearsize=22px
|yearcolor=#0066cc
<!-- 可调:月份样式 -->
|monthsize=14px
|monthcolor=#888
<!-- 可调:标题样式 -->
|titlesize=16px
|titlecolor=#333
<!-- 可调:内容样式 -->
|descsize=14px
|desccolor=#666
<!-- 可调:圆圈边框颜色 -->
|dotcolor=#0066cc
|yeardotcolor=#0066cc
|items=
<!-- 单份内容示例 -->
{{TimelineItem
|year=年份
|content={{TimelineContent|month=月份日期|title=标题|desc=内容}}
}}
<!-- 多份内容示例 -->
{{TimelineItem
|year=770.A.P
|content={{TimelineContent|month=03.32|title=[[巴别]]|desc=幽蓝边界到达冰封。}}
{{TimelineContent|month=08.29~08.31|title=虹再现|desc=幽蓝边界吞灭霓虹。}}
{{TimelineContent|month=08.32|title=方舟蜃景|desc=幽蓝边界到达港湾。}}
}}
}}
可调参数
| 参数 | 说明 | 默认值 |
|---|---|---|
| linecolor | 竖线颜色 | #0066cc |
| yearsize | 年份字号 | 22px |
| yearcolor | 年份颜色 | #0066cc |
| monthsize | 月份字号 | 14px |
| monthcolor | 月份颜色 | #888 |
| titlesize | 标题字号 | 16px |
| titlecolor | 标题颜色 | #333 |
| descsize | 描述字号 | 14px |
| desccolor | 描述颜色 | #666 |
| dotcolor | 圆圈边框颜色 | #0066cc |
| yeardotcolorr | 大圆单独颜色 | #0066cc |