Module:Sandbox/ProcrastinatingReader/ib: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 3:
function p.nativeName(frame)
local val = frame.args[1]
if true then return val end
if val then
local match = mw.ustring.match(val, "{{[Ii]nfobox (%a*)")
if true then return valmatch end
if match and match[1] then
return match[1]