Module:Documentation: Difference between revisions
Add support for baddoc |
mNo edit summary |
||
| Line 105: | Line 105: | ||
mw.logObject(body, "Module:Documentation: body") | mw.logObject(body, "Module:Documentation: body") | ||
return tostring(body) | return mw.getCurrentFrame():extensionTag('templatestyles', '', {src='Module:Documentation/styles.css'}) .. tostring(body) | ||
end | end | ||