Module:Sandbox/BigGreenCahuna: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 24:
--output=output..frame:preprocess(" <ref>Ref 1</ref><P>==Notes==<BR>{{Reflist|group=N}}")
local parent = frame:getParent(frame)
local grandparent = frame:getParent(parent)
output=output.." <BR>Frame: "..frame:getTitle().." <BR>Parent: "..parent:getTitle().."<BR>GrandParent: "..grandparent:getTitle()
return output