Module:TemplatePreview: Revision history

From IdleOn MMO Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 June 2024

  • curprev 22:0422:04, 13 June 2024Nads talk contribs 1,580 bytes +1,580 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,..."