Content deleted Content added
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 25:
local parent = frame:getParent(frame)
--local grandparent = frame:getGrandparent(frame)
local grandparent = mw.title.getCurrentTitle().text
output=output.."<BR>Frame: "..frame:getTitle().."<BR>Parent: "..parent:getTitle().."<BR>GrandParent: "..grandparent --:getTitle()
return output
|