未登录
中文(简体)
创建账号
登录
搜索
查看“模块:L/沙盒”的源代码
来自东方活动维基
命名空间
模块
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
模块:L/沙盒
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
local L={} --package.path = 'lua_modules' local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') --local libraryUtil = require('libraryUtil') --local checkType = libraryUtil.checkType --local html = mw.html.create() local linksTable = { ['bv'] = 'https://www.bilibili.com/video/BV', ['av'] = 'https://www.bilibili.com/video/av', ['sm'] = 'https://nicovideo.jp/watch/sm', ['nm'] = 'https://nicovideo.jp/watch/nm', ['ac'] = 'https:///acfun.cn/v/ac', ['au'] = 'https://www.bilibili.com/audio/au', ['cv'] = 'https://www.bilibili.com/read/cv', ['rl'] = 'https://www.bilibili.com/read/readlist/rl', ['ml'] = 'https://www.bilibili.com/medialist/play/ml', ['ep'] = 'https://www.bilibili.com/bangumi/play/ep', ['ss'] = 'https://www.bilibili.com/bangumi/play/ss', ['im'] = 'https://seiga.nicovideo.jp/seiga/im', ['pid'] = 'https://www.pixiv.net/artworks/', ['uid'] = 'https://space.bilibili.com/uid', ['err'] = "<strong class='error'>请指定正确的作品号及其前缀!</strong>" .. "可用的作品号前缀参见 [[Template:L]]。", } local function isInArray(val, t) for _, v in ipairs(t) do if v == val then return true end end return false end function L.generate(frame, options) frame = frame or {} options = options or {} local args = getArgs(frame) local num = args['archive'] or args[1] local prefix = linksTable[num:sub(1, 3)] and num:sub(1, 3):lower() or num:sub(1, 2):lower() local digit = num:sub(#prefix + 1) local part = args["p"]~=1 and args["p"] local status = args["状态"] local link = linksTable[prefix] and linksTable[prefix] .. digit .. ( part and "?p=".. part or '' ) or linksTable.err local text = args[2] or num local partText = part and "<sup>第"..part.."P</sup>" or '' local titleText if args['archive'] then titleText = "原视频号为 " .. args[1] elseif args['origin'] then titleText = "此视频搬运自 " .. args['origin'] else titleText = status and "此作品目前处于" .. status .. "状态。" or args[1] end local res local output = ( yesno(args['pl']) and '' or '[' ) .. link .. ( yesno(args['pl']) and '' or ' %s]' ) local statusTable = {normal = "<span title="..titleText..">"..output:format(text..partText).."</span>"} if status and args['archive']==nil then statusTable = { normal = statusTable.normal, invalidLink = "[[分类:有失效作品链接的页面]]".. "<span class='plainlinks' title='"..titleText.."' style='color:grey'>".. "<s>"..output:format(text..partText).."</s></span>", invalidPart = "[[分类:有失效作品链接的页面]]".. "<span title='"..titleText.."'>"..output:format(text).."<span style='color:grey'>"..partText.."</span>", reproduceProhibited = output:format(text..partText).."<span style='color:red'><small>(禁止转载)</small></span>" } if isInArray(status, {"失效", "删除", "削除", "非公开"}) then res = statusTable.invalidLink elseif part and isInArray(status, {"分p失效", "分p删除", "分p削除"}) then res = statusTable.invalidPart elseif status == "禁止转载" then res = statusTable.reproduceProhibited else res = statusTable.normal end else res = output:format(text .. partText) end --mw.log(res) return res end return L
本页使用的模板:
模块:L/沙盒/doc
(
查看源代码
)
返回
模块:L/沙盒
。
导航
导航
首页
最近更改
文件列表
留言板
活动日程
活动日历
分类索引
活动QQ群组一览
各地区线下活动
帮助
沙盒
规划
编辑规范
创建页面
页面生成器
使用方法与帮助
Wiki页面
相关站点
THBWiki
东方市场
莉莉云下载站
绯想天则指南
上海爱丽丝幻乐团
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志