打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:QQchat:修订间差异

来自RIA | Wiki
LettuceIce留言 | 贡献
无编辑摘要
LettuceIce留言 | 贡献
无编辑摘要
第25行: 第25行:
"time": {
"time": {
"description": "聊天时间",
"description": "聊天时间",
"type": "string"
"type": "string",
"suggested": true
},
},
"message": {
"message": {
"description": "消息内容",
"description": "消息内容",
"type": "string"
"type": "string",
"required": true
},
},
"user_profile": {
"user_profile": {
第35行: 第37行:
"example": "background-color=red",
"example": "background-color=red",
"type": "string",
"type": "string",
"default": "background-color=gray"
"default": "background-color=gray",
"suggested": true
},
},
"user_title": {
"user_title": {
"description": "用户头衔",
"description": "用户头衔",
"type": "string"
"type": "string",
"required": true
},
},
"user_name": {
"user_name": {
"description": "用户昵称",
"description": "用户昵称",
"type": "string"
"type": "string",
"required": true
},
},
"group_name": {
"group_name": {
"description": "群聊名称",
"description": "群聊名称",
"type": "string"
"type": "string",
"required": true
}
}
},
},

2023年11月2日 (四) 17:11的版本

{{{group_name}}}

{{{time}}}


{{{message}}}

{{{user_title}}} {{{user_name}}}

无描述。

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

参数描述类型状态
group_namegroup_name

群聊名称

字符串必需
timetime

聊天时间

字符串推荐
messagemessage

消息内容

字符串必需
user_profileuser_profile

用户头像(仅接受background-color)

默认值
background-color=gray
示例值
background-color=red
字符串推荐
user_titleuser_title

用户头衔

字符串必需
user_nameuser_name

用户昵称

字符串必需