模板:QQchat:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| (未显示同一用户的26个中间版本) | |||
| 第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
< | <templatestyles src=":User:LettuceIce/styles.css" /> | ||
< | QQ聊天消息模板。 | ||
</noinclude> | |||
<div class="chat_left_box"> | |||
<div class="chat_left_bubble_control"> | |||
<span class="chat_left_bubble"><span> | |||
<span class="chat_left_text">{{{message}}}</span> | |||
</div> | </div> | ||
<div class="chat_left_profile" style="{{{user_profile}}}"></div> | |||
<div class="chat_left_user_box> <!-- 3 --> | |||
<span class="chat_left_user_title">'''{{{user_title}}}'''</span> | |||
<span class="chat_left_user_name">{{{user_name}}}</span> | |||
</div> | |||
</div> | |||
<noinclude> | |||
<br> | |||
<br> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"message": { | |||
"description": "消息内容", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"user_profile": { | |||
"description": "用户头像(仅接受background-color)", | |||
"example": "background-color:red", | |||
"default": "background-color:gray", | |||
"suggested": true | |||
}, | |||
"user_title": { | |||
"description": "用户头衔", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"user_name": { | |||
"description": "用户昵称", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"message", | |||
"user_profile", | |||
"user_title", | |||
"user_name" | |||
], | |||
"description": "用于添加类似QQ聊天的消息气泡,包括头衔、昵称和消息内容。" | |||
} | |||
</templatedata> | |||
{{QQchat_background | |||
|width = 50 | |||
|group_name = test | |||
|time = test | |||
|content = | |||
{{QQchat | |||
|message = test | |||
|user_profile = background-color:red | |||
|user_title = test | |||
|user_name = test | |||
}} | |||
{{QQchat | |||
|message = test | |||
|user_profile = background-color:red | |||
|user_title = test | |||
|user_name = test | |||
}} | |||
}} | |||
</noinclude> | </noinclude> | ||
2024年2月19日 (一) 09:51的最新版本
QQ聊天消息模板。
{{{message}}}
{{{user_title}}} {{{user_name}}}
用于添加类似QQ聊天的消息气泡,包括头衔、昵称和消息内容。
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| message | message | 消息内容 | 字符串 | 必需 |
| user_profile | user_profile | 用户头像(仅接受background-color)
| 未知 | 推荐 |
| user_title | user_title | 用户头衔 | 字符串 | 必需 |
| user_name | user_name | 用户昵称 | 字符串 | 必需 |
test
test
test
test test
test
test test