Modulo:Datoj: Malsamoj inter versioj

[kontrolita revizio][kontrolita revizio]
Enhavo forigita Enhavo aldonita
eNeniu resumo de redakto
eNeniu resumo de redakto
Linio 72:
if frame == mw.getCurrentFrame() then
args = frame.args
elseif frame == frame.getParent() then
pframe = frame:getParent()
config = frame.args -- the arguments passed BY the template, in the wikitext of the template itself
args = pframe.args -- the arguments passed TO the template, in the wikitext that instantiates the template
else
args = frame :getParent().args
end