打开/关闭菜单
331
1.7K
131
11.8K
星露谷物语扩展百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Alert:修订间差异

来自星露谷物语扩展百科
Sizau留言 | 贡献
m无编辑摘要
Sizau留言 | 贡献
移至全站
第1行: 第1行:
<includeonly>{{#if:{{#varexists:提示样式}}||{{#vardefineecho:提示样式|<bstyle>/*<pre>*/
<includeonly><div class="markdown-alert {{#switch:{{{1|}}}
 
:root {
  --color-note: #0969da;
  --color-tip: #1a7f37;
  --color-warning: #9a6700;
  --color-severe: #bc4c00;
  --color-caution: #d1242f;
  --color-important: #8250df;
}
 
.markdown-alert {
  padding: 0.5rem 1rem;
  margin-top: 8px;
  margin-bottom: 16px;
  color: inherit;
  border-left: .25em solid #888;
}
 
.markdown-alert>:first-child {
  margin-top: 0
}
 
.markdown-alert>:last-child {
  margin-bottom: 0
}
 
.markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1
}
 
.markdown-alert .markdown-alert-title .octicon {
  margin-right: 0.5rem;
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}
 
.markdown-alert.markdown-alert-note {
  border-left-color: var(--color-note);
}
 
.markdown-alert.markdown-alert-note .markdown-alert-title {
  color: var(--color-note);
}
 
.markdown-alert.markdown-alert-important {
  border-left-color: var(--color-important);
}
 
.markdown-alert.markdown-alert-important .markdown-alert-title {
  color: var(--color-important);
}
 
.markdown-alert.markdown-alert-warning {
  border-left-color: var(--color-warning);
}
 
.markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: var(--color-warning);
}
 
.markdown-alert.markdown-alert-tip {
  border-left-color: var(--color-tip);
}
 
.markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: var(--color-tip);
}
 
.markdown-alert.markdown-alert-caution {
  border-left-color: var(--color-caution);
}
 
.markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: var(--color-caution);
}
 
/*</pre>*/</bstyle>}}}}<div class="markdown-alert {{#switch:{{{1|}}}
|Note=markdown-alert-note
|Note=markdown-alert-note
|Tip=markdown-alert-tip
|Tip=markdown-alert-tip

2024年12月11日 (三) 04:17的版本

Hello

注意

Highlights information that users should take into account, even when skimming.

提示

Optional information to help a user be more successful.

重要

Crucial information necessary for users to succeed.

警告

Critical content demanding immediate user attention due to potential risks.

谨慎

Negative potential consequences of an action.

Custom

My title

With markers: '*' case of chars is not required and titles are supported.

备注

Also any other alert name is allowed.