这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
微件:TestImage:修订间差异
跳转到导航
跳转到搜索
修复测试命名错误 |
无编辑摘要 标签:(旧)WikiEditor |
||
| (未显示同一用户的1个中间版本) | |||
| 第2行: | 第2行: | ||
调用方式: | 调用方式: | ||
{{#widget:TestImage | {{#widget:TestImage | ||
| | |text=这里是提示内容 | ||
| | |type=info | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
<div class=" | <div class="simple-notice simple-notice-{{{type|info}}}"> | ||
{{{text|默认提示内容}}} | |||
{ | |||
</div> | </div> | ||
<style> | <style> | ||
. | .simple-notice { | ||
padding: 12px 16px; | |||
margin: | margin: 10px 0; | ||
border-radius: 6px; | |||
font-size: 14px; | |||
} | |||
.simple-notice-info { | |||
background: #e8f4ff; | |||
border-left: 4px solid #2b7fff; | |||
} | } | ||
. | .simple-notice-warning { | ||
background: #fff4e5; | |||
border-left: 4px solid #ff9900; | |||
} | } | ||
. | .simple-notice-error { | ||
background: #ffeaea; | |||
border-left: 4px solid #e53935; | |||
} | } | ||
</style> | </style> | ||
2026年2月14日 (六) 17:07的最新版本
调用方式:
{{{text|默认提示内容}}}
默认提示内容
<style> .simple-notice {
padding: 12px 16px; margin: 10px 0; border-radius: 6px; font-size: 14px;
}
.simple-notice-info {
background: #e8f4ff; border-left: 4px solid #2b7fff;
}
.simple-notice-warning {
background: #fff4e5; border-left: 4px solid #ff9900;
}
.simple-notice-error {
background: #ffeaea; border-left: 4px solid #e53935;
} </style>