Difference between revisions of "Module:Template translation"
Jump to navigation
Jump to search
m
Module:Template translation (view source)
Revision as of 20:24, 23 January 2014
, 20:24, 23 January 2014no edit summary
>Verdy p m (override the existing parameter of the base template name supplied with the actual template expanded (allows autodetection of language for autotranslated templates)) |
>Verdy p m |
||
Line 143: | Line 143: | ||
end | end | ||
end | end | ||
arguments['template'] = title.prefixedText -- override the existing parameter of the base template name supplied with the actual template expanded | arguments['template'] = title.prefixedText -- override the existing parameter of the base template name supplied with the full name of the actual template expanded | ||
arguments['namespace'] = nil -- discard the specified namespace override | |||
return frame:expandTemplate{title = ':' .. title.prefixedText, args = arguments} | return frame:expandTemplate{title = ':' .. title.prefixedText, args = arguments} |