Jump to content

Main public logs

Combined display of all available logs of Kid Dancers Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:47, 30 November 2025 Spacetrain31 talk contribs created page Module:ParentPage (Created page with "local p = {} function p.getParent(frame) local pagename = frame.args[1] or mw.title.getCurrentTitle().fullText local parent = pagename:match("^(.+)/[^/]+$") if parent then return parent else return "" end end function p.getParentName(frame) local pagename = frame.args[1] or mw.title.getCurrentTitle().fullText local parent = pagename:match("^(.+)/[^/]+$") if parent then -- Remove namespace prefix for disp...")