打开/关闭搜索
搜索
打开/关闭菜单
1706
4999
924
6.3万
RIA | Wiki
导航
首页
最近更改
随机页面
MediaWiki帮助
上传文件
RIA社群
RIA官网&红报社
RIA论坛
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
登录
目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅
Help:注册账号
。
查看“︁模板:QQchat”︁的源代码
来自RIA | Wiki
查看
阅读
查看源代码
查看历史
associated-pages
模板
讨论
更多操作
←
模板:QQchat
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
用户
、已验证用户
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
<noinclude> <templatestyles src=":User:LettuceIce/style.css" /> QQ聊天消息模板。 <br> <br> </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 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> <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>
该页面嵌入的页面:
用户:LettuceIce/styles.css
(
查看源代码
)
模板:QQchat
(
查看源代码
)
模板:QQchat background
(
查看源代码
)
返回
模板:QQchat
。
查看“︁模板:QQchat”︁的源代码
来自RIA | Wiki