中文人物:修订间差异
来自Age Of History 2 Chinese Wiki
页面内容被替换为“{{#dpl: | category = 中文人物 | addauthor = true | addfirsteditdate = true | mode = table | columns = page,author,firsteditdate | class = wikitable }}” |
无编辑摘要 |
||
第1行: | 第1行: | ||
{{#css: | |||
.rounded-container { | |||
border-radius: 10px; | |||
overflow: hidden; | |||
padding: 10px; | |||
box-shadow: 0 0 10px rgba(0,0,0,0.1); | |||
} | |||
.custom-dpl-table { | |||
font-family: Arial, sans-serif; | |||
font-size: 14px; | |||
} | |||
.custom-dpl-table th { | |||
background-color: #007bff; | |||
color: white; | |||
padding: 10px; | |||
} | |||
.custom-dpl-table td { | |||
padding: 10px; | |||
} | |||
.custom-dpl-table tr:nth-child(even) { | |||
background-color: #f2f2f2; | |||
} | |||
}} | |||
<div class="rounded-container"> | |||
{{#dpl: | {{#dpl: | ||
| category = 中文人物 | | category = 中文人物 | ||
第5行: | 第30行: | ||
| mode = table | | mode = table | ||
| columns = page,author,firsteditdate | | columns = page,author,firsteditdate | ||
| class = wikitable | | class = wikitable custom-dpl-table | ||
}} | }} | ||
</div> |