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
  • 22:04, 13 June 2024 Nads talk contribs created page Module:TemplatePreview (Created page with "require('strict') local p = {} --- Appends braces to the root element. --- @param root table The root element. --- @param braces string The braces text. local function addBraces(root, braces) root:tag('span'):wikitext(braces) end --- Appends the name of the template to the preview. --- @param root table The root element. --- @param text string The name of the template. local function addTemplateName(root, text) root:wikitext(string.format('%s', text,...")