LLWiki正在建设中,欢迎加入我们

“模块:Lyrics”的版本间差异

跳转到导航 跳转到搜索
大小无更改 、​ 2020年8月15日 (六) 01:17
无编辑摘要
标签移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
local html = mw.html.create('div') --创建HTML标签div用于放置内容,此div为全部内容的最外层容器。
:addClass('Lyrics_box') --给这个div添加Lyrics_box的class。
:attr('data-width', args.width or 'calc(100% - '..(args.reserveWidth or '290px300px')..')') --设置宽度或留白宽度。默认为留白290px300px
:cssText(args.containerstyle or '') --设置容器的其他style。
 
16,874

个编辑

导航菜单