Zum Inhalt springen

Modul:Sidebar: Unterschied zwischen den Versionen

fix
(add this as one more level)
(fix)
Zeile 262: Zeile 262:
local templatestyles = ''
local templatestyles = ''
if args['templatestyles'] and args['templatestyles'] ~= '' then
if args['templatestyles'] and args['templatestyles'] ~= '' then
child_templatestyles = mw.getCurrentFrame():extensionTag{
templatestyles = mw.getCurrentFrame():extensionTag{
name = 'templatestyles', args = { src = args['templatestyles'] }
name = 'templatestyles', args = { src = args['templatestyles'] }
}
}
Anonymer Benutzer