Page history
23 August 2025
Add templatestyles
+92
no edit summary
+10
Created page with "local p = {} local function _noredirect(name) return "\n*" .. mw.getCurrentFrame():expandTemplate{ title = "Noredirect", args = {name} } end local function _noredirectTemplate(name) return "\n*<code>{{" .. mw.getCurrentFrame():expandTemplate{ title = "Noredirect", args = {"Template:" .. name, name} } .. "}}</code>" end function p.main(frame) local args = {} for k, v in pairs(frame:getParent().args) do args[k] = mw.text.trim(v) end local noredirect = _nor..."
+850