All public logs

From IdleOn MMO Wiki

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

Logs
  • 06:43, 12 June 2024 Nads talk contribs created page Module:PageType (Created page with "require('strict') --- Contains special naming rules for the thing. local PAGE_TYPES = { [''] = 'article', ['File'] = 'image', ['Category'] = 'category', ['Template'] = 'template', ['Module'] = 'module', ['IdleOn'] = 'project page', } local p = {} --- Entry point for use by templates. --- @param frame table The frame object provided by the template. --- @return string pageType The page type function p.main(frame) return p._main(frame.args[1]) end --- Entry poin...")