更多操作
创建页面,内容为“<div style="background: #111; border: 1px solid #333; padding: 25px; position: relative; margin-bottom: 20px;"> <div style="position: absolute; top: -1px; left: -1px; width: 10px; height: 10px; border-top: 2px solid #ff3333; border-left: 2px solid #ff3333;"></div> <div style="position: absolute; bottom: -1px; right: -1px; width: 10px; height: 10px; border-bottom: 2px solid #ff3333; border-right: 2px solid #ff3333;"></div> <h2 style="margin-top: 0; c…” |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第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> | ||
<div style="font-size:0.85rem; line-height:1.8; color:#8b949e; word-break:break-word;"> | |||
{{{content}}} | |||
</div> | |||
</div> | |||
<noinclude> | |||
<templatedata> | |||
{"params": { | |||
"title": { | |||
"label": "标题", | |||
"description": "终端日志的标题", | |||
"type": "string", | |||
"default": "最新动态", | |||
"required": false | |||
}, | |||
"content": { | |||
"label": "内容", | |||
"description": "终端日志的正文内容,支持wiki文本", | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"description": "迷雾Wiki风格的终端日志卡片模板" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
2026年2月26日 (四) 16:13的最新版本
> 最新动态
{{{content}}}
迷雾Wiki风格的终端日志卡片模板
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| 标题 | title | 终端日志的标题
| 字符串 | 可选 |
| 内容 | content | 终端日志的正文内容,支持wiki文本 | 内容 | 必需 |