View source for Module:Asbox stubtree
From The Goon Show Depository
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local i = {}
function i.exists(pagename)
local t = mw.title.new(pagename, "Template")
return t.exists
end
function i.pcase(word)
return mw.ustring.upper(mw.ustring.sub(word,1,1)) .. mw.ustring.sub(word,2)
end
function i._subtree(pagename)
local finalresult
local out = {"",pagename}
local tt
local temppage
local temppageexists
local r = 0
local t = {}
local removeditem1 = ""
000
1:0
Template used on this page:
Return to Module:Asbox stubtree.