模板:QQchat:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
<div style="margin: 0 auto; text-align: center; width: 60%; color: white; padding:12px 0px 8px 0px; background-image:linear-gradient(90deg,#00D7FE,#00A8FF);"> | <div style="margin: 0 auto; text-align: center; width: 60%; color: white; padding:12px 0px 8px 0px; background-image:linear-gradient(90deg,#00D7FE,#00A8FF);"> | ||
<p><span style="font-size:130%;">{{{ | <p><span style="font-size:130%;">{{{group_name}}}</span><br> | ||
</div> | </div> | ||
| 第20行: | 第20行: | ||
</div> <!-- 2 --> | </div> <!-- 2 --> | ||
</div><!-- 1 --> | </div><!-- 1 --> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"time": { | |||
"description": "聊天时间", | |||
"type": "string" | |||
}, | |||
"message": { | |||
"description": "消息内容", | |||
"type": "string" | |||
}, | |||
"user_profile": { | |||
"description": "用户头像(仅接受background-color)", | |||
"example": "background-color=red", | |||
"type": "string", | |||
"default": "background-color=gray" | |||
}, | |||
"user_title": { | |||
"description": "用户头衔", | |||
"type": "string" | |||
}, | |||
"user_name": { | |||
"description": "用户昵称", | |||
"type": "string" | |||
}, | |||
"group_name": { | |||
"description": "群聊名称", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"group_name", | |||
"time", | |||
"message", | |||
"user_profile", | |||
"user_title", | |||
"user_name" | |||
] | |||
} | |||
</templatedata></noinclude> | |||
2023年11月2日 (四) 17:10的版本
{{{group_name}}}
{{{time}}}
{{{message}}}
{{{user_title}}} {{{user_name}}}
无描述。
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| group_name | group_name | 群聊名称 | 字符串 | 可选 |
| time | time | 聊天时间 | 字符串 | 可选 |
| message | message | 消息内容 | 字符串 | 可选 |
| user_profile | user_profile | 用户头像(仅接受background-color)
| 字符串 | 可选 |
| user_title | user_title | 用户头衔 | 字符串 | 可选 |
| user_name | user_name | 用户昵称 | 字符串 | 可选 |