更多操作
无编辑摘要 标签:已被回退 |
标签:撤销 |
||
第10行: | 第10行: | ||
</noinclude><includeonly><div class="link-button"> | </noinclude><includeonly><div class="link-button"> | ||
[[{{{content|}}}|{{#if:{{{showText|}}}|{{{showText}}}|{{{content}}}}}]] | [[{{{content|}}}|{{#if:{{{showText|}}}|{{{showText}}}|{{{content}}}}}]] | ||
</div> | </div>{{#css: | ||
.link-button p { | |||
display: flex; | |||
text-align: center; | |||
} | |||
.link-button a { | |||
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月29日 (六) 00:14的版本
无描述。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
content | content | 无描述 | 未知 | 可选 |
showText | showText | 无描述 | 未知 | 可选 |