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

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:QQchat background:修订间差异

来自RIA | Wiki
LettuceIce留言 | 贡献
无编辑摘要
LettuceIce留言 | 贡献
无编辑摘要
 
(未显示同一用户的13个中间版本)
第1行: 第1行:
<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: {{{width}}}%; color: white; padding:12px 0px 8px 0px; background-image:linear-gradient(90deg,#00D7FE,#00A8FF);">
<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: 60%; 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>
{{{content}}}
{{{content}}}
</div>
</div>
<noinclude>
<templatedata>
{
"params": {
"width": {
"description": "聊天界面的宽度。(填入1-100范围内的数字代表百分比)",
"type": "number",
"required": true,
"default": "40"
},
"group_name": {
"description": "群聊名称",
"required": true,
"type": "string"
},
"time": {
"description": "聊天时间",
"required": true,
"type": "string"
},
"content": {
"description": "聊天内容,后跟QQchat模板",
"type": "wiki-template-name",
"required": true
}
},
"description": "QQ聊天背景模板,与QQ聊天气泡模板搭配使用。"
}
</templatedata>
</noinclude>

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

{{{group_name}}}

{{{time}}}


{{{content}}}

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

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

参数描述类型状态
widthwidth

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

默认值
40
数字必需
group_namegroup_name

群聊名称

字符串必需
timetime

聊天时间

字符串必需
contentcontent

聊天内容,后跟QQchat模板

模板必需