更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<includeonly>|} | |||
{{#if:{{{info_text|}}}|<div style="margin-top:20px;font-size:0.9rem;color:#888;background:{{{info_bg|#1a1a1a}}};padding:12px;border-left:3px solid {{{accent_color|#64b5f6}}};border-radius:0 4px 4px 0;">{{{info_text}}}</div>}} | |||
</div></includeonly> | |||
<noinclude> | |||
== 参数说明 == | |||
配合 [[模板:档案面板头]] 使用,放置在所有 [[模板:档案行]] 之后。 | |||
{| class="wikitable" | |||
! 参数名 !! 必填 !! 默认值 !! 说明 | |||
|- | |||
| <code>info_text</code> ||❌ || 空 || 底部说明文字(不填则不显示说明框) | |||
|- | |||
| <code>accent_color</code> || ❌ || <code>#64b5f6</code> || 说明框左侧竖线颜色(建议与 DarkTableStart 保持一致) | |||
|- | |||
| <code>info_bg</code> || ❌ || <code>#1a1a1a</code> || 说明框背景色 | |||
|} | |} | ||
</noinclude> | |||
</ | |||