更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<div style="background: # | <div style="background:#0d1117; border:1px solid #30363d; border-radius:6px; padding:20px 24px; margin:12px 0 16px; position:relative; font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;"> | ||
<div style="position:absolute; top:-1px; left:-1px; width:12px; height:12px; border-top:2px solid #58a6ff; border-left:2px solid #58a6ff; border-radius:2px 0 0 0;"></div> | |||
<div style="position:absolute; bottom:-1px; right:-1px; width:12px; height:12px; border-bottom:2px solid #58a6ff; border-right:2px solid #58a6ff; border-radius:0 0 2px 0;"></div> | |||
<div style="color:#58a6ff; font-size:0.95rem; font-weight:600; margin-bottom:12px; display:flex; align-items:center; gap:6px;"> | |||
<span style="color:#484f58;">></span> {{{title|最新动态}}} | |||
</div> | |||
<div style="font-size:0.85rem; line-height:1.8; color:#8b949e; word-break:break-word;"> | |||
{{{content}}} | |||
</div> | |||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | {"params": { | ||
"title": { | |||
"label": "标题", | |||
"description": "终端日志的标题", | |||
"type": "string", | |||
"default": "最新动态", | |||
"required": false | |||
}, | |||
"content": { | |||
"label": "内容", | |||
"description": "终端日志的正文内容,支持wiki文本", | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"description": "迷雾Wiki风格的终端日志卡片模板" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
2026年2月26日 (四) 16:13的最新版本
> 最新动态
{{{content}}}
迷雾Wiki风格的终端日志卡片模板
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| 标题 | title | 终端日志的标题
| 字符串 | 可选 |
| 内容 | content | 终端日志的正文内容,支持wiki文本 | 内容 | 必需 |