打开/关闭菜单
切换首选项菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:终端日志:修订间差异

来自迷雾wiki
创建页面,内容为“<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: #111; border: 1px solid #333; padding: 25px; position: relative; margin-bottom: 20px;">
<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: 10px; height: 10px; border-top: 2px solid #ff3333; border-left: 2px solid #ff3333;"></div>
<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: 10px; height: 10px; border-bottom: 2px solid #ff3333; border-right: 2px solid #ff3333;"></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>
    <h2 style="margin-top: 0; color: #fff; font-size: 1.2rem; font-family: monospace;">> SYSTEM_LOG / 最新动态</h2>
<div style="color:#58a6ff; font-size:0.95rem; font-weight:600; margin-bottom:12px; display:flex; align-items:center; gap:6px;">
    <div style="font-size: 0.9rem; line-height: 1.8; color: #aaa; font-family: monospace;">
<span style="color:#484f58;">></span> {{{title|最新动态}}}
        {{{content}}}
    </div>
</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文本

内容必需