Content deleted Content added
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 24:
--output=output..frame:preprocess(" <ref>Ref 1</ref><P>==Notes==<BR>{{Reflist|group=N}}")
local parent = frame:getParent(frame)
--local grandparent = frame:
local grandparent = mw.title.getCurrentTitle().text
output=output.."<BR>Frame: "..frame:getTitle().."<BR>Parent: "..parent:getTitle().."<BR>GrandParent: "..grandparent --:getTitle()
return output
|