local p =
p.main = function(frame) local parent = frame:getParent local title = parent:getTitle local title2 = "nil"; if parent:getParent ~= nil then title2 = parent:getParent:getTitle end return title .. title2end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Slomox/Test".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.