Module:Lyrics:修订间差异
imported>实验性:无用论废人 小 [InPageEdit] 没有编辑摘要 |
imported>实验性:无用论废人 小 [InPageEdit] 没有编辑摘要 (编辑自 Special:Diff/117590) |
||
| 第21行: | 第21行: | ||
table.insert(tran, val) | table.insert(tran, val) | ||
end | end | ||
local lstyle = args.lstyle or '' | |||
local rstyle = args.rstyle or '' | |||
local html = mw.html.create('div') | local html = mw.html.create('div') | ||
| 第50行: | 第53行: | ||
:tag('div') | :tag('div') | ||
:addClass('Lyrics-original') | :addClass('Lyrics-original') | ||
:cssText(lstyle) | |||
:node(orig[i] or '') | :node(orig[i] or '') | ||
:done() | :done() | ||
| 第55行: | 第59行: | ||
line:tag('div') | line:tag('div') | ||
:addClass('Lyrics-translated') | :addClass('Lyrics-translated') | ||
:cssText(rstyle) | |||
:node(tran[i] or '') | :node(tran[i] or '') | ||
:done() | :done() | ||