85
个编辑
第79行: | 第79行: | ||
if hookTrigger then | if hookTrigger then | ||
html = hookTrigger('preOutput', html, customArgs) | html = hookTrigger('preOutput', html, customArgs) | ||
end | end | ||
local css = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Template:LyricsKai/styles.css' } } | |||
return html | return css .. html | ||
end | end | ||