Module:Documentation: Difference between revisions
Jump to navigation
Jump to search
metawikimedia>Tacsipacsi update from mw:Module:Documentation with i18n from c:Data:I18n/Documentation.tab |
metawikimedia>Tacsipacsi pass mw.title object to expandTemplate to avoid script errors on mainspace pages like Wikimedia LGBT/Barnstar |
||
Line 637: | Line 637: | ||
local content = args.content | local content = args.content | ||
if not content and docTitle and docTitle.exists then | if not content and docTitle and docTitle.exists then | ||
content = args._content or mw.getCurrentFrame():expandTemplate{title = docTitle | content = args._content or mw.getCurrentFrame():expandTemplate{title = docTitle} | ||
end | end | ||
-- The line breaks below are necessary so that "=== Headings ===" at the start and end | -- The line breaks below are necessary so that "=== Headings ===" at the start and end |