Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 3:
local fArgs = frame.args
local pArgs = frame:getParent().args
local template = fArgs.
local pFirst = require('Module:Yesno')(fArgs._pf)
if not template then
end
if pFirst then
fArgs, pArgs = pArgs, fArgs
|