Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Paramvalidate: Revision history

From Avardon

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.

30 October 2025

  • curprev 18:0118:01, 30 October 2025 Rataj talk contribs 2,910 bytes +2,910 Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local mArguments -- initialize lazily local p = {} local categories = {} --- Format table of strings into category wikitext --- @return string local function tableToCategory() local wikitext = {} for _, category in ipairs(categories) do table.insert(wikitext, string.format('Category:%s', category)) end return table.c..."