“Module:Lyrics”的版本间差异

添加21字节 、 2022年11月6日 (日) 21:06
无编辑摘要
 
第79行: 第79行:
if hookTrigger then
if hookTrigger then
html = hookTrigger('preOutput', html, customArgs)
html = hookTrigger('preOutput', html, customArgs)
local css = frame:extensionTag{ name = 'templatestyles', args = { src = 'Template:LyricsKai/styles.css' } }
end
end
local css = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Template:LyricsKai/styles.css' } }


return html
return css .. html
end
end