更多操作
无编辑摘要 |
无编辑摘要 |
||
第9行: | 第9行: | ||
</templatedata> | </templatedata> | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<div class="link-button">[[{{{content|}}}|{{#if:{{{showText|}}}|{{{showText}}}|{{{content}}}}}]]</div> | <div class="link-button">[[{{{content|}}}|{{#if:{{{showText|}}}|{{{showText}}}|{{{content}}}}}]]</div>{{#css: | ||
.link-button { | |||
display: flex; | |||
} | |||
.link-button a { | |||
flex-grow: 1; | |||
padding: 0.3rem 0.6rem; | |||
border: 1px solid; | |||
border-color: var( --border-color-base ); | |||
background: var( --color-surface-2 ); | |||
border-radius: 12px; | |||
color: var( --color-base--emphasized ) !important; | |||
} | |||
.link-button a:hover { | |||
background: var( --color-surface-2--hover ); | |||
} | |||
.link-button a:active { | |||
background: var( --color-surface-2--active ); | |||
} | |||
}} | |||
</includeonly> | </includeonly> |
2025年3月28日 (五) 14:49的版本
无描述。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
content | content | 无描述 | 未知 | 可选 |
showText | showText | 无描述 | 未知 | 可选 |