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

模板:介绍(有警告):修订间差异

来自迷雾wiki
创建页面,内容为“<div style="font-family: 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #1a0505 0%, #000000 100%); border: 1px solid #ff0000; border-radius: 6px; padding: 2px; box-shadow: 0 0 15px rgba(255, 0, 0, 0.4), inset 0 0 30px rgba(255, 0, 0, 0.1); margin-bottom: 25px; position: relative; overflow: hidden;"> <!-- 顶部红色光流 --> <div style="height: 4px; background: linear-gradient(90deg, #ff0000, #8b0000, transparent); width: 100%; box…”
 
无编辑摘要
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
<div style="font-family: 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #1a0505 0%, #000000 100%); border: 1px solid #ff0000; border-radius: 6px; padding: 2px; box-shadow: 0 0 15px rgba(255, 0, 0, 0.4), inset 0 0 30px rgba(255, 0, 0, 0.1); margin-bottom: 25px; position: relative; overflow: hidden;">
<div style="background:#161b22; border:1px solid #30363d; border-top:3px solid #58a6ff; border-radius:10px; margin:16px 0; box-shadow:0 4px 20px rgba(0,0,0,0.25); overflow:hidden;">
    <!-- 顶部红色光流 -->
    <div style="height: 4px; background: linear-gradient(90deg, #ff0000, #8b0000, transparent); width: 100%; box-shadow: 0 0 10px #ff0000;"></div>


    <div style="padding: 25px;">
<div style="padding:14px 20px; border-bottom:1px solid #21262d; display:flex; align-items:center; gap:10px;">
        <!-- 正文区 -->
<span style="color:#58a6ff; font-size:1.1rem; line-height:1; flex-shrink:0;">📖</span>
        <div style="margin-bottom: 25px; color: #ffcdd2; line-height: 1.8; font-size: 0.95rem; text-shadow: 0 0 2px rgba(255, 0, 0, 0.2);">
<span style="color:#e6edf3; font-size:1rem; font-weight:700; letter-spacing:0.3px; font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;">{{{标题|介绍}}}</span>
            {{{介绍|在此处填写介绍内容...}}}
</div>
        </div>
 
<div style="padding:18px 20px; color:#8b949e; font-size:0.875rem; line-height:1.75; font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; word-break:break-word; border-bottom:1px solid #21262d;">
{{{主要内容|在此填写ARG的主要介绍内容。}}}
</div>
 
<div style="margin:0; padding:14px 20px; background:#1c1810; border-left:3px solid #f0883e; display:flex; align-items:flex-start; gap:10px; font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;">
<span style="color:#f0883e; font-size:1rem; flex-shrink:0; margin-top:2px;">⚠️</span>
<div style="color:#8b949e; font-size:0.85rem; line-height:1.75; word-break:break-word;">
{{{警告内容|请在此填写附加说明或注意事项。如需附上外部链接,请使用链接地址参数。}}}
</div>
</div>


        <!-- 警告/提示区 (无标题版) -->
        <div style="background: rgba(255, 0, 0, 0.08); border: 1px solid #d50000; border-radius: 4px; padding: 15px; box-shadow: inset 0 0 15px rgba(255, 0, 0, 0.1); display: flex; align-items: flex-start; gap: 15px;">
            <!-- 左侧图标 -->
            <div style="font-size: 1.3rem; margin-top: -3px; color: #ff1744; text-shadow: 0 0 5px #ff0000;">⚠️</div>
           
            <!-- 内容 -->
            <div style="font-size: 0.9rem; color: #ff8a80; line-height: 1.6;">
                {{{警告|在此处填写警告或提示内容...}}}
            </div>
        </div>
    </div>
</div>
</div>
<noinclude>
<templatedata>
{
    "params": {
        "标题": {
            "label": "标题",
            "description": "卡片的标题",
            "type": "string",
            "default": "介绍",
            "required": false
        },
        "主要内容": {
            "label": "主要内容",
            "description": "ARG或条目的主要介绍内容,支持wiki文本",
            "type": "content",
            "required": true
        },
        "警告内容": {
            "label": "附加说明",
            "description": "底部的附加说明或注意事项,支持wiki文本和外部链接",
            "type": "content",
            "required": false
        },
        "链接地址": {
            "label": "外部链接地址",
            "description": "附加说明中引用的外部链接URL",
            "type": "url",
            "required": false
        }
    },
    "description": "迷雾Wiki风格的ARG介绍卡片,包含标题、正文与附加说明三个区块"
}
</templatedata>
</noinclude>

2026年2月26日 (四) 16:00的最新版本

📖 介绍

在此填写ARG的主要介绍内容。

⚠️

请在此填写附加说明或注意事项。如需附上外部链接,请使用链接地址参数。

迷雾Wiki风格的ARG介绍卡片,包含标题、正文与附加说明三个区块

模板参数[编辑模板数据]

参数描述类型状态
标题标题

卡片的标题

默认值
介绍
字符串可选
主要内容主要内容

ARG或条目的主要介绍内容,支持wiki文本

内容必需
附加说明警告内容

底部的附加说明或注意事项,支持wiki文本和外部链接

内容可选
外部链接地址链接地址

附加说明中引用的外部链接URL

URL可选