Module:Documentation: Difference between revisions

p.content: use frame:expandTemplate instead of frame:preprocess to improve performance
(make [create] links look like [view] [edit] etc. links)
(p.content: use frame:expandTemplate instead of frame:preprocess to improve performance)
Line 635:
if not content and docTitle and docTitle.exists then
local frame = mw.getCurrentFrame()
content = frame:preprocess('{expandTemplate{title ' ..= docTitle.prefixedText .. ' }}')
end
-- The line breaks below are necessary so that "=== Headings ===" at the start and end
Anonymous user