查看“模块:BilibiliVideoIDValidator”的源代码
←
模块:BilibiliVideoIDValidator
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
return { validation = function(frame) local result = true local id = mw.text.trim(frame.args.id or '') if mw.ustring.match(id, '^%d+$') then -- 纯数字 if not (string.sub(id, 1, 1) ~= '0' and string.len(id) <= 9) then -- 若id为纯数字时,当首位不为0且长度在1-9位时合法。 result = false end elseif mw.ustring.match(id, '^[aA][vV]%d+$') then -- 若id为【av+纯数字】(不区分大小写)时,当且仅当纯数字部分首位不为0且长度在1-9位时合法,其余情况添加分类 if not (string.sub(id, 3, 3) ~= '0' and string.len(id) <= 11) then result = false end elseif mw.ustring.match(id, '4.1.7..$') then if string.len(id) == 12 then -- 若id为【BV1】开头时,当且仅当id长度为12位,且除去【BV1】后的部分均不包含小写l大写I、大写O和数字0时合法。 if not mw.ustring.match(id, '^[bB][vV]1[a-km-zA-HJ-NP-Z0-9]+$') then result = false end elseif string.len(id) == 10 then -- 若id为【1】开头时,当且仅当id长度为10位,且除去【1】后的部分均不包含小写l大写I、大写O和数字0时合法。 if not mw.ustring.match(id, '^1[a-km-zA-HJ-NP-Z0-9]+$') then result = false end elseif string.len(id) == 9 then -- 若id不满足上述四种情况时,当且仅当id长度为9位,且不包含小写l大写I、大写O和数字0时合法。 if not mw.ustring.match(id, '^[a-km-zA-HJ-NP-Z0-9]+$') then result = false end else result = false end else result = false end if result then return '' else return frame:expandTemplate {title = 'ArticleCategory', args = {'Bilibili视频ID错误'}} .. '<span class="BilibiliVideoIDValidatorArgument" style="display: none;">' .. frame.args.id .. '</span>' end end }
该页面使用的模板:
模板:ArticleCategory
(
查看源代码
)
模板:FromOther/CN
(
查看源代码
)
模板:Namespace detect
(
查看源代码
)
模块:BilibiliVideoIDValidator
(
查看源代码
)
模块:BilibiliVideoIDValidator/doc
(
查看源代码
)
返回至
模块:BilibiliVideoIDValidator
。
导航菜单
个人工具
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
随机页面
最近更改
最新文件
常用
上传多个文件
工具
链入页面
相关更改
特殊页面
页面信息