Module:Sandbox/ProcrastinatingReader/ib: Difference between revisions

Content deleted Content added
create
 
No edit summary
Line 6:
if val then
local match = mw.ustring.match(val, "{{[Ii]nfobox (%S*) name")
if match and match[1] then
return match[1]
end