https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AIsSubpage Module:IsSubpage - Revision history 2025-06-03T00:33:28Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.3 https://en.wikipedia.org/w/index.php?title=Module:IsSubpage&diff=1222854086&oldid=prev MSGJ: create 2024-05-08T09:24:49Z <p>create</p> <p><b>New page</b></p><div>require(&#039;strict&#039;)<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