« Module:ParamValidate » : différence entre les versions
De Nefald
Autres actions
Page créée avec « 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... » |
(Aucune différence)
|