Module:Lyrics/multi:修订间差异
外观
创建页面,内容为“local p = {} local getArgs = require("Module:Arguments").getArgs local lang = require("Module:Lang") local errmsg = require("Module:Error") local lrcmod = require("Module:Lyrics/colors") local getCharaBlock = require("Module:Lyrics/colors/sub")._charaBlock local showErrorMessage = function(msg, args) if args.errMsg ~= "off" then return errmsg.error{ message = msg } end end local ce_cache = {} local apply_ce = function(text) text = mw.ustrin…” |
无编辑摘要 |
||
| 第219行: | 第219行: | ||
-- Clear the floating | -- Clear the floating | ||
html:tag("div"):css("clear", "both") | html:tag("div"):css("clear", "both") | ||
return tostring(html) | |||
end | end | ||