Difference between revisions of "Module:Template translation"
Jump to navigation
Jump to search
m
Module:Template translation (view source)
Revision as of 09:51, 7 February 2014
, 09:51, 7 February 2014no edit summary
>Verdy p m |
>Verdy p m |
||
Line 196: | Line 196: | ||
arguments['template'] = title.prefixedText -- override the existing parameter of the base template name supplied with the full name of 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 | arguments['namespace'] = nil -- discard the specified namespace override | ||
arguments['uselang'] = args.uselang -- argument added to parent frame | |||
arguments['noshift'] = args.noshift -- argument added to parent frame | |||
return frame:expandTemplate{title = ':' .. title.prefixedText, args = arguments} | return frame:expandTemplate{title = ':' .. title.prefixedText, args = arguments} |