Module:Documentation: Difference between revisions

mNo edit summary
mNo edit summary
Line 95: Line 95:
end
end


body:wikitext( mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = 'Documentation/styles.css' } } )
body:wikitext( mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = 'Module:Documentation/styles.css' } } )


return body
return body
Line 226: Line 226:
end
end
return mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = 'Documentation/styles.css' } } .. tostring( body ) .. tostring( anchor )
return mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = 'Module:Documentation/styles.css' } } .. tostring( body ) .. tostring( anchor )
end
end


return p
return p