https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AIsSubpageModule:IsSubpage - Revision history2025-06-03T00:33:28ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.3https://en.wikipedia.org/w/index.php?title=Module:IsSubpage&diff=1222854086&oldid=prevMSGJ: create2024-05-08T09:24:49Z<p>create</p>
<p><b>New page</b></p><div>require('strict')<br />
local p = {}<br />
p.main = function(frame)<br />
local page = frame.args.page<br />
local title = mw.title.new(page)<br />
return title.isSubpage<br />
end<br />
return p</div>MSGJ