Module:Sandbox/BrandonXLF/1: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 3:
local fArgs = frame.args
local pArgs = frame:getParent().args
local template = fArgs._template_t
local pFirst = require('Module:Yesno')(fArgs._pf)
if not template then
return require('Module:Error').error({'No template name given'})
end
local pFirst = fArgs._parent_first and true
if pFirst then
fArgs, pArgs = pArgs, fArgs