Content deleted Content added
Jackmcbarn (talk | contribs) test isolation break |
Jackmcbarn (talk | contribs) add parentName function |
||
Line 3:
function p.main(frame)
return mw.loadData('Module:Sandbox/Jackmcbarn/data')[1]
end
function p.parentName(frame)
return frame:getParent():getTitle()
end
|