Module:Check isxn: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
creating an isxn validator by copying code from Module:Citation/CS1
 
No edit summary
Line 135: Line 135:
return check_issn(frame.args[1] or frame:getParent().args[1])
return check_issn(frame.args[1] or frame:getParent().args[1])
end
end

return p