Module:Message box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 607: | Line 607: | ||
box:setCategories() | box:setCategories() | ||
return box:export() | return box:export() | ||
end | end | ||
local function templatestyles(frame, src) | local function templatestyles(frame, src) | ||
return | return mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = templatestyles} } | ||
.. 'CONFIG_MODULE' | |||
end | end | ||