Module:Lang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(new lang_xx() entry points;)
No edit summary
Line 663: Line 663:
]]
]]


function _lang_xx (frame)
local function _lang_xx (frame)
local args = getArgs(frame, {parentFirst= true}); -- parameters in the template override parameters set in the {{#invoke:}}; is that the right thing to do?
local args = getArgs(frame, {parentFirst= true}); -- parameters in the template override parameters set in the {{#invoke:}}; is that the right thing to do?