Changes

Module:Documentation

22 bytes removed, 10:42, 3 June 2014
ignore _content if it wouldn't have tried expanding the template
env = env or p.getEnvironment(args)
local docTitle = env.docTitle
local content = args.content or args._content
if not content and docTitle and docTitle.exists then
local frame content = args._content or mw.getCurrentFrame() content = frame:expandTemplate{title = docTitle.prefixedText}
end
-- The line breaks below are necessary so that "=== Headings ===" at the start and end
Anonymous user