Difference between revisions of "Module:Template translation"
Jump to navigation
Jump to search
m
frame:expandTemplate() still incorrectly assumes a default "Template:" namespace, even when passing a full title object and not a page name
en>Verdy p m (hope this fixes this dummy bug of namespaces) |
en>Verdy p m (frame:expandTemplate() still incorrectly assumes a default "Template:" namespace, even when passing a full title object and not a page name) |
||
Line 129: | Line 129: | ||
end | end | ||
return frame:expandTemplate{title = title, args = arguments} | return frame:expandTemplate{title = ':' .. title.prefixedText, args = arguments} | ||
end | end | ||
return this | return this |