Main public logs
From Xenharmonic Reference
Combined display of all available logs of Xenharmonic Reference. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:36, 23 December 2025 Inthar talk contribs created page Module:Cat (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} -- Turns arguments into a string "Category:Cat1Category:Cat2..." -- Expects double quotes around each category name function p.toCategories(frame) local args = getArgs(frame) local unparsed = args[1] local cats = "" for quoted_cat in unparsed.gmatch("\".+\"") do -- Trim quotes first cat = string.sub(quoted_cat, 2, -2) cats = cats .. "[[Category:" .. cat .. "...")
