Module:Sidebar: Difference between revisions
add this as one more level |
fix |
||
Line 262: | Line 262: | ||
local templatestyles = '' | local templatestyles = '' | ||
if args['templatestyles'] and args['templatestyles'] ~= '' then | if args['templatestyles'] and args['templatestyles'] ~= '' then | ||
templatestyles = mw.getCurrentFrame():extensionTag{ | |||
name = 'templatestyles', args = { src = args['templatestyles'] } | name = 'templatestyles', args = { src = args['templatestyles'] } | ||
} | } |