「Module:Lyrics」:修訂間差異
跳至導覽
跳至搜尋
小
[InPageEdit] 没有编辑摘要
imported>实验性:无用论废人 小 ([InPageEdit] 没有编辑摘要) |
imported>实验性:无用论废人 小 ([InPageEdit] 没有编辑摘要) |
||
| 行 50: | 行 50: | ||
:tag('div') | :tag('div') | ||
:addClass('Lyrics-original') | :addClass('Lyrics-original') | ||
:node | :node(orig[i] or '') | ||
:done() | :done() | ||
if hastran then | if hastran then | ||
line:tag('div') | line:tag('div') | ||
:addClass('Lyrics-translated') | :addClass('Lyrics-translated') | ||
:node | :node(tran[i] or '') | ||
:done() | :done() | ||
end | end | ||