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

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

模板:QQchat background:修订间差异

来自RIA | Wiki
LettuceIce留言 | 贡献
无编辑摘要
LettuceIce留言 | 贡献
无编辑摘要
 
(未显示同一用户的9个中间版本)
第2行: 第2行:
<p><span style="font-size:130%;">{{{group_name}}}</span><br>
<p><span style="font-size:130%;">{{{group_name}}}</span><br>
</div>
</div>
<div style="background-color:#F1F1F1; width: {{{width}}}%; padding-top:12px; padding-bottom:3px; margin: 0 auto;"> <!-- 1 -->
<div style="background-color:#F1F1F1; width: {{{width}}}%; padding-top:12px; padding-bottom:48px; margin: 0 auto;"> <!-- 1 -->
<div style="text-align:center;color:gray;font-size:12px;"><p>{{{time}}}<p></div>
<div style="text-align:center;color:gray;font-size:12px;"><p>{{{time}}}<p></div>
<br>
<br>
<br>
{{{content}}}
{{{content}}}
第15行: 第14行:
"description": "聊天界面的宽度。(填入1-100范围内的数字代表百分比)",
"description": "聊天界面的宽度。(填入1-100范围内的数字代表百分比)",
"type": "number",
"type": "number",
"required": true
"required": true,
"default": "40"
},
},
"group_name": {
"group_name": {
"description": "群聊名称",
"description": "群聊名称",
"required": true
"required": true,
"type": "string"
},
},
"time": {
"time": {
"description": "聊天时间",
"description": "聊天时间",
"required": true
"required": true,
"type": "string"
},
},
"content": {
"content": {

2023年11月7日 (二) 16:39的最新版本

{{{group_name}}}

{{{time}}}


{{{content}}}

QQ聊天背景模板,与QQ聊天气泡模板搭配使用。

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

参数描述类型状态
widthwidth

聊天界面的宽度。(填入1-100范围内的数字代表百分比)

默认值
40
数字必需
group_namegroup_name

群聊名称

字符串必需
timetime

聊天时间

字符串必需
contentcontent

聊天内容,后跟QQchat模板

模板必需